edu.sampleu.travel.approval.dataobject
Class TravelerDetailEmergencyContact

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by edu.sampleu.travel.approval.dataobject.TravelerDetailEmergencyContact
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

@Entity
public class TravelerDetailEmergencyContact
extends PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
TravelerDetailEmergencyContact()
           
 
Method Summary
 String getContactName()
           
 String getContactRelationTypeCode()
           
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getEmailAddress()
          Gets the emailAddress attribute.
 Integer getFinancialDocumentLineNumber()
          Gets the financialDocumentLineNumber attribute.
 Integer getId()
           
 String getPhoneNumber()
          Gets the phoneNumber attribute.
 TravelerDetail getTraveler()
           
 Integer getTravelerDetailId()
           
 boolean isPrimary()
           
 void setContactName(String contactName)
           
 void setContactRelationTypeCode(String contactRelationTypeCode)
           
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setEmailAddress(String emailAddress)
          Sets the emailAddress attribute value.
 void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
          Sets the financialDocumentLineNumber attribute.
 void setId(Integer id)
           
 void setPhoneNumber(String phoneNumber)
          Sets the phoneNumber attribute value.
 void setPrimary(boolean primary)
           
 void setTraveler(TravelerDetail traveler)
           
 void setTravelerDetailId(Integer travelerDetailId)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

TravelerDetailEmergencyContact

public TravelerDetailEmergencyContact()
Method Detail

getTravelerDetailId

public Integer getTravelerDetailId()

setTravelerDetailId

public void setTravelerDetailId(Integer travelerDetailId)

getTraveler

public TravelerDetail getTraveler()

setTraveler

public void setTraveler(TravelerDetail traveler)

getId

public Integer getId()

setId

public void setId(Integer id)

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getFinancialDocumentLineNumber

public Integer getFinancialDocumentLineNumber()
Gets the financialDocumentLineNumber attribute.

Returns:
Returns the financialDocumentLineNumber

setFinancialDocumentLineNumber

public void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
Sets the financialDocumentLineNumber attribute.

Parameters:
financialDocumentLineNumber - The financialDocumentLineNumber to set.

getContactRelationTypeCode

public String getContactRelationTypeCode()

setContactRelationTypeCode

public void setContactRelationTypeCode(String contactRelationTypeCode)

getContactName

public String getContactName()

setContactName

public void setContactName(String contactName)

getEmailAddress

public String getEmailAddress()
Gets the emailAddress attribute.

Returns:
Returns the emailAddress.

setEmailAddress

public void setEmailAddress(String emailAddress)
Sets the emailAddress attribute value.

Parameters:
emailAddress - The emailAddress 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.

toStringMapper

protected LinkedHashMap toStringMapper()

isPrimary

public boolean isPrimary()

setPrimary

public void setPrimary(boolean primary)


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