com.ibm.commerce.accesscontrol.objects
Class ACPolicyDescriptionBean

com.ibm.commerce.accesscontrol.objects.ACPolicyDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class ACPolicyDescriptionBean
implements java.io.Serializable

This bean provides access to the ACPOLDESC table.

The following is a description of this table:

This table stores locale specific information for the ACPOLICY table.

See Also:
Serialized Form

Constructor Summary
ACPolicyDescriptionBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the ACPOLDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.String getPolicyName()
          This method provides access to the ACPOLDESC.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the ACPOLDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setPolicyName(java.lang.String aPolicyName)
          This method provides access to the ACPOLDESC.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL.
 

Constructor Detail

ACPolicyDescriptionBean

public ACPolicyDescriptionBean()
Method Detail

getDescription

public java.lang.String getDescription()

This method provides access to the ACPOLDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Description of the policy. This field is optional.

Returns:
java.lang.String

getPolicyName

public java.lang.String getPolicyName()

This method provides access to the ACPOLDESC.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL.

The following is a description of this column:

Locale specific description of the policy.

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the ACPOLDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Description of the policy. This field is optional.

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

setPolicyName

public void setPolicyName(java.lang.String aPolicyName)

This method provides access to the ACPOLDESC.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL.

The following is a description of this column:

Locale specific description of the policy.

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