|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.Donor
public class Donor
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 |
---|
public Donor()
Method Detail |
---|
public String getDonorID()
public void setDonorID(String donorID)
donorID
- The donorID to set.public String getFirstName()
public void setFirstName(String firstName)
firstName
- The firstName to set.public String getMiddleName()
public void setMiddleName(String middleName)
middleName
- The middleName to set.public String getLastName()
public void setLastName(String lastName)
lastName
- The lastName to set.public String getAddress1()
public void setAddress1(String address1)
address1
- The address1 to set.public String getAddress2()
public void setAddress2(String address2)
address2
- The address2 to set.public String getAddress3()
public void setAddress3(String address3)
address3
- The address3 to set.public String getCity()
public void setCity(String city)
city
- The city to set.public String getState()
public void setState(String state)
state
- The state to set.public String getPostalCode()
public void setPostalCode(String postalCode)
postalCode
- The postalCode to set.public String getCountry()
public void setCountry(String country)
country
- The country to set.public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber
- The phoneNumber to set.public String getIndividualSalutation()
public void setIndividualSalutation(String individualSalutation)
individualSalutation
- The individualSalutation to set.public String getIndividualMailLabel()
public void setIndividualMailLabel(String individualMailLabel)
individualMailLabel
- The individualMailLabel to set.public String getJointSalutation()
public void setJointSalutation(String jointSalutation)
jointSalutation
- The jointSalutation to set.public String getJointMailLabel()
public void setJointMailLabel(String jointMailLabel)
jointMailLabel
- The jointMailLabel to set.public String getDevelopmentOfficer()
public void setDevelopmentOfficer(String developmentOfficer)
developmentOfficer
- The developmentOfficer to set.public Date getDeceasedDate()
public void setDeceasedDate(Date deceasedDate)
deceasedDate
- The deceasedDate to set.public String getFirstCorporateContact()
public void setFirstCorporateContact(String firstCorporateContact)
firstCorporateContact
- The firstCorporateContact to set.public String getFirstContactTitle()
public void setFirstContactTitle(String firstContactTitle)
firstContactTitle
- The firstContactTitle to set.public String getSecondCorporateContact()
public void setSecondCorporateContact(String secondCorporateContact)
secondCorporateContact
- The secondCorporateContact to set.public String getSecondContactTitle()
public void setSecondContactTitle(String secondContactTitle)
secondContactTitle
- The secondContactTitle to set.public String getComments()
public void setComments(String comments)
comments
- The comments to set.public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.public String getFullName()
protected LinkedHashMap<String,String> toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |