|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberBean
This bean provides access to the MEMBER table.
The following is a description of this table:
Stores the list of members (participants) of the WebSphere Commerce system.
Constructor Summary | |
MemberBean()
|
Method Summary | |
java.lang.Long |
getMemberId()
This method provides access to the MEMBER.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getState()
This method provides access to the MEMBER.STATE column of DB2 type INTEGER NULL. |
void |
setState(java.lang.Integer aState)
This method provides access to the MEMBER.STATE column of DB2 type INTEGER NULL. |
Constructor Detail |
public MemberBean()
Method Detail |
public java.lang.Long getMemberId()
This method provides access to the MEMBER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the member, a unique primary key for this table.
public java.lang.Integer getState()
This method provides access to the MEMBER.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
The registration approval status as follows:
0 - pending approval.
1 - approved.
2 - rejected.
Null - the approval is not applicable.
public void setState(java.lang.Integer aState)
This method provides access to the MEMBER.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
The registration approval status as follows:
0 - pending approval.
1 - approved.
2 - rejected.
Null - the approval is not applicable.
aState
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |