|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.objects.PAttributeBean
This bean provides access to the PATTRIBUTE table.
The following is a description of this table:
This is the personalization Attribute supported by the site.
Constructor Summary | |
PAttributeBean()
|
Method Summary | |
java.lang.String |
getAccessBeanName()
This method provides access to the PATTRIBUTE.ACCESSBEANNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getAttrTypeId()
This method provides access to the PATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
java.lang.Integer |
getEncryptFlag()
This method provides access to the PATTRIBUTE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the PATTRIBUTE.ACCESSBEANNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getReferenceNumber()
This method provides access to the PATTRIBUTE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getSequence()
This method provides access to the PATTRIBUTE.SEQUENCE column of DB2 type INTEGER NULL. |
void |
setAccessBeanName(java.lang.String aAccessBeanName)
This method provides access to the PATTRIBUTE.ACCESSBEANNAME column of DB2 type VARCHAR(254) NULL. |
void |
setAttrTypeId(java.lang.String aAttrTypeId)
This method provides access to the PATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
void |
setEncryptFlag(java.lang.Integer aEncryptFlag)
This method provides access to the PATTRIBUTE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the PATTRIBUTE.ACCESSBEANNAME column of DB2 type VARCHAR(254) NULL. |
void |
setReferenceNumber(java.lang.Long aReferenceNumber)
This method provides access to the PATTRIBUTE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setSequence(java.lang.Integer aSequence)
This method provides access to the PATTRIBUTE.SEQUENCE column of DB2 type INTEGER NULL. |
Constructor Detail |
public PAttributeBean()
Method Detail |
public java.lang.String getAccessBeanName()
This method provides access to the PATTRIBUTE.ACCESSBEANNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the access bean to process this Attribute.
public java.lang.String getAttrTypeId()
This method provides access to the PATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
Indicates the data type for this Attribute. For example, integer or string.
public java.lang.Integer getEncryptFlag()
This method provides access to the PATTRIBUTE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Set to 1 if encryption is required for the personalized attribute value. Default is 0.
public java.lang.String getName()
This method provides access to the PATTRIBUTE.ACCESSBEANNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the access bean to process this Attribute.
public java.lang.Long getReferenceNumber()
This method provides access to the PATTRIBUTE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute.
public java.lang.Integer getSequence()
This method provides access to the PATTRIBUTE.SEQUENCE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setAccessBeanName(java.lang.String aAccessBeanName)
This method provides access to the PATTRIBUTE.ACCESSBEANNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the access bean to process this Attribute.
aAccessBeanName
- java.lang.Stringpublic void setAttrTypeId(java.lang.String aAttrTypeId)
This method provides access to the PATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
Indicates the data type for this Attribute. For example, integer or string.
aAttrTypeId
- java.lang.Stringpublic void setEncryptFlag(java.lang.Integer aEncryptFlag)
This method provides access to the PATTRIBUTE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Set to 1 if encryption is required for the personalized attribute value. Default is 0.
aEncryptFlag
- java.lang.Integerpublic void setName(java.lang.String aName)
This method provides access to the PATTRIBUTE.ACCESSBEANNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the access bean to process this Attribute.
aName
- java.lang.Stringpublic void setReferenceNumber(java.lang.Long aReferenceNumber)
This method provides access to the PATTRIBUTE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute.
aReferenceNumber
- java.lang.Longpublic void setSequence(java.lang.Integer aSequence)
This method provides access to the PATTRIBUTE.SEQUENCE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aSequence
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |