|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object inklings.jgatms.bean.SkillProfile
Value object for the SkillProfile entity.
Constructor Summary | |
SkillProfile()
|
Method Summary | |
Member |
getMember()
Returns the value of member |
java.util.List |
getQuestionResponses()
Returns the value of questionResponses |
Skill |
getSkill()
Returns the value of skill |
SkillLevel |
getSkillLevel()
Returns the value of skillLevel |
java.lang.Long |
getSkillProfileId()
Returns the value of skillProfileId |
void |
setMember(Member member)
Sets the value of member |
void |
setQuestionResponses(java.util.List questionResponses)
Sets the value of questionResponses |
void |
setSkill(Skill skill)
Sets the value of skill |
void |
setSkillLevel(SkillLevel skillLevel)
Sets the value of skillLevel |
void |
setSkillProfileId(java.lang.Long skillProfileId)
Sets the value of skillProfileId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SkillProfile()
Method Detail |
public java.lang.Long getSkillProfileId()
public void setSkillProfileId(java.lang.Long skillProfileId)
public Member getMember()
public void setMember(Member member)
public SkillLevel getSkillLevel()
public void setSkillLevel(SkillLevel skillLevel)
public Skill getSkill()
public void setSkill(Skill skill)
public java.util.List getQuestionResponses()
public void setQuestionResponses(java.util.List questionResponses)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |