inklings.jgatms.bean
Class SkillProfile

java.lang.Object
  extended byinklings.jgatms.bean.SkillProfile

public class SkillProfile
extends java.lang.Object

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

SkillProfile

public SkillProfile()
Method Detail

getSkillProfileId

public java.lang.Long getSkillProfileId()
Returns the value of skillProfileId


setSkillProfileId

public void setSkillProfileId(java.lang.Long skillProfileId)
Sets the value of skillProfileId


getMember

public Member getMember()
Returns the value of member


setMember

public void setMember(Member member)
Sets the value of member


getSkillLevel

public SkillLevel getSkillLevel()
Returns the value of skillLevel


setSkillLevel

public void setSkillLevel(SkillLevel skillLevel)
Sets the value of skillLevel


getSkill

public Skill getSkill()
Returns the value of skill


setSkill

public void setSkill(Skill skill)
Sets the value of skill


getQuestionResponses

public java.util.List getQuestionResponses()
Returns the value of questionResponses


setQuestionResponses

public void setQuestionResponses(java.util.List questionResponses)
Sets the value of questionResponses



Copyright © 2003-2004 Inklings Technology Group. All Rights Reserved.