org.appfuse.model
Class SalaryType
java.lang.Object
org.appfuse.model.BaseObject
org.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"
SalaryType
public SalaryType()
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