inklings.jgatms.bean
Class Skill

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

public class Skill
extends java.lang.Object

Value object for the Skill entity.


Constructor Summary
Skill()
           
 
Method Summary
 java.lang.String getName()
          Returns the value of name
 java.util.List getQuestions()
          Returns the value of questions
 java.lang.Long getSkillId()
          Returns the value of skillId
 void setName(java.lang.String name)
          Sets the value of name
 void setQuestions(java.util.List questions)
          Sets the value of questions
 void setSkillId(java.lang.Long skillId)
          Sets the value of skillId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Skill

public Skill()
Method Detail

getSkillId

public java.lang.Long getSkillId()
Returns the value of skillId


setSkillId

public void setSkillId(java.lang.Long skillId)
Sets the value of skillId


getName

public java.lang.String getName()
Returns the value of name


setName

public void setName(java.lang.String name)
Sets the value of name


getQuestions

public java.util.List getQuestions()
Returns the value of questions


setQuestions

public void setQuestions(java.util.List questions)
Sets the value of questions



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