public class SubAwardContact extends SubAwardAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
SubAwardContact()
Constructs a SubAwardContact.java.
|
SubAwardContact(Rolodex rolodex)
Constructs a SubAwardContact.java.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressLine1()
.
|
String |
getAddressLine2()
.
|
String |
getAddressLine3()
.
|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
This method looks up BOS
|
String |
getCity()
.
|
String |
getComments()
.
|
ContactType |
getContactType()
.
|
String |
getContactTypeCode()
.
|
String |
getCountryCode()
.
|
String |
getCounty()
.
|
String |
getEmailAddress()
.
|
String |
getFaxNumber()
.
|
protected Map<String,Object> |
getIdentifierMap(String identifierField,
Object identifierValue)
Build an identifier map for the BOS lookup
|
String |
getOrganization()
.
|
String |
getPhoneNumber()
.
|
String |
getPostalCode()
.
|
Rolodex |
getRolodex()
.
|
Integer |
getRolodexId()
.
|
String |
getRolodexName()
.
|
String |
getSponsorCode()
.
|
String |
getState()
.
|
String |
getSubAwardCode()
.
|
Integer |
getSubAwardContactId()
.
|
Long |
getSubAwardId()
.
|
protected void |
refreshRolodex() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAddressLine1(String addressLine1)
.
|
void |
setAddressLine2(String addressLine2)
.
|
void |
setAddressLine3(String addressLine3)
.
|
void |
setCity(String city)
.
|
void |
setComments(String comments)
.
|
void |
setContactType(ContactType contactType)
.
|
void |
setContactTypeCode(String contactTypeCode)
.
|
void |
setCountryCode(String countryCode)
.
|
void |
setCounty(String county)
.
|
void |
setEmailAddress(String emailAddress)
.
|
void |
setFaxNumber(String faxNumber)
.
|
void |
setOrganization(String organization)
.
|
void |
setPhoneNumber(String phoneNumber)
.
|
void |
setPostalCode(String postalCode)
.
|
void |
setRolodex(Rolodex rolodex)
.
|
void |
setRolodexId(Integer rolodexId)
.
|
void |
setRolodexName(String rolodexName)
.
|
void |
setSponsorCode(String sponsorCode)
.
|
void |
setState(String state)
.
|
void |
setSubAwardCode(String subAwardCode)
.
|
void |
setSubAwardContactId(Integer subAwardContactId)
.
|
void |
setSubAwardId(Long subAwardId)
.
|
equals, getSequenceNumber, getSequenceOwner, getSubAward, hashCode, setSequenceNumber, setSequenceOwner, setSubAwardgetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic SubAwardContact()
public SubAwardContact(Rolodex rolodex)
rolodex - public Integer getSubAwardContactId()
public void setSubAwardContactId(Integer subAwardContactId)
subAwardContactId - The subAwardContactId to set.public Long getSubAwardId()
getSubAwardId in class SubAwardAssociatepublic void setSubAwardId(Long subAwardId)
setSubAwardId in class SubAwardAssociatesubAwardId - The subAwardId to set.public String getSubAwardCode()
getSubAwardCode in class SubAwardAssociatepublic void setSubAwardCode(String subAwardCode)
setSubAwardCode in class SubAwardAssociatesubAwardCode - The subAwardCode to set.public String getContactTypeCode()
public void setContactTypeCode(String contactTypeCode)
contactTypeCode - The contactTypeCode to set.public Integer getRolodexId()
public void setRolodexId(Integer rolodexId)
rolodexId - The rolodexId to set.public ContactType getContactType()
public void setContactType(ContactType contactType)
contactType - The contactType to set.public Rolodex getRolodex()
public void setRolodex(Rolodex rolodex)
rolodex - The rolodex to set.public String getRolodexName()
public void setRolodexName(String rolodexName)
rolodexName - The rolodexName to set.public String getSponsorCode()
public void setSponsorCode(String sponsorCode)
sponsorCode - The sponsorCode to set.public String getOrganization()
public void setOrganization(String organization)
organization - The organization to set.public String getAddressLine1()
public void setAddressLine1(String addressLine1)
addressLine1 - The addressLine1 to set.public String getAddressLine2()
public void setAddressLine2(String addressLine2)
addressLine2 - The addressLine2 to set.public String getAddressLine3()
public void setAddressLine3(String addressLine3)
addressLine3 - The addressLine3 to set.public String getCity()
public void setCity(String city)
city - The city to set.public String getCounty()
public void setCounty(String county)
county - The county 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 getCountryCode()
public void setCountryCode(String countryCode)
countryCode - The countryCode to set.public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber - The phoneNumber to set.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - The emailAddress to set.public String getFaxNumber()
public void setFaxNumber(String faxNumber)
faxNumber - The faxNumber to set.public String getComments()
public void setComments(String comments)
comments - The comments to set.public void resetPersistenceState()
Sequenceableprotected void refreshRolodex()
protected Map<String,Object> getIdentifierMap(String identifierField, Object identifierValue)
identifierField - identifierValue - protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.