org.appfuse.model
Class Skill

java.lang.Object
  extended byorg.appfuse.model.BaseObject
      extended byorg.appfuse.model.Skill
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResumeSkill

public abstract class Skill
extends BaseObject

Skill class This class is used to represent the parent of a PositionSkill and a ResumeSkill.

View Source

Version:
$Revision: 1.1 $ $Date: 2004/03/31 13:04:16 $
Author:
Matt Raible
See Also:
Serialized Form

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

Skill

public Skill()
Method Detail

getId

public Long getId()
Returns the id.

Returns:
Long
Id:
column="id" generator-class="increment" unsaved-value="null"

setId

public void setId(Long id)
Sets the id.

Parameters:
id - The id to set

getName

public String getName()
Returns the name.

Returns:
String
Property:
column="name" not-null="true" unique="false"

setName

public void setName(String name)
Sets the name.

Parameters:
name - The name to set

getLastUsed

public String getLastUsed()
Returns the last time this skill was used

Returns:
String
Property:
column="last_used" not-null="true"

setLastUsed

public void setLastUsed(String lastUsed)

getYearsExperience

public Integer getYearsExperience()
Returns the years of experience with this skill

Returns:
Integer
Property:
column="years_experience" not-null="true"

setYearsExperience

public void setYearsExperience(Integer yearsExperience)


Copyright © 2002-2004