|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberGroupTypeBean
This bean provides access to the MBRGRPTYPE table.
The following is a description of this table:
This table stores intended usages that can be associated with member groups.
Constructor Summary | |
MemberGroupTypeBean()
|
Method Summary | |
java.lang.String |
getDescription()
IBM internal use only. |
java.lang.Integer |
getMbrGrpTypeId()
This method provides access to the MBRGRPTYPE.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
IBM internal use only. |
java.lang.String |
getProperties()
This method provides access to the MBRGRPTYPE.PROPERTIES column of DB2 type VARCHAR(254) NULL. |
void |
setDescription(java.lang.String aDescription)
IBM internal use only. |
void |
setName(java.lang.String aName)
IBM internal use only. |
void |
setProperties(java.lang.String aProperties)
This method provides access to the MBRGRPTYPE.PROPERTIES column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public MemberGroupTypeBean()
Method Detail |
public java.lang.String getDescription()
IBM internal use only.
public java.lang.Integer getMbrGrpTypeId()
This method provides access to the MBRGRPTYPE.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key, internally generated.
public java.lang.String getName()
IBM internal use only.
public java.lang.String getProperties()
This method provides access to the MBRGRPTYPE.PROPERTIES column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setDescription(java.lang.String aDescription)
IBM internal use only.
aDescription
- java.lang.Stringpublic void setName(java.lang.String aName)
IBM internal use only.
aName
- java.lang.Stringpublic void setProperties(java.lang.String aProperties)
This method provides access to the MBRGRPTYPE.PROPERTIES column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aProperties
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |