com.ibm.commerce.user.objects
Class MemberViewPreferenceBean

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

public class MemberViewPreferenceBean
implements java.io.Serializable

This bean provides access to the MBRVIEWPRF table.

The following is a description of this table:

This table stores view preferences for members.

See Also:
Serialized Form

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

MemberViewPreferenceBean

public MemberViewPreferenceBean()
Method Detail

getMemberId

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.

Returns:
java.lang.Long

getPreference

public java.lang.Long getPreference()

IBM internal use only.

Returns:
java.lang.Long

getViewName

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.

Returns:
java.lang.String

setMemberId

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.

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

setPreference

public void setPreference(java.lang.Long aPreference)

IBM internal use only.

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

setViewName

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

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