org.kuali.kfs.module.purap.businessobject
Class BillingAddress
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.purap.businessobject.BillingAddress
- 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 BillingAddress
- extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
- implements org.kuali.rice.kns.bo.Inactivateable
Billing Address Business Object.
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
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 interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
BillingAddress
public BillingAddress()
- Default constructor.
getBillingCampusCode
public String getBillingCampusCode()
setBillingCampusCode
public void setBillingCampusCode(String billingCampusCode)
getBillingName
public String getBillingName()
setBillingName
public void setBillingName(String billingName)
getBillingLine1Address
public String getBillingLine1Address()
setBillingLine1Address
public void setBillingLine1Address(String billingLine1Address)
getBillingLine2Address
public String getBillingLine2Address()
setBillingLine2Address
public void setBillingLine2Address(String billingLine2Address)
getBillingCityName
public String getBillingCityName()
setBillingCityName
public void setBillingCityName(String billingCityName)
getBillingStateCode
public String getBillingStateCode()
setBillingStateCode
public void setBillingStateCode(String billingStateCode)
getBillingPostalCode
public String getBillingPostalCode()
setBillingPostalCode
public void setBillingPostalCode(String billingPostalCode)
getBillingCountryCode
public String getBillingCountryCode()
setBillingCountryCode
public void setBillingCountryCode(String billingCountryCode)
getBillingPhoneNumber
public String getBillingPhoneNumber()
setBillingPhoneNumber
public void setBillingPhoneNumber(String billingPhoneNumber)
getBillingCampus
public CampusParameter getBillingCampus()
setBillingCampus
public void setBillingCampus(CampusParameter billingCampus)
- Deprecated.
isActive
public boolean isActive()
- Specified by:
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
setActive
public void setActive(boolean active)
- Specified by:
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
toStringMapper
protected LinkedHashMap 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.