com.opnworks.timesheet.domain
Class TimesheetSystemConfiguration

java.lang.Object
  extended bycom.opnworks.timesheet.domain.TimesheetSystemConfiguration
All Implemented Interfaces:
IPersistent, java.io.Serializable

public class TimesheetSystemConfiguration
extends java.lang.Object
implements IPersistent

Description of the Class

Author:
Laurent
See Also:
Serialized Form

Field Summary
static TimesheetSystemConfiguration INSTANCE
          Description of the Field
 
Constructor Summary
TimesheetSystemConfiguration()
           
 
Method Summary
 IPerson getEmployee()
           
 IOrganization getEmployer()
           
 java.lang.Long getId()
          Gets the Id attribute of the IPersistent object
 java.util.Locale getLocale()
           
 int getVersion()
           
 void setEmployee(IPerson person)
           
 void setEmployer(IOrganization organization)
           
 void setId(java.lang.Long long1)
          Sets the Id attribute of the IPersistent object
 void setLocale(java.util.Locale locale)
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TimesheetSystemConfiguration INSTANCE
Description of the Field

Constructor Detail

TimesheetSystemConfiguration

public TimesheetSystemConfiguration()
Method Detail

setEmployee

public void setEmployee(IPerson person)
Parameters:
person -

setEmployer

public void setEmployer(IOrganization organization)
Parameters:
organization -

setId

public void setId(java.lang.Long long1)
Description copied from interface: IPersistent
Sets the Id attribute of the IPersistent object

Specified by:
setId in interface IPersistent
Parameters:
long1 -

setLocale

public void setLocale(java.util.Locale locale)
Parameters:
locale -

setVersion

public void setVersion(int version)
Specified by:
setVersion in interface IPersistent
Parameters:
version - The new Version value

getEmployee

public IPerson getEmployee()
Returns:

getEmployer

public IOrganization getEmployer()
Returns:

getId

public java.lang.Long getId()
Description copied from interface: IPersistent
Gets the Id attribute of the IPersistent object

Specified by:
getId in interface IPersistent
Returns:

getLocale

public java.util.Locale getLocale()
Returns:

getVersion

public int getVersion()
Specified by:
getVersion in interface IPersistent
Returns: