|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.accesscontrol.objects.ACPolicyDescriptionBean
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.
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 |
public ACPolicyDescriptionBean()
Method Detail |
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.
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.
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.
aDescription
- java.lang.Stringpublic 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.
aPolicyName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |