org.salespointframework.core.data.database
Class PersistenceManager.LogonInformation

java.lang.Object
  extended by org.salespointframework.core.data.database.PersistenceManager.LogonInformation
Enclosing class:
PersistenceManager

public static class PersistenceManager.LogonInformation
extends java.lang.Object

Logon information of users in local Salespoints should work with remote logons in future version

Since:
4.0
Author:
Thomas Kissinger

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

PersistenceManager.LogonInformation

public PersistenceManager.LogonInformation(User user,
                                           SalesPoint sp)
default constructor

Parameters:
user - user
sp - salesPoint
Method Detail

getUser

public User getUser()
get user

Returns:

getSalesPoint

public SalesPoint getSalesPoint()
get salesPoint

Returns:

getLogonTime

public java.sql.Timestamp getLogonTime()
get logonTime

Returns: