com.izforge.izpack.compiler
Class DynamicVariable
java.lang.Object
com.izforge.izpack.compiler.DynamicVariable
- All Implemented Interfaces:
- java.io.Serializable
public class DynamicVariable
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Id: $
- Author:
- Dennis Reil,
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
private java.lang.String name
value
private java.lang.String value
conditionid
private java.lang.String conditionid
DynamicVariable
public DynamicVariable()
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getValue
public java.lang.String getValue()
- Returns:
- the value
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- the value to set
getConditionid
public java.lang.String getConditionid()
- Returns:
- the conditionid
setConditionid
public void setConditionid(java.lang.String conditionid)
- Parameters:
conditionid
- the conditionid to set
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object