com.ibm.commerce.catalog.objects
Class OperatorDescriptionBean

com.ibm.commerce.catalog.objects.OperatorDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class OperatorDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

OperatorDescriptionBean

public OperatorDescriptionBean()
Method Detail

getDescription

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".

Returns:
java.lang.String

getLanguageId

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.

Returns:
java.lang.Integer

getOperatorId

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.

Returns:
java.lang.Integer

setDescription

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".

Parameters:
aDescription - java.lang.String
Returns:
void

setLanguageId

public 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.

Parameters:
aLanguageId - java.lang.Integer
Returns:
void

setOperatorId

public 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.

Parameters:
aOperatorId - java.lang.Integer
Returns:
void