◆ afterCompose()
void org.turro.erp.humanres.AptitudeListbox.afterCompose |
( |
| ) |
|
◆ convertToString()
String org.turro.erp.humanres.AptitudeListbox.convertToString |
( |
OwnedAptitude |
v | ) |
|
|
protected |
Definition at line 52 of file AptitudeListbox.java.
53 return (v.getInitialDate() !=
null ? DateFormats.format(v.getInitialDate(),
true) :
"") +
ITEM_SEPARATOR +
54 (v.getFinalDate() !=
null ? DateFormats.format(v.getFinalDate(),
true) :
"") +
ITEM_SEPARATOR +
56 DecimalFormats.format(v.getAptitudeDegree().getCost()) +
ITEM_SEPARATOR +
57 DecimalFormats.format(v.getAptitudeDegree().getPrice());
◆ getHumanResource()
HumanResource org.turro.erp.humanres.AptitudeListbox.getHumanResource |
( |
| ) |
|
◆ setHumanResource()
void org.turro.erp.humanres.AptitudeListbox.setHumanResource |
( |
HumanResource |
humanResource | ) |
|
Definition at line 46 of file AptitudeListbox.java.
47 this.humanResource = humanResource;
List< OwnedAptitude > getOwnedAptitudes()
The documentation for this class was generated from the following file: