SUMMARY: NESTED FIELD
DETAIL: FIELD
org.appfuse.model
Class Education
org.appfuse.model.EducationAll Implemented Interfaces:public class Educationextends
Education class
This class is used to represent a User's Education
on their resume
Version:$Revision: 1.1 $ $Date: 2004/03/31 13:04:16 $Author:Matt RaibleSee Also:Class:table="education"Form Name:include-all="true" extends="BaseForm"
Constructor Summary Method Summary Returns the degreeId. Returns the id. Returns the location. Returns the name. Returns the parent resume. Returns the state.
Sets the degreeId.
void ( id)
Sets the id.
void ( location)
Sets the location.
void ( name)
Sets the name.
void ( resumeId)
Sets the resumeId.
void ( state)
Sets the state.
Methods inherited from class org.appfuse.model.,,
Methods inherited from class java.lang.,,,,,,,,
Constructor Detail
Education
public Education Method Detail
getId
public getId Returns the id.
Returns:LongId:column="id"
generator- unsaved-value="null"
getName
public getName Returns the name.
Returns:StringProperty:column="name" not-null="true"
getLocation
public getLocation Returns the location.
Returns:StringProperty:column="location" not-null="true"
getResumeId
public getResumeId Returns the parent resume.
Returns:String resumeIdProperty:column="resume_id" not-null="true"
getState
public getState Returns the state.
Returns:StringProperty:column="state" not-null="true"
getCountry
public getCountry Returns:Returns the country.Property:column="country" not-null="true"
getCompletionDate
public getCompletionDate Returns:Returns the completionDate.Property:column="completion_date"
getComments
public getComments Returns:Returns the comments.Property:column="comments" length="2000"
setLocation
public void setLocation( location)Sets the location.
Parameters:location - The location to set
setId
public void setId( id)Sets the id.
Parameters:id - The id to set
setName
public void setName( name)Sets the name.
Parameters:name - The name to set
setResumeId
public void setResumeId( resumeId)Sets the resumeId.
Parameters:resumeId - The resumeId to set
getDegreeId
public getDegreeId Returns the degreeId.
Returns:LongProperty:column="degree_id"
setDegreeId
public void setDegreeId( degreeId)Sets the degreeId.
Parameters:degreeId - The degreeId to set
setState
public void setState( state)Sets the state.
Parameters:state - The state to set
setComments
public void setComments( comments)Parameters:comments - The comments to set.
setCompletionDate
public void setCompletionDate( completionDate)Parameters:completionDate - The completionDate to set.
setCountry
public void setCountry( country)Parameters:country - The country to set.
getDegree
public getDegree Returns:Returns the degree.
Returns the degree for this object
setDegree
public void setDegree( degree)Parameters:degree - The degree to set.
SUMMARY: NESTED FIELD
DETAIL: FIELD
Copyright 2002-2004
Copyright © 2002-2004