|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.OperatorBean
This bean provides access to the OPERATOR table.
The following is a description of this table:
This table is used to define operators.
Constructor Summary | |
OperatorBean()
|
Method Summary | |
java.lang.String |
getOperator()
This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL. |
java.lang.Integer |
getOperatorId()
This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getOperatorType()
This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL. |
void |
setOperator(java.lang.String aOperator)
This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL. |
void |
setOperatorId(java.lang.Integer aOperatorId)
This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
void |
setOperatorType(java.lang.String aOperatorType)
This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL. |
Constructor Detail |
public OperatorBean()
Method Detail |
public java.lang.String getOperator()
This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The operator. For example, "<" or ">".
public java.lang.Integer getOperatorId()
This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique table index. This is the primary key.
public java.lang.String getOperatorType()
This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
The operator type:
public void setOperator(java.lang.String aOperator)
This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The operator. For example, "<" or ">=".
aOperator
- java.lang.Stringpublic void setOperatorId(java.lang.Integer aOperatorId)
This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique table index. This is the primary key.
aOperatorId
- java.lang.Integerpublic void setOperatorType(java.lang.String aOperatorType)
This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
The operator type:
aOperatorType
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |