|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.PolicyDescriptionBean
This bean provides access to the POLICYDESC table.
The following is a description of this table:
The policy description table.
Constructor Summary | |
PolicyDescriptionBean()
|
Method Summary | |
java.lang.Integer |
getLanguageId()
This method provides access to the POLICYDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getPolicyId()
This method provides access to the POLICYDESC.POLICY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getShortDescription()
This method provides access to the POLICYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
java.sql.Timestamp |
getTimeCreated()
This method provides access to the POLICYDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeUpdated()
This method provides access to the POLICYDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the POLICYDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setPolicyId(java.lang.Long aPolicyId)
This method provides access to the POLICYDESC.POLICY_ID column of DB2 type BIGINT NOT NULL. |
void |
setShortDescription(java.lang.String aShortDescription)
This method provides access to the POLICYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
void |
setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the POLICYDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the POLICYDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
Constructor Detail |
public PolicyDescriptionBean()
Method Detail |
public java.lang.Integer getLanguageId()
This method provides access to the POLICYDESC.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.lang.Long getPolicyId()
This method provides access to the POLICYDESC.POLICY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The policy ID.
public java.lang.String getShortDescription()
This method provides access to the POLICYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The policy description.
public java.sql.Timestamp getTimeCreated()
This method provides access to the POLICYDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
public java.sql.Timestamp getTimeUpdated()
This method provides access to the POLICYDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
public void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the POLICYDESC.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 setPolicyId(java.lang.Long aPolicyId)
This method provides access to the POLICYDESC.POLICY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The policy ID.
aPolicyId
- java.lang.Longpublic void setShortDescription(java.lang.String aShortDescription)
This method provides access to the POLICYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The policy description.
aShortDescription
- java.lang.Stringpublic void setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the POLICYDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
aTimeCreated
- java.sql.Timestamppublic void setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the POLICYDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
aTimeUpdated
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |