|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.objects.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 |
public PAttrValueBean()
Method Detail |
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.
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.
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;.
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.
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.
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.
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.
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.
aEncryptFlag
- java.lang.Integerpublic 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;.
aOperatorId
- java.lang.Integerpublic 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.
aReferenceNumber
- java.lang.Longpublic 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.
aSequence
- java.lang.Integerpublic 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.
aTcId
- java.lang.Longpublic 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.
aUnitId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |