|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberViewPreferenceBean
This bean provides access to the MBRVIEWPRF table.
The following is a description of this table:
This table stores view preferences for members.
Constructor Summary | |
MemberViewPreferenceBean()
|
Method Summary | |
java.lang.Long |
getMemberId()
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getPreference()
IBM internal use only. |
java.lang.String |
getViewName()
This method provides access to the MBRVIEWPRF.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setPreference(java.lang.Long aPreference)
IBM internal use only. |
void |
setViewName(java.lang.String aViewName)
This method provides access to the MBRVIEWPRF.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL. |
Constructor Detail |
public MemberViewPreferenceBean()
Method Detail |
public java.lang.Long getMemberId()
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the member, foreign key to the MEMBER table.
public java.lang.Long getPreference()
IBM internal use only.
public java.lang.String getViewName()
This method provides access to the MBRVIEWPRF.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Corresponds to VIEWNAME column of VIEWREG table.
public void setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the member, foreign key to the MEMBER table.
aMemberId
- java.lang.Longpublic void setPreference(java.lang.Long aPreference)
IBM internal use only.
aPreference
- java.lang.Longpublic void setViewName(java.lang.String aViewName)
This method provides access to the MBRVIEWPRF.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Corresponds to VIEWNAME column of VIEWREG table.
aViewName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |