org.appfuse.model
Class Membership

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

public class Membership
extends BaseObject
implements Serializable

This class is used to represent a resume's memberships and affiliations.

View Source

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

Constructor Summary
Membership()
           
 
Method Summary
 String getAffiliation()
           
 Date getEndDate()
           
 Long getId()
          Returns the organizationName identifier.
 String getOrganizationName()
          Returns the organizationName description.
 Long getResumeId()
           
 Date getStartDate()
           
 void setAffiliation(String title)
           
 void setEndDate(Date endDate)
           
 void setId(Long id)
           
 void setOrganizationName(String name)
           
 void setResumeId(Long resumeId)
           
 void setStartDate(Date startDate)
           
 
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

Membership

public Membership()
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"

setOrganizationName

public void setOrganizationName(String name)

getOrganizationName

public String getOrganizationName()
Returns the organizationName description.

Returns:
String
Property:
column="organization_name"

getEndDate

public Date getEndDate()
Returns:
Returns the endDate.
Property:
column="end_date"

setEndDate

public void setEndDate(Date endDate)
Parameters:
endDate - The endDate to set.

getResumeId

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

setResumeId

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

getStartDate

public Date getStartDate()
Returns:
Returns the startDate.
Property:
column="start_date"

setStartDate

public void setStartDate(Date startDate)
Parameters:
startDate - The startDate to set.

getAffiliation

public String getAffiliation()
Returns:
Returns the affiliation.
Property:
column="affiliation" length="50"

setAffiliation

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


Copyright © 2002-2004