|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.TermConditionDescriptionBean
This bean provides access to the TCDESC table.
The following is a description of this table:
The terms and conditions description table.
Constructor Summary | |
TermConditionDescriptionBean()
|
Method Summary | |
java.lang.Integer |
getLanguageId()
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getShortDescription()
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getTcId()
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getTimeCreated()
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setShortDescription(java.lang.String aShortDescription)
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setTcId(java.lang.Long aTcId)
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
Constructor Detail |
public TermConditionDescriptionBean()
Method Detail |
public java.lang.Integer getLanguageId()
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language ID. For a list of language components, see the LANGUAGE table.
public java.sql.Timestamp getLastUpdate()
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
public java.lang.String getShortDescription()
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the term or condition.
public java.lang.Long getTcId()
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
A unique identifier for the term or condition.
public java.sql.Timestamp getTimeCreated()
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
public void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language ID. For a list of language components, see the LANGUAGE table.
aLanguageId
- java.lang.Integerpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
aLastUpdate
- java.sql.Timestamppublic void setShortDescription(java.lang.String aShortDescription)
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the term or condition.
aShortDescription
- java.lang.Stringpublic void setTcId(java.lang.Long aTcId)
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
A unique identifier for the term or condition.
aTcId
- java.lang.Longpublic void setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
aTimeCreated
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |