org.appfuse.model
Class Reference

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

public class Reference
extends BaseObject
implements Serializable

This class is used to represent a resume's reference(s).

View Source

Version:
$Revision: 1.1 $ $Date: 2004/03/31 13:04:16 $
Author:
Matt Raible
See Also:
Serialized Form
Class:
table="reference"
Form Name:
include-all="true" extends="BaseForm"

Constructor Summary
Reference()
           
 
Method Summary
 String getEmail()
           
 Long getId()
          Returns the organizationName identifier.
 String getName()
           
 String getOrganizationName()
          Returns the organizationName phoneNumber.
 Boolean getPersonal()
           
 String getPhoneNumber()
           
 Boolean getProfessional()
           
 Long getResumeId()
           
 String getTitle()
           
 void setEmail(String email)
           
 void setId(Long id)
           
 void setName(String location)
           
 void setOrganizationName(String name)
           
 void setPersonal(Boolean personal)
           
 void setPhoneNumber(String description)
           
 void setProfessional(Boolean professional)
           
 void setResumeId(Long resumeId)
           
 void setTitle(String title)
           
 
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

Reference

public Reference()
Method Detail

setId

public void setId(Long id)

getId

public Long getId()
Returns the organizationName identifier.

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

getName

public String getName()
Returns:
Returns the name.
Property:
column="name" length="100"

setOrganizationName

public void setOrganizationName(String name)

getOrganizationName

public String getOrganizationName()
Returns the organizationName phoneNumber.

Returns:
String
Property:
column="organization_name"

getPhoneNumber

public String getPhoneNumber()
Returns:
Returns the phoneNumber.
Property:
column="phoneNumber" length="20"

setPhoneNumber

public void setPhoneNumber(String description)

setName

public void setName(String location)

getResumeId

public Long getResumeId()
Returns:
Returns the resumeId.
Property:
column="resume_id"

setResumeId

public void setResumeId(Long resumeId)
Parameters:
resumeId - The resumeId to set.

getTitle

public String getTitle()
Returns:
Returns the title.
Property:
column="title" length="50"

setTitle

public void setTitle(String title)
Parameters:
title - The title to set.

getEmail

public String getEmail()
Returns:
Returns the email.
Property:
column="email" length="50"

setEmail

public void setEmail(String email)
Parameters:
email - The email to set.

getPersonal

public Boolean getPersonal()
Returns:
Returns the personal.
Property:
column="personal"

setPersonal

public void setPersonal(Boolean personal)
Parameters:
personal - The personal to set.

getProfessional

public Boolean getProfessional()
Returns:
Returns the professional.
Property:
column="professional"

setProfessional

public void setProfessional(Boolean professional)
Parameters:
professional - The professional to set.


Copyright © 2002-2004