This table contains basic registered user profile information.
Method Summary | |
java.lang.String | getDescription() |
java.lang.String | getDisplayName() |
java.lang.String | getPhoto() |
java.lang.String | getPreferredCommunication() |
java.lang.String | getPreferredDelivery() |
java.lang.String | getPreferredMeasure() |
java.lang.String | getTaxPayerId() |
java.lang.String | getUserId() |
java.lang.String | getUserProfileField1() |
java.lang.String | getUserProfileField2() |
void | setDescription(java.lang.String newValue) |
void | setDisplayName(java.lang.String newValue) |
void | setPhoto(java.lang.String newValue) |
void | setPreferredCommunication(java.lang.String newValue) |
void | setPreferredDelivery(java.lang.String newValue) |
void | setPreferredMeasure(java.lang.String newValue) |
void | setTaxPayerId(java.lang.String newValue) |
void | setUserProfileField1(java.lang.String newValue) |
void | setUserProfileField2(java.lang.String newValue) |
Method Detail |
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getTaxPayerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTaxPayerId(java.lang.String newValue)
public java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getPreferredMeasure() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPreferredMeasure(java.lang.String newValue)
public java.lang.String getUserProfileField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUserProfileField2(java.lang.String newValue)
public java.lang.String getUserProfileField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUserProfileField1(java.lang.String newValue)
public java.lang.String getPhoto() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPhoto(java.lang.String newValue)
public java.lang.String getPreferredDelivery() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPreferredDelivery(java.lang.String newValue)
public java.lang.String getPreferredCommunication() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPreferredCommunication(java.lang.String newValue)
public java.lang.String getDisplayName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDisplayName(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.