|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.data.database.PersistenceManager.LogonInformation
public static class PersistenceManager.LogonInformation
Logon information of users in local Salespoints should work with remote logons in future version
Constructor Summary | |
---|---|
PersistenceManager.LogonInformation(User user,
SalesPoint sp)
default constructor |
Method Summary | |
---|---|
java.sql.Timestamp |
getLogonTime()
get logonTime |
SalesPoint |
getSalesPoint()
get salesPoint |
User |
getUser()
get user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistenceManager.LogonInformation(User user, SalesPoint sp)
user
- user
sp
- salesPoint
Method Detail |
---|
public User getUser()
user
public SalesPoint getSalesPoint()
salesPoint
public java.sql.Timestamp getLogonTime()
logonTime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |