|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.vo.dto.StringAttributeBean
com.zphinx.spine.vo.dto.UserListBean
public class UserListBean
A UserListBean provides additional properties for use by Member objects of the spine framework
copyright © Zphinx Software Solutions
| Constructor Summary | |
|---|---|
UserListBean(String name,
String value)
Constructor which defines this objects name and value and also sets its creation time to the time property |
|
| Method Summary | |
|---|---|
String |
getLastUser()
Gets the last User used by this UserListBean |
long |
getTime()
Gets the time this UserListBean was created. |
String |
getTimeZoneId()
Gets the timezone id of this object |
String |
getTimeZoneOffset()
Gets the timezone offset of this object |
void |
setLastUser(String lastUser)
Sets the last User used by this UserListBean |
void |
setTime()
Set the time this object was created in milliseconds |
void |
setTimeZoneId(String timeZoneId)
Sets the timezone id of this object |
void |
setTimeZoneOffset(String timeZoneOffset)
Sets the timezone offset of this object |
String |
toString()
Gets a string describing this object |
| Methods inherited from class com.zphinx.spine.vo.dto.StringAttributeBean |
|---|
equals, getLocale, getName, getSessionId, getValue, hashCode, setLocale, setName, setSessionId, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserListBean(String name,
String value)
name - The name for this bean instancevalue - The value to associate with this object| Method Detail |
|---|
public void setTime()
public long getTime()
public void setTimeZoneOffset(String timeZoneOffset)
timeZoneOffset - The timeZoneOffset to set.public String getTimeZoneOffset()
public String toString()
toString in class StringAttributeBeanpublic String getTimeZoneId()
public void setTimeZoneId(String timeZoneId)
timeZoneId - The timeZoneId to set.public void setLastUser(String lastUser)
lastUser - The last user of this objectpublic String getLastUser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||