com.ibm.commerce.contract.objimpl
Class PolicyDescriptionBeanBase

java.lang.Object
  |
  +--com.ibm.commerce.base.objects.ECEntityBean
        |
        +--com.ibm.commerce.contract.objimpl.PolicyDescriptionBeanBase
Direct Known Subclasses:
PolicyDescriptionBean

public class PolicyDescriptionBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean

This bean provides access to the POLICYDESC table.

The following is a description of this table:

The policy description table.

See Also:
Serialized Form

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

languageId

public java.lang.Integer languageId

policyId

public java.lang.Long policyId

shortDescription

public java.lang.String shortDescription

timeCreated

public java.sql.Timestamp timeCreated

timeUpdated

public java.sql.Timestamp timeUpdated
Constructor Detail

PolicyDescriptionBeanBase

public PolicyDescriptionBeanBase()
Method Detail

ejbCreate

public com.ibm.commerce.contract.objects.PolicyDescriptionKey ejbCreate(java.lang.Long argPolicyId,
                                                                        java.lang.Integer argLanguageId,
                                                                        java.lang.String argShortDescription)
                                                                 throws javax.ejb.CreateException
Constructs an PolicyDescriptionAccessBean object with the specified business policy ID, language ID, and the short description.
Parameters:
argPolicyId - The business policy ID.
argLanguageId - The language ID.
argShortDescription - The short description of the business policy.
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception.

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:
The language ID.

getLongDescription

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.

Returns:
The long description of the business policy.

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:
The business policy ID.

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:
The short description of the business policy.

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:
The time the business policy description was created.

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:
The time that the business policy description was most recently updated.

setLanguageId

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.

Parameters:
newValue - The language ID.

setLongDescription

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.

Parameters:
newValue - The long description of the business policy.

setPolicyId

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.

Parameters:
newPolicyId - The business policy ID.

setShortDescription

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.

Parameters:
newValue - The short description of the business policy.

setTimeCreated

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.

Parameters:
newValue - The time the business policy description was created.

setTimeUpdated

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.

Parameters:
newValue - The time that the business policy description was most recently updated.