com.ibm.commerce.contract.objects
Class PolicyDescriptionBean

com.ibm.commerce.contract.objects.PolicyDescriptionBean

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

PolicyDescriptionBean

public PolicyDescriptionBean()
Method Detail

getLanguageId

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.

Returns:
java.lang.Integer

getPolicyId

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.

Returns:
java.lang.Long

getShortDescription

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.

Returns:
java.lang.String

getTimeCreated

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.

Returns:
java.sql.Timestamp

getTimeUpdated

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.

Returns:
java.sql.Timestamp

setLanguageId

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.

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

setPolicyId

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

Parameters:
aPolicyId - java.lang.Long
Returns:
void

setShortDescription

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

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

setTimeCreated

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

Parameters:
aTimeCreated - java.sql.Timestamp
Returns:
void

setTimeUpdated

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

Parameters:
aTimeUpdated - java.sql.Timestamp
Returns:
void