|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.appfuse.model.BaseObject
org.appfuse.model.Skill
Skill class This class is used to represent the parent of a PositionSkill and a ResumeSkill.
| Constructor Summary | |
Skill()
|
|
| Method Summary | |
Long |
getId()
Returns the id. |
String |
getLastUsed()
Returns the last time this skill was used |
String |
getName()
Returns the name. |
Integer |
getYearsExperience()
Returns the years of experience with this skill |
void |
setId(Long id)
Sets the id. |
void |
setLastUsed(String lastUsed)
|
void |
setName(String name)
Sets the name. |
void |
setYearsExperience(Integer yearsExperience)
|
| Methods inherited from class org.appfuse.model.BaseObject |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Skill()
| Method Detail |
public Long getId()
public void setId(Long id)
id - The id to setpublic String getName()
public void setName(String name)
name - The name to setpublic String getLastUsed()
public void setLastUsed(String lastUsed)
public Integer getYearsExperience()
public void setYearsExperience(Integer yearsExperience)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||