public class OperationCondition
extends java.lang.Object
| 构造器和说明 |
|---|
OperationCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
getConditiontype() |
java.lang.Integer |
getOpconditionid() |
java.lang.Integer |
getOperationid() |
java.lang.Integer |
getOperator() |
java.lang.String |
getValue() |
void |
setConditiontype(java.lang.Integer conditiontype) |
void |
setOpconditionid(java.lang.Integer opconditionid) |
void |
setOperationid(java.lang.Integer operationid) |
void |
setOperator(java.lang.Integer operator) |
void |
setValue(java.lang.String value) |
public java.lang.Integer getOpconditionid()
public void setOpconditionid(java.lang.Integer opconditionid)
public java.lang.Integer getConditiontype()
public void setConditiontype(java.lang.Integer conditiontype)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.Integer getOperationid()
public void setOperationid(java.lang.Integer operationid)
public java.lang.Integer getOperator()
public void setOperator(java.lang.Integer operator)