com.ibm.commerce.user.objects
Class MemberAttributeBean

com.ibm.commerce.user.objects.MemberAttributeBean
All Implemented Interfaces:
java.io.Serializable

public class MemberAttributeBean
implements java.io.Serializable

This bean provides access to the MBRATTR table.

The following is a description of this table:

This table contains an attribute definition dictionary for members.

See Also:
Serialized Form

Constructor Summary
MemberAttributeBean()
           
 
Method Summary
 java.lang.String getAttributeTypeId()
          This method provides access to the MBRATTR.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
 java.lang.String getDescription()
          This method provides access to the MBRATTR.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.Long getMemberAttributeId()
          This method provides access to the MBRATTR.MBRATTR_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getName()
          This method provides access to the MBRATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.
 void setAttributeTypeId(java.lang.String aAttributeTypeId)
          This method provides access to the MBRATTR.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the MBRATTR.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setName(java.lang.String aName)
          This method provides access to the MBRATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.
 

Constructor Detail

MemberAttributeBean

public MemberAttributeBean()
Method Detail

getAttributeTypeId

public java.lang.String getAttributeTypeId()

This method provides access to the MBRATTR.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.

The following is a description of this column:

Type of the member attribute. Foreign key to the ATTRTYPE table.

Returns:
java.lang.String

getDescription

public java.lang.String getDescription()

This method provides access to the MBRATTR.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Description of the member attribute.

Returns:
java.lang.String

getMemberAttributeId

public java.lang.Long getMemberAttributeId()

This method provides access to the MBRATTR.MBRATTR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Primary key of this MBRATTR table.

Returns:
java.lang.Long

getName

public java.lang.String getName()

This method provides access to the MBRATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

Name of the member attribute.

Returns:
java.lang.String

setAttributeTypeId

public void setAttributeTypeId(java.lang.String aAttributeTypeId)

This method provides access to the MBRATTR.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.

The following is a description of this column:

Type of the member attribute. Foreign key to the ATTRTYPE table.

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

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the MBRATTR.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Description of the member attribute.

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

setName

public void setName(java.lang.String aName)

This method provides access to the MBRATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

Name of the member attribute.

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