|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--powerquotes.common.UserProfile
| Constructor Summary | |
UserProfile()
Default Constructor. |
|
UserProfile(java.lang.String name,
int[] list)
Constructor with user name and stock list. |
|
| Method Summary | |
int |
getProfileId()
Gets the profileId. |
java.lang.String |
getProfileName()
Gets the profileName |
int[] |
getStockList()
Gets the stockList array. |
int |
getUserId()
Gets the userId. |
java.lang.String |
getUserName()
Gets the userName. |
void |
setProfileId(int id)
Sets the profileId. |
void |
setProfileName(java.lang.String name)
Sets the profileName |
void |
setStockList(int[] list)
Sets the stockList array. |
void |
setUserId(int id)
Sets the userId. |
void |
setUserName(java.lang.String name)
Sets the userName. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserProfile()
public UserProfile(java.lang.String name,
int[] list)
name - user name associated with profilelist - list of stocks the user is interested in seeing updates for| Method Detail |
public void setUserName(java.lang.String name)
name - user name associated with profilepublic java.lang.String getUserName()
public void setUserId(int id)
id - ID number associated with profilepublic int getUserId()
public void setProfileName(java.lang.String name)
public java.lang.String getProfileName()
public void setProfileId(int id)
public int getProfileId()
public void setStockList(int[] list)
list - list of stocks the user is interested in seeing updates forpublic int[] getStockList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||