com.ibm.commerce.user.objects
Class MemberGroupBean

com.ibm.commerce.user.objects.MemberBean
  |
  +--com.ibm.commerce.user.objects.MemberGroupBean
All Implemented Interfaces:
java.io.Serializable

public class MemberGroupBean
extends MemberBean

This bean provides access to the MBRGRP table.

The following is a description of this table:

This table stores member groups defined in the WebSphere Commerce system. A member group is a group of members. Membership is restricted to users within a member group.

See Also:
Serialized Form

Constructor Summary
MemberGroupBean()
           
 
Method Summary
 java.lang.String getDescription()
          IBM internal use only.
 java.lang.String getDN()
          This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000) NULL.
 java.lang.String getField1()
          This method provides access to the MBRGRP.FIELD1 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField2()
          This method provides access to the MBRGRP.FIELD2 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField3()
          This method provides access to the MBRGRP.FIELD3 column of DB2 type VARCHAR(254) NULL.
 java.sql.Timestamp getLastUpdate()
          This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getLastUpdatedBy()
          This method provides access to the MBRGRP.LASTUPDATEDBY column of DB2 type VARCHAR(254) NULL.
 java.lang.String getMbrGrpName()
          This method provides access to the MBRGRP.MBRGRPNAME column of DB2 type VARCHAR(254) NOT NULL.
 java.lang.String getOID()
          This method provides access to the MBRGRP.OID column of DB2 type VARCHAR(64) NULL.
 java.lang.Long getOwnerId()
          IBM internal use only.
 void setDescription(java.lang.String aDescription)
          IBM internal use only.
 void setDN(java.lang.String aDN)
          This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000) NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the MBRGRP.FIELD1 column of DB2 type VARCHAR(254) NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the MBRGRP.FIELD2 column of DB2 type VARCHAR(254) NULL.
 void setField3(java.lang.String aField3)
          This method provides access to the MBRGRP.FIELD3 column of DB2 type VARCHAR(254) NULL.
 void setLastUpdate(java.sql.Timestamp aLastUpdate)
          This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastUpdatedBy(java.lang.String aLastUpdatedBy)
          This method provides access to the MBRGRP.LASTUPDATEDBY column of DB2 type VARCHAR(254) NULL.
 void setMbrGrpName(java.lang.String aMbrGrpName)
          This method provides access to the MBRGRP.MBRGRPNAME column of DB2 type VARCHAR(254) NOT NULL.
 void setOID(java.lang.String aOID)
          This method provides access to the MBRGRP.OID column of DB2 type VARCHAR(64) NULL.
 void setOwnerId(java.lang.Long aOwnerId)
          IBM internal use only.
 
Methods inherited from class com.ibm.commerce.user.objects.MemberBean
getMemberId, getState, setState
 

Constructor Detail

MemberGroupBean

public MemberGroupBean()
Method Detail

getDescription

public java.lang.String getDescription()

IBM internal use only.

Returns:
java.lang.String

getDN

public java.lang.String getDN()

This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getField1

public java.lang.String getField1()

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

The following is a description of this column:

Customizable. Compare with the SGFIELD1 column in the SHOPGRP table, which was used with previous versions of WebSphere Commerce Suite.

Returns:
java.lang.String

getField2

public java.lang.String getField2()

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

The following is a description of this column:

Customizable. Compare with the SGFIELD2 column in the SHOPGRP table, which was used with previous versions of WebSphere Commerce Suite.

Returns:
java.lang.String

getField3

public java.lang.String getField3()

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

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getLastUpdate

public java.sql.Timestamp getLastUpdate()

This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date that this member group was last updated.

Returns:
java.sql.Timestamp

getLastUpdatedBy

public java.lang.String getLastUpdatedBy()

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

The following is a description of this column:

The logon ID of the user that last updated this member group.

Returns:
java.lang.String

getMbrGrpName

public java.lang.String getMbrGrpName()

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

The following is a description of this column:

Name of this member group.

Returns:
java.lang.String

getOID

public java.lang.String getOID()

This method provides access to the MBRGRP.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

getOwnerId

public java.lang.Long getOwnerId()

IBM internal use only.

Returns:
java.lang.Long

setDescription

public void setDescription(java.lang.String aDescription)

IBM internal use only.

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

setDN

public void setDN(java.lang.String aDN)

This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setField1

public void setField1(java.lang.String aField1)

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

The following is a description of this column:

Customizable. Compare with the SGFIELD1 column in the SHOPGRP table, which was used with previous versions of WebSphere Commerce Suite.

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

setField2

public void setField2(java.lang.String aField2)

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

The following is a description of this column:

Customizable. Compare with the SGFIELD2 column in the SHOPGRP table, which was used with previous versions of WebSphere Commerce Suite.

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

setField3

public void setField3(java.lang.String aField3)

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

The following is a description of this column:

Customizable.

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

setLastUpdate

public void setLastUpdate(java.sql.Timestamp aLastUpdate)

This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date that this member group was last updated.

Parameters:
aLastUpdate - java.sql.Timestamp
Returns:
void

setLastUpdatedBy

public void setLastUpdatedBy(java.lang.String aLastUpdatedBy)

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

The following is a description of this column:

The logon ID of the user that last updated this member group.

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

setMbrGrpName

public void setMbrGrpName(java.lang.String aMbrGrpName)

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

The following is a description of this column:

Name of this member group.

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

setOID

public void setOID(java.lang.String aOID)

This method provides access to the MBRGRP.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

setOwnerId

public void setOwnerId(java.lang.Long aOwnerId)

IBM internal use only.

Parameters:
aOwnerId - java.lang.Long
Returns:
void