com.ibm.commerce.utf.objects
Class PAttrValueBean

com.ibm.commerce.utf.objects.PAttrValueBean
Direct Known Subclasses:
PAttrBigIntValueBean, PAttrDateValueBean, PAttrFloatValueBean, PAttrFreeFormValueBean, PAttrIntegerValueBean, PAttrStringValueBean

public class PAttrValueBean

This bean provides access to the PATTRVALUE table.

The following is a description of this table:

The personalization Attribute Value table. This table holds the values associated with personalization attributes.


Constructor Summary
PAttrValueBean()
           
 
Method Summary
 java.lang.Long getAttributeId()
          This method provides access to the PATTRVALUE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getEncryptFlag()
          This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getOperatorId()
          This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getReferenceNumber()
          This method provides access to the PATTRVALUE.PATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getSequence()
          This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER NULL.
 java.lang.Long getTcId()
          This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getUnitId()
          This method provides access to the PATTRVALUE.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
 void setEncryptFlag(java.lang.Integer aEncryptFlag)
          This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.
 void setOperatorId(java.lang.Integer aOperatorId)
          This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
 void setReferenceNumber(java.lang.Long aReferenceNumber)
          This method provides access to the PATTRVALUE.PATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
 void setSequence(java.lang.Integer aSequence)
          This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER NULL.
 void setTcId(java.lang.Long aTcId)
          This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 void setUnitId(java.lang.String aUnitId)
          This method provides access to the PATTRVALUE.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
 

Constructor Detail

PAttrValueBean

public PAttrValueBean()
Method Detail

getAttributeId

public java.lang.Long getAttributeId()

This method provides access to the PATTRVALUE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the Personalized Attribute.

Returns:
java.lang.Long

getEncryptFlag

public java.lang.Integer getEncryptFlag()

This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Set to 1 if personalized attribute value is encrypted. Default is 0.

Returns:
java.lang.Integer

getOperatorId

public java.lang.Integer getOperatorId()

This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The internal reference number of the Operator. The Operator determines the relationship between the Name and Value. For example, equal; not equal; or greater than;.

Returns:
java.lang.Integer

getReferenceNumber

public java.lang.Long getReferenceNumber()

This method provides access to the PATTRVALUE.PATTRVALUE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the Personalized Attribute Value.

Returns:
java.lang.Long

getSequence

public java.lang.Integer getSequence()

This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer

getTcId

public java.lang.Long getTcId()

This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the TermAndCondition for this value.

Returns:
java.lang.Long

getUnitId

public java.lang.String getUnitId()

This method provides access to the PATTRVALUE.QTYUNIT_ID column of DB2 type CHAR(16) NULL.

The following is a description of this column:

The internal reference number of the QTYUNIT.

Returns:
java.lang.String

setEncryptFlag

public void setEncryptFlag(java.lang.Integer aEncryptFlag)

This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Set to 1 if personalized attribute value is encrypted. Default is 0.

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

setOperatorId

public void setOperatorId(java.lang.Integer aOperatorId)

This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The internal reference number of the Operator. The Operator determines the relationship between the Name and Value. For example, equal; not equal; or greater than;.

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

setReferenceNumber

public void setReferenceNumber(java.lang.Long aReferenceNumber)

This method provides access to the PATTRVALUE.PATTRVALUE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the Personalized Attribute Value.

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

setSequence

public void setSequence(java.lang.Integer aSequence)

This method provides access to the PATTRVALUE.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

setTcId

public void setTcId(java.lang.Long aTcId)

This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the TermAndCondition for this value.

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

setUnitId

public void setUnitId(java.lang.String aUnitId)

This method provides access to the PATTRVALUE.QTYUNIT_ID column of DB2 type CHAR(16) NULL.

The following is a description of this column:

The internal reference number of the QTYUNIT.

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