◆ compareTo()
Definition at line 50 of file XMLHumanResource.java.
51 int result = CompareUtil.compare(name, o.name);
53 result = CompareUtil.compare(
id, o.id);
◆ getId()
long org.turro.erp.time.XMLHumanResource.getId |
( |
| ) |
|
◆ getName()
String org.turro.erp.time.XMLHumanResource.getName |
( |
| ) |
|
◆ setId()
void org.turro.erp.time.XMLHumanResource.setId |
( |
long |
id | ) |
|
◆ setName()
void org.turro.erp.time.XMLHumanResource.setName |
( |
String |
name | ) |
|
The documentation for this class was generated from the following file: