org.appfuse.model
Class Degree

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

public class Degree
extends BaseObject
implements Serializable

This class is used to represent available degree/certifications.

View Source

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

Constructor Summary
Degree()
           
 
Method Summary
 String getDescription()
          Returns the description.
 Long getId()
          Returns the name identifier.
 String getName()
          Returns the name.
 void setDescription(String description)
           
 void setId(Long 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

Degree

public Degree()
Method Detail

setId

public void setId(Long id)

getId

public Long getId()
Returns the name identifier.

Returns:
String
Id:
column="degree_id" generator-class="increment" unsaved-value="null"

setName

public void setName(String name)

getName

public String getName()
Returns the name.

Returns:
String
Property:
column="degree_name" length="100"

getDescription

public String getDescription()
Returns the description.

Returns:
String
Property:
column="degree_description" length="300"

setDescription

public void setDescription(String description)


Copyright © 2002-2004