public class MaxIfaceCondDetailInfo
extends java.lang.Object
Constructor and Description |
---|
MaxIfaceCondDetailInfo()
Construct the MaxIfaceCondDetailInfo
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChangeType()
Return change type.
|
java.lang.String |
getColumn()
Return the name of the column.
|
java.lang.String |
getCompareType()
Return compare type.
|
java.lang.String |
getCondName()
Return the name of the condition.
|
java.lang.String |
getCondType()
Return condition type.
|
java.lang.String |
getEvalType()
Return the evaluation type.
|
int |
getGLOrder()
Return GL Order.
|
java.lang.String |
getMboColumnName()
Return mbo column name.
|
java.lang.String |
getMboTbName()
Return the name of the mbo.
|
java.lang.String |
getRelation()
Return the name of the relation.
|
java.lang.String |
getValue()
Return value of the column.
|
boolean |
hasGLOrder()
Return has GL Order.
|
void |
setChangeType(java.lang.String c)
Set change type
|
void |
setColumn(java.lang.String c)
Set the name of the column
|
void |
setCompareType(java.lang.String e)
Set compare type
|
void |
setCondName(java.lang.String c)
Set the name of the condition
|
void |
setCondType(java.lang.String c)
Set condition type
|
void |
setEvalType(java.lang.String e)
Set the evaluation type
|
void |
setGLOrder(int o)
Set the GL Order
|
void |
setHasGLOrder(boolean ord)
Set the has GL Order
|
void |
setMboColumnName(java.lang.String n)
Set the mbo column name
|
void |
setMboTbName(java.lang.String n)
Set the name of the mbo
|
void |
setRelation(java.lang.String n)
Set the name of the relation
|
void |
setValue(java.lang.String v)
Set value of the column
|
java.lang.String |
toString()
Dump the details of the MaxIfaceCondDetail.
|
public MaxIfaceCondDetailInfo()
public java.lang.String getCondName()
public void setCondName(java.lang.String c)
c
- Give condition name.public java.lang.String getColumn()
public void setColumn(java.lang.String c)
c
- Give column name.public java.lang.String getValue()
public void setValue(java.lang.String v)
v
- Give value.public java.lang.String getEvalType()
public void setEvalType(java.lang.String e)
e
- Give evaltype.public void setGLOrder(int o)
o
- Give gl order.public void setHasGLOrder(boolean ord)
org
- Give glorder.public java.lang.String getCompareType()
public void setCompareType(java.lang.String e)
e
- Give compare type.public java.lang.String getCondType()
public void setCondType(java.lang.String c)
c
- Give condition type.public void setChangeType(java.lang.String c)
c
- Give change type.public java.lang.String getChangeType()
public int getGLOrder()
public boolean hasGLOrder()
public java.lang.String getMboTbName()
public void setMboTbName(java.lang.String n)
n
- Give mbo name.public java.lang.String getMboColumnName()
public void setMboColumnName(java.lang.String n)
n
- Give mbo column name.public java.lang.String getRelation()
public void setRelation(java.lang.String n)
n
- Give relation name.public java.lang.String toString()
toString
in class java.lang.Object