|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.AttributeTypeBean
This bean provides access to the ATTRTYPE table.
The following is a description of this table:
This table holds the type identifier for product Attributes.
Constructor Summary | |
AttributeTypeBean()
|
Method Summary | |
java.lang.String |
getAttributeType_id()
This method provides access to the ATTRTYPE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
java.lang.String |
getDescription()
This method provides access to the ATTRTYPE.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getOID()
This method provides access to the ATTRTYPE.OID column of DB2 type VARCHAR(64) NULL. |
void |
setAttributeType_id(java.lang.String aAttributeType_id)
This method provides access to the ATTRTYPE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the ATTRTYPE.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setOID(java.lang.String aOID)
This method provides access to the ATTRTYPE.OID column of DB2 type VARCHAR(64) NULL. |
Constructor Detail |
public AttributeTypeBean()
Method Detail |
public java.lang.String getAttributeType_id()
This method provides access to the ATTRTYPE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The ID of the Attribute Type. Valid values: INTEGER, STRING, FLOAT, DATETIME, FREEFORM or BIGINT.
public java.lang.String getDescription()
This method provides access to the ATTRTYPE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The description of the Attribute Type.
public java.lang.String getOID()
This method provides access to the ATTRTYPE.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setAttributeType_id(java.lang.String aAttributeType_id)
This method provides access to the ATTRTYPE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The ID of the Attribute Type. Valid values: INTEGER, STRING, FLOAT, DATETIME, FREEFORM or BIGINT.
aAttributeType_id
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the ATTRTYPE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The description of the Attribute Type.
aDescription
- java.lang.Stringpublic void setOID(java.lang.String aOID)
This method provides access to the ATTRTYPE.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aOID
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |