com.ibm.commerce.utf.objects
Class PAttributeBean

com.ibm.commerce.utf.objects.PAttributeBean

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

PAttributeBean

public PAttributeBean()
Method Detail

getAccessBeanName

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.

Returns:
java.lang.String

getAttrTypeId

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.

Returns:
java.lang.String

getEncryptFlag

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.

Returns:
java.lang.Integer

getName

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.

Returns:
java.lang.String

getReferenceNumber

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.

Returns:
java.lang.Long

getSequence

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.

Returns:
java.lang.Integer

setAccessBeanName

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.

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

setAttrTypeId

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

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

setEncryptFlag

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

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

setName

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

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

setReferenceNumber

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

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

setSequence

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

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