org.kuali.kfs.module.endow.businessobject
Class Donor

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.Donor
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class Donor
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
Donor()
           
 
Method Summary
 String getAddress1()
          Gets the address1 attribute.
 String getAddress2()
          Gets the address2 attribute.
 String getAddress3()
          Gets the address3 attribute.
 String getCity()
          Gets the city attribute.
 String getComments()
          Gets the comments attribute.
 String getCountry()
          Gets the country attribute.
 Date getDeceasedDate()
          Gets the deceasedDate attribute.
 String getDevelopmentOfficer()
          Gets the developmentOfficer attribute.
 String getDonorID()
          Gets the donorID attribute.
 String getFirstContactTitle()
          Gets the firstContactTitle attribute.
 String getFirstCorporateContact()
          Gets the firstCorporateContact attribute.
 String getFirstName()
          Gets the firstName attribute.
 String getFullName()
          Gets the donor's full name: First name + middle name + last name
 String getIndividualMailLabel()
          Gets the individualMailLabel attribute.
 String getIndividualSalutation()
          Gets the individualSalutation attribute.
 String getJointMailLabel()
          Gets the jointMailLabel attribute.
 String getJointSalutation()
          Gets the jointSalutation attribute.
 String getLastName()
          Gets the lastName attribute.
 String getMiddleName()
          Gets the middleName attribute.
 String getPhoneNumber()
          Gets the phoneNumber attribute.
 String getPostalCode()
          Gets the postalCode attribute.
 String getSecondContactTitle()
          Gets the secondContactTitle attribute.
 String getSecondCorporateContact()
          Gets the secondCorporateContact attribute.
 String getState()
          Gets the state attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setAddress1(String address1)
          Sets the address1 attribute value.
 void setAddress2(String address2)
          Sets the address2 attribute value.
 void setAddress3(String address3)
          Sets the address3 attribute value.
 void setCity(String city)
          Sets the city attribute value.
 void setComments(String comments)
          Sets the comments attribute value.
 void setCountry(String country)
          Sets the country attribute value.
 void setDeceasedDate(Date deceasedDate)
          Sets the deceasedDate attribute value.
 void setDevelopmentOfficer(String developmentOfficer)
          Sets the developmentOfficer attribute value.
 void setDonorID(String donorID)
          Sets the donorID attribute value.
 void setFirstContactTitle(String firstContactTitle)
          Sets the firstContactTitle attribute value.
 void setFirstCorporateContact(String firstCorporateContact)
          Sets the firstCorporateContact attribute value.
 void setFirstName(String firstName)
          Sets the firstName attribute value.
 void setIndividualMailLabel(String individualMailLabel)
          Sets the individualMailLabel attribute value.
 void setIndividualSalutation(String individualSalutation)
          Sets the individualSalutation attribute value.
 void setJointMailLabel(String jointMailLabel)
          Sets the jointMailLabel attribute value.
 void setJointSalutation(String jointSalutation)
          Sets the jointSalutation attribute value.
 void setLastName(String lastName)
          Sets the lastName attribute value.
 void setMiddleName(String middleName)
          Sets the middleName attribute value.
 void setPhoneNumber(String phoneNumber)
          Sets the phoneNumber attribute value.
 void setPostalCode(String postalCode)
          Sets the postalCode attribute value.
 void setSecondContactTitle(String secondContactTitle)
          Sets the secondContactTitle attribute value.
 void setSecondCorporateContact(String secondCorporateContact)
          Sets the secondCorporateContact attribute value.
 void setState(String state)
          Sets the state attribute value.
protected  LinkedHashMap<String,String> toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

Donor

public Donor()
Method Detail

getDonorID

public String getDonorID()
Gets the donorID attribute.

Returns:
Returns the donorID.

setDonorID

public void setDonorID(String donorID)
Sets the donorID attribute value.

Parameters:
donorID - The donorID to set.

getFirstName

public String getFirstName()
Gets the firstName attribute.

Returns:
Returns the firstName.

setFirstName

public void setFirstName(String firstName)
Sets the firstName attribute value.

Parameters:
firstName - The firstName to set.

getMiddleName

public String getMiddleName()
Gets the middleName attribute.

Returns:
Returns the middleName.

setMiddleName

public void setMiddleName(String middleName)
Sets the middleName attribute value.

Parameters:
middleName - The middleName to set.

getLastName

public String getLastName()
Gets the lastName attribute.

Returns:
Returns the lastName.

setLastName

public void setLastName(String lastName)
Sets the lastName attribute value.

Parameters:
lastName - The lastName to set.

getAddress1

public String getAddress1()
Gets the address1 attribute.

Returns:
Returns the address1.

setAddress1

public void setAddress1(String address1)
Sets the address1 attribute value.

Parameters:
address1 - The address1 to set.

getAddress2

public String getAddress2()
Gets the address2 attribute.

Returns:
Returns the address2.

setAddress2

public void setAddress2(String address2)
Sets the address2 attribute value.

Parameters:
address2 - The address2 to set.

getAddress3

public String getAddress3()
Gets the address3 attribute.

Returns:
Returns the address3.

setAddress3

public void setAddress3(String address3)
Sets the address3 attribute value.

Parameters:
address3 - The address3 to set.

getCity

public String getCity()
Gets the city attribute.

Returns:
Returns the city.

setCity

public void setCity(String city)
Sets the city attribute value.

Parameters:
city - The city to set.

getState

public String getState()
Gets the state attribute.

Returns:
Returns the state.

setState

public void setState(String state)
Sets the state attribute value.

Parameters:
state - The state to set.

getPostalCode

public String getPostalCode()
Gets the postalCode attribute.

Returns:
Returns the postalCode.

setPostalCode

public void setPostalCode(String postalCode)
Sets the postalCode attribute value.

Parameters:
postalCode - The postalCode to set.

getCountry

public String getCountry()
Gets the country attribute.

Returns:
Returns the country.

setCountry

public void setCountry(String country)
Sets the country attribute value.

Parameters:
country - The country to set.

getPhoneNumber

public String getPhoneNumber()
Gets the phoneNumber attribute.

Returns:
Returns the phoneNumber.

setPhoneNumber

public void setPhoneNumber(String phoneNumber)
Sets the phoneNumber attribute value.

Parameters:
phoneNumber - The phoneNumber to set.

getIndividualSalutation

public String getIndividualSalutation()
Gets the individualSalutation attribute.

Returns:
Returns the individualSalutation.

setIndividualSalutation

public void setIndividualSalutation(String individualSalutation)
Sets the individualSalutation attribute value.

Parameters:
individualSalutation - The individualSalutation to set.

getIndividualMailLabel

public String getIndividualMailLabel()
Gets the individualMailLabel attribute.

Returns:
Returns the individualMailLabel.

setIndividualMailLabel

public void setIndividualMailLabel(String individualMailLabel)
Sets the individualMailLabel attribute value.

Parameters:
individualMailLabel - The individualMailLabel to set.

getJointSalutation

public String getJointSalutation()
Gets the jointSalutation attribute.

Returns:
Returns the jointSalutation.

setJointSalutation

public void setJointSalutation(String jointSalutation)
Sets the jointSalutation attribute value.

Parameters:
jointSalutation - The jointSalutation to set.

getJointMailLabel

public String getJointMailLabel()
Gets the jointMailLabel attribute.

Returns:
Returns the jointMailLabel.

setJointMailLabel

public void setJointMailLabel(String jointMailLabel)
Sets the jointMailLabel attribute value.

Parameters:
jointMailLabel - The jointMailLabel to set.

getDevelopmentOfficer

public String getDevelopmentOfficer()
Gets the developmentOfficer attribute.

Returns:
Returns the developmentOfficer.

setDevelopmentOfficer

public void setDevelopmentOfficer(String developmentOfficer)
Sets the developmentOfficer attribute value.

Parameters:
developmentOfficer - The developmentOfficer to set.

getDeceasedDate

public Date getDeceasedDate()
Gets the deceasedDate attribute.

Returns:
Returns the deceasedDate.

setDeceasedDate

public void setDeceasedDate(Date deceasedDate)
Sets the deceasedDate attribute value.

Parameters:
deceasedDate - The deceasedDate to set.

getFirstCorporateContact

public String getFirstCorporateContact()
Gets the firstCorporateContact attribute.

Returns:
Returns the firstCorporateContact.

setFirstCorporateContact

public void setFirstCorporateContact(String firstCorporateContact)
Sets the firstCorporateContact attribute value.

Parameters:
firstCorporateContact - The firstCorporateContact to set.

getFirstContactTitle

public String getFirstContactTitle()
Gets the firstContactTitle attribute.

Returns:
Returns the firstContactTitle.

setFirstContactTitle

public void setFirstContactTitle(String firstContactTitle)
Sets the firstContactTitle attribute value.

Parameters:
firstContactTitle - The firstContactTitle to set.

getSecondCorporateContact

public String getSecondCorporateContact()
Gets the secondCorporateContact attribute.

Returns:
Returns the secondCorporateContact.

setSecondCorporateContact

public void setSecondCorporateContact(String secondCorporateContact)
Sets the secondCorporateContact attribute value.

Parameters:
secondCorporateContact - The secondCorporateContact to set.

getSecondContactTitle

public String getSecondContactTitle()
Gets the secondContactTitle attribute.

Returns:
Returns the secondContactTitle.

setSecondContactTitle

public void setSecondContactTitle(String secondContactTitle)
Sets the secondContactTitle attribute value.

Parameters:
secondContactTitle - The secondContactTitle to set.

getComments

public String getComments()
Gets the comments attribute.

Returns:
Returns the comments.

setComments

public void setComments(String comments)
Sets the comments attribute value.

Parameters:
comments - The comments to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

getFullName

public String getFullName()
Gets the donor's full name: First name + middle name + last name

Returns:
donor's full name

toStringMapper

protected LinkedHashMap<String,String> toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.