|
||||||||||
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.ar.businessobject.CustomerAddress
public class CustomerAddress
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
CustomerAddress()
Default constructor. |
Method Summary | |
---|---|
void |
beforeInsert(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
|
int |
compareTo(CustomerAddress address)
|
Customer |
getCustomer()
Gets the customer attribute. |
Date |
getCustomerAddressEndDate()
Gets the customerAddressEndDate attribute. |
Integer |
getCustomerAddressIdentifier()
Gets the customerAddressIdentifier attribute. |
String |
getCustomerAddressInternationalProvinceName()
Gets the customerAddressInternationalProvinceName attribute. |
String |
getCustomerAddressName()
Gets the customerAddressName attribute. |
CustomerAddressType |
getCustomerAddressType()
Gets the customerAddressType attribute. |
String |
getCustomerAddressTypeCode()
Gets the customerAddressTypeCode attribute. |
String |
getCustomerCityName()
Gets the customerCityName attribute. |
org.kuali.rice.kns.bo.Country |
getCustomerCountry()
Gets the customerCountry attribute. |
String |
getCustomerCountryCode()
Gets the customerCountryCode attribute. |
String |
getCustomerEmailAddress()
Gets the customerEmailAddress attribute. |
String |
getCustomerInternationalMailCode()
Gets the customerInternationalMailCode attribute. |
String |
getCustomerLine1StreetAddress()
Gets the customerLine1StreetAddress attribute. |
String |
getCustomerLine2StreetAddress()
Gets the customerLine2StreetAddress attribute. |
String |
getCustomerNumber()
Gets the customerNumber attribute. |
String |
getCustomerStateCode()
Gets the customerStateCode attribute. |
String |
getCustomerZipCode()
Gets the customerZipCode attribute. |
void |
setCustomer(Customer customer)
Deprecated. |
void |
setCustomerAddressEndDate(Date customerAddressEndDate)
Sets the customerAddressEndDate attribute. |
void |
setCustomerAddressIdentifier(Integer customerAddressIdentifier)
Sets the customerAddressIdentifier attribute. |
void |
setCustomerAddressInternationalProvinceName(String customerAddressInternationalProvinceName)
Sets the customerAddressInternationalProvinceName attribute value. |
void |
setCustomerAddressName(String customerAddressName)
Sets the customerAddressName attribute. |
void |
setCustomerAddressType(CustomerAddressType customerAddressType)
Deprecated. |
void |
setCustomerAddressTypeCode(String customerAddressTypeCode)
Sets the customerAddressTypeCode attribute. |
void |
setCustomerCityName(String customerCityName)
Sets the customerCityName attribute. |
void |
setCustomerCountry(org.kuali.rice.kns.bo.Country customerCountry)
Deprecated. |
void |
setCustomerCountryCode(String customerCountryCode)
Sets the customerCountryCode attribute value. |
void |
setCustomerEmailAddress(String customerEmailAddress)
Sets the customerEmailAddress attribute. |
void |
setCustomerInternationalMailCode(String customerInternationalMailCode)
Sets the customerInternationalMailCode attribute. |
void |
setCustomerLine1StreetAddress(String customerLine1StreetAddress)
Sets the customerLine1StreetAddress attribute. |
void |
setCustomerLine2StreetAddress(String customerLine2StreetAddress)
Sets the customerLine2StreetAddress attribute. |
void |
setCustomerNumber(String customerNumber)
Sets the customerNumber attribute. |
void |
setCustomerStateCode(String customerStateCode)
Sets the customerStateCode attribute. |
void |
setCustomerZipCode(String customerZipCode)
Sets the customerZipCode attribute. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, 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 CustomerAddress()
Method Detail |
---|
public String getCustomerNumber()
public void setCustomerNumber(String customerNumber)
customerNumber
- The customerNumber to set.public Integer getCustomerAddressIdentifier()
public void setCustomerAddressIdentifier(Integer customerAddressIdentifier)
customerAddressIdentifier
- The customerAddressIdentifier to set.public String getCustomerAddressName()
public void setCustomerAddressName(String customerAddressName)
customerAddressName
- The customerAddressName to set.public String getCustomerLine1StreetAddress()
public void setCustomerLine1StreetAddress(String customerLine1StreetAddress)
customerLine1StreetAddress
- The customerLine1StreetAddress to set.public String getCustomerLine2StreetAddress()
public void setCustomerLine2StreetAddress(String customerLine2StreetAddress)
customerLine2StreetAddress
- The customerLine2StreetAddress to set.public String getCustomerCityName()
public void setCustomerCityName(String customerCityName)
customerCityName
- The customerCityName to set.public String getCustomerStateCode()
public void setCustomerStateCode(String customerStateCode)
customerStateCode
- The customerStateCode to set.public String getCustomerZipCode()
public void setCustomerZipCode(String customerZipCode)
customerZipCode
- The customerZipCode to set.public String getCustomerAddressInternationalProvinceName()
public void setCustomerAddressInternationalProvinceName(String customerAddressInternationalProvinceName)
customerAddressInternationalProvinceName
- The customerAddressInternationalProvinceName to set.public String getCustomerCountryCode()
public void setCustomerCountryCode(String customerCountryCode)
customerCountryCode
- The customerCountryCode to set.public String getCustomerInternationalMailCode()
public void setCustomerInternationalMailCode(String customerInternationalMailCode)
customerInternationalMailCode
- The customerInternationalMailCode to set.public String getCustomerEmailAddress()
public void setCustomerEmailAddress(String customerEmailAddress)
customerEmailAddress
- The customerEmailAddress to set.public String getCustomerAddressTypeCode()
public void setCustomerAddressTypeCode(String customerAddressTypeCode)
customerAddressTypeCode
- The customerAddressTypeCode to set.public Date getCustomerAddressEndDate()
public void setCustomerAddressEndDate(Date customerAddressEndDate)
customerAddressEndDate
- The customerAddressEndDate to set.public CustomerAddressType getCustomerAddressType()
public void setCustomerAddressType(CustomerAddressType customerAddressType)
customerAddressType
- The customerAddressType to set.public Customer getCustomer()
public void setCustomer(Customer customer)
customer
- The customer to set.public org.kuali.rice.kns.bo.Country getCustomerCountry()
public void setCustomerCountry(org.kuali.rice.kns.bo.Country customerCountry)
customerCountry
- The customerCountry to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public int compareTo(CustomerAddress address)
compareTo
in interface Comparable<CustomerAddress>
Comparable.compareTo(java.lang.Object)
public void beforeInsert(org.apache.ojb.broker.PersistenceBroker persistenceBroker) throws org.apache.ojb.broker.PersistenceBrokerException
beforeInsert
in interface org.apache.ojb.broker.PersistenceBrokerAware
beforeInsert
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.apache.ojb.broker.PersistenceBrokerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |