|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberAttributeBean
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.
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 |
public MemberAttributeBean()
Method Detail |
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.
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.
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.
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.
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.
aAttributeTypeId
- java.lang.Stringpublic 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.
aDescription
- java.lang.Stringpublic 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.
aName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |