com.opnworks.timesheet.domain
Class TimesheetSystemConfiguration
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final TimesheetSystemConfiguration INSTANCE
- Description of the Field
TimesheetSystemConfiguration
public TimesheetSystemConfiguration()
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: