inklings.jgatms.bean
Class SkillLevel

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

public class SkillLevel
extends java.lang.Object

Value object for the SkillLevel entity.


Constructor Summary
SkillLevel()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the value of description
 java.lang.Long getLevelId()
          Returns the value of levelId
 void setDescription(java.lang.String description)
          Sets the value of description
 void setLevelId(java.lang.Long levelId)
          Sets the value of levelId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkillLevel

public SkillLevel()
Method Detail

getLevelId

public java.lang.Long getLevelId()
Returns the value of levelId


setLevelId

public void setLevelId(java.lang.Long levelId)
Sets the value of levelId


getDescription

public java.lang.String getDescription()
Returns the value of description


setDescription

public void setDescription(java.lang.String description)
Sets the value of description



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