com.ibm.commerce.user.objects
Class UserProfileBean

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

public class UserProfileBean
implements java.io.Serializable

This bean provides access to the USERDEMO table.

The following is a description of this table:

This table stores demographics information for users.

See Also:
Serialized Form

Constructor Summary
UserProfileBean()
           
 
Method Summary
 java.lang.String getDisplayName()
          IBM internal use only.
 java.lang.String getPhoto()
          IBM internal use only.
 java.lang.String getPreferredCommunication()
          IBM internal use only.
 java.lang.String getPreferredDelivery()
          IBM internal use only.
 java.lang.String getPreferredMeasure()
          IBM internal use only.
 java.lang.String getTaxPayerId()
          IBM internal use only.
 java.lang.Long getUserId()
          This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL.
 void setDisplayName(java.lang.String aDisplayName)
          IBM internal use only.
 void setPhoto(java.lang.String aPhoto)
          IBM internal use only.
 void setPreferredCommunication(java.lang.String aPreferredCommunication)
          IBM internal use only.
 void setPreferredDelivery(java.lang.String aPreferredDelivery)
          IBM internal use only.
 void setPreferredMeasure(java.lang.String aPreferredMeasure)
          IBM internal use only.
 void setTaxPayerId(java.lang.String aTaxPayerId)
          IBM internal use only.
 

Constructor Detail

UserProfileBean

public UserProfileBean()
Method Detail

getDisplayName

public java.lang.String getDisplayName()

IBM internal use only.

Returns:
java.lang.String

getPhoto

public java.lang.String getPhoto()

IBM internal use only.

Returns:
java.lang.String

getPreferredCommunication

public java.lang.String getPreferredCommunication()

IBM internal use only.

Returns:
java.lang.String

getPreferredDelivery

public java.lang.String getPreferredDelivery()

IBM internal use only.

Returns:
java.lang.String

getPreferredMeasure

public java.lang.String getPreferredMeasure()

IBM internal use only.

Returns:
java.lang.String

getTaxPayerId

public java.lang.String getTaxPayerId()

IBM internal use only.

Returns:
java.lang.String

getUserId

public java.lang.Long getUserId()

This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the USER table for the member (user) who is associated with this demographical information.

Returns:
java.lang.Long

setDisplayName

public void setDisplayName(java.lang.String aDisplayName)

IBM internal use only.

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

setPhoto

public void setPhoto(java.lang.String aPhoto)

IBM internal use only.

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

setPreferredCommunication

public void setPreferredCommunication(java.lang.String aPreferredCommunication)

IBM internal use only.

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

setPreferredDelivery

public void setPreferredDelivery(java.lang.String aPreferredDelivery)

IBM internal use only.

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

setPreferredMeasure

public void setPreferredMeasure(java.lang.String aPreferredMeasure)

IBM internal use only.

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

setTaxPayerId

public void setTaxPayerId(java.lang.String aTaxPayerId)

IBM internal use only.

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