|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.opnworks.timesheet.domain.CostCenter
| Constructor Summary | |
CostCenter()
default constructor |
|
CostCenter(java.lang.String code)
minimal constructor |
|
CostCenter(java.lang.String name,
java.lang.String code,
java.lang.String description)
full constructor |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Description of the Method |
java.lang.String |
getCode()
Gets the Code attribute of the CostCenter object |
java.lang.String |
getDescription()
Gets the Description attribute of the CostCenter object |
java.lang.Long |
getId()
Gets the Id attribute of the CostCenter object |
java.lang.String |
getName()
Gets the Name attribute of the CostCenter object |
java.sql.Timestamp |
getTimestamp()
Gets the Timestamp attribute of the CostCenter object |
int |
getVersion()
Gets the Version attribute of the CostCenter object |
int |
hashCode()
Description of the Method |
void |
setCode(java.lang.String code)
Sets the Code attribute of the CostCenter object |
void |
setDescription(java.lang.String description)
Sets the Description attribute of the CostCenter object |
void |
setId(java.lang.Long id)
Sets the Id attribute of the CostCenter object |
void |
setName(java.lang.String name)
Sets the Name attribute of the CostCenter object |
void |
setTimestamp(java.sql.Timestamp timestamp)
Sets the Timestamp attribute of the CostCenter object |
void |
setVersion(int version)
Sets the Version attribute of the CostCenter object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CostCenter(java.lang.String name,
java.lang.String code,
java.lang.String description)
name - Description of Parametercode - Description of Parameterdescription - Description of Parameterpublic CostCenter()
public CostCenter(java.lang.String code)
code - Description of Parameter| Method Detail |
public void setId(java.lang.Long id)
setId in interface IPersistentid - The new Id valuepublic void setName(java.lang.String name)
name - The new Name valuepublic void setCode(java.lang.String code)
code - The new Code valuepublic void setDescription(java.lang.String description)
description - The new Description valuepublic void setTimestamp(java.sql.Timestamp timestamp)
timestamp - The new Timestamp valuepublic void setVersion(int version)
setVersion in interface IPersistentversion - The new Version valuepublic java.lang.Long getId()
getId in interface IPersistentpublic java.lang.String getName()
getName in interface INamedObjectpublic java.lang.String getCode()
public java.lang.String getDescription()
public java.sql.Timestamp getTimestamp()
public int getVersion()
getVersion in interface IPersistentpublic java.lang.String toString()
public boolean equals(java.lang.Object other)
other - Description of Parameter
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||