com.ibm.commerce.user.objects
Class MemberGroupTypeBean

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

public class MemberGroupTypeBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

MemberGroupTypeBean

public MemberGroupTypeBean()
Method Detail

getDescription

public java.lang.String getDescription()

IBM internal use only.

Returns:
java.lang.String

getMbrGrpTypeId

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.

Returns:
java.lang.Integer

getName

public java.lang.String getName()

IBM internal use only.

Returns:
java.lang.String

getProperties

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.

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String aDescription)

IBM internal use only.

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

setName

public void setName(java.lang.String aName)

IBM internal use only.

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

setProperties

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

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