com.ibm.commerce.catalog.objects
Class AttributeTypeBean

com.ibm.commerce.catalog.objects.AttributeTypeBean

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

AttributeTypeBean

public AttributeTypeBean()
Method Detail

getAttributeType_id

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.

Returns:
java.lang.String

getDescription

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.

Returns:
java.lang.String

getOID

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.

Returns:
java.lang.String

setAttributeType_id

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.

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

setDescription

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

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

setOID

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

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