org.appfuse.model
Class SalaryType

java.lang.Object
  extended byorg.appfuse.model.BaseObject
      extended byorg.appfuse.model.SalaryType
All Implemented Interfaces:
Serializable

public class SalaryType
extends BaseObject
implements Serializable

SalaryType class This class is used to represent available salary types - represented in a drop-down on the Position Detail page.

View Source

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

Constructor Summary
SalaryType()
           
 
Method Summary
 String getId()
          Returns the name identifier.
 String getName()
          Returns the name description.
 void setId(String id)
           
 void setName(String name)
           
 
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

SalaryType

public SalaryType()
Method Detail

setId

public void setId(String id)

getId

public String getId()
Returns the name identifier.

Returns:
String
Id:
column="salary_type_id" generator-class="assigned" unsaved-value="null"

setName

public void setName(String name)

getName

public String getName()
Returns the name description.

Returns:
String
Property:
column="salary_type"


Copyright © 2002-2004