|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.OperatorDescriptionBean
This bean provides access to the OPERATRDSC table.
The following is a description of this table:
This table holds the language-dependent information related to an operator.
Constructor Summary | |
OperatorDescriptionBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the OPERATRDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getOperatorId()
This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the OPERATRDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setOperatorId(java.lang.Integer aOperatorId)
This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public OperatorDescriptionBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the OPERATRDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The display string for the operator. For Example, "Between", "Set", "Equals", or "Greater Than".
public java.lang.Integer getLanguageId()
This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The identifier of the Language. For a list of language components, see the LANGUAGE table.
public java.lang.Integer getOperatorId()
This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number that indicates the operator related to the language specific information.
public void setDescription(java.lang.String aDescription)
This method provides access to the OPERATRDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The display string for the operator. For Example, "Between", "Set", "Equals", or "Greater Than".
aDescription
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The identifier of the Language. For a list of language components, see the LANGUAGE table.
aLanguageId
- java.lang.Integerpublic void setOperatorId(java.lang.Integer aOperatorId)
This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number that indicates the operator related to the language specific information.
aOperatorId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |