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