java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.contract.objimpl.PolicyDescriptionBeanBase
This bean provides access to the POLICYDESC table.
The following is a description of this table:
The policy description table.
Field Summary | |
---|---|
java.lang.Integer |
languageId |
java.lang.Long |
policyId |
java.lang.String |
shortDescription |
java.sql.Timestamp |
timeCreated |
java.sql.Timestamp |
timeUpdated |
Constructor Summary | |
---|---|
PolicyDescriptionBeanBase() |
Method Summary | |
---|---|
com.ibm.commerce.contract.objects.PolicyDescriptionKey |
ejbCreate(java.lang.Long argPolicyId, java.lang.Integer argLanguageId,
java.lang.String argShortDescription) Constructs an PolicyDescriptionAccessBean object with the specified business policy ID, language ID, and the short description. |
java.lang.Integer |
getLanguageId() This method provides access to the POLICYDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLongDescription() This method provides access to the POLICYDESC.LONGDESCRIPTION column of DB2 type LONG 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 newValue) This method provides access to the POLICYDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLongDescription(java.lang.String newValue) This method provides access to the POLICYDESC.LONGDESCRIPTION column of DB2 type LONG NULL. |
void |
setPolicyId(java.lang.Long newPolicyId) This method provides access to the POLICYDESC.POLICY_ID column of DB2 type BIGINT NOT NULL. |
void |
setShortDescription(java.lang.String newValue) This method provides access to the POLICYDESC.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
void |
setTimeCreated(java.sql.Timestamp newValue) This method provides access to the POLICYDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.sql.Timestamp newValue) This method provides access to the POLICYDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Integer languageId
public java.lang.Long policyId
public java.lang.String shortDescription
public java.sql.Timestamp timeCreated
public java.sql.Timestamp timeUpdated
Constructor Detail |
---|
public PolicyDescriptionBeanBase()
Method Detail |
---|
public com.ibm.commerce.contract.objects.PolicyDescriptionKey ejbCreate(java.lang.Long argPolicyId, java.lang.Integer argLanguageId, java.lang.String argShortDescription) throws javax.ejb.CreateException
argPolicyId
- The business policy ID.argLanguageId
- The language ID.argShortDescription
- The short description of the business
policy.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.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.String getLongDescription()
This method provides access to the POLICYDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
The policy long description.
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 newValue)
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.
newValue
- The language ID.public void setLongDescription(java.lang.String newValue)
This method provides access to the POLICYDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
The policy long description.
newValue
- The long description of the business
policy.public void setPolicyId(java.lang.Long newPolicyId)
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.
newPolicyId
- The business policy ID.public void setShortDescription(java.lang.String newValue)
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.
newValue
- The short description of the business
policy.public void setTimeCreated(java.sql.Timestamp newValue)
This method provides access to the POLICYDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
newValue
- The time the business policy description was
created.public void setTimeUpdated(java.sql.Timestamp newValue)
This method provides access to the POLICYDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
newValue
- The time that the business policy description was
most recently updated.