|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberBean | +--com.ibm.commerce.user.objects.MemberGroupBean
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.
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 |
public MemberGroupBean()
Method Detail |
public java.lang.String getDescription()
IBM internal use only.
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.
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.
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.
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.
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.
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.
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.
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.
public java.lang.Long getOwnerId()
IBM internal use only.
public void setDescription(java.lang.String aDescription)
IBM internal use only.
aDescription
- java.lang.Stringpublic 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.
aDN
- java.lang.Stringpublic 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.
aField1
- java.lang.Stringpublic 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.
aField2
- java.lang.Stringpublic 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.
aField3
- java.lang.Stringpublic 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.
aLastUpdate
- java.sql.Timestamppublic 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.
aLastUpdatedBy
- java.lang.Stringpublic 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.
aMbrGrpName
- java.lang.Stringpublic 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.
aOID
- java.lang.Stringpublic void setOwnerId(java.lang.Long aOwnerId)
IBM internal use only.
aOwnerId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |