|
||||||||||
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.Customer
public class Customer
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
Customer()
Default constructor. |
Method Summary | |
---|---|
String |
getCustomer800PhoneNumber()
Gets the customer800PhoneNumber attribute. |
Date |
getCustomerAddressChangeDate()
Gets the customerAddressChangeDate attribute. |
List<CustomerAddress> |
getCustomerAddresses()
This method gets customerAddresses |
Date |
getCustomerBirthDate()
Gets the customerBirthDate attribute. |
String |
getCustomerContactName()
Gets the customerContactName attribute. |
String |
getCustomerContactPhoneNumber()
Gets the customerContactPhoneNumber attribute. |
String |
getCustomerCreditApprovedByName()
Gets the customerCreditApprovedByName attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCustomerCreditLimitAmount()
Gets the customerCreditLimitAmount attribute. |
String |
getCustomerEmailAddress()
Gets the customerEmailAddress attribute. |
String |
getCustomerFaxNumber()
Gets the customerFaxNumber attribute. |
Date |
getCustomerLastActivityDate()
Gets the customerLastActivityDate attribute. |
String |
getCustomerName()
Gets the customerName attribute. |
String |
getCustomerNumber()
Gets the customerNumber attribute. |
Customer |
getCustomerParentCompany()
Gets the customerParentCompany attribute. |
String |
getCustomerParentCompanyNumber()
Gets the customerParentCompanyNumber attribute. |
String |
getCustomerPhoneNumber()
Gets the customerPhoneNumber attribute. |
Date |
getCustomerRecordAddDate()
Gets the customerRecordAddDate attribute. |
String |
getCustomerTaxNbr()
|
String |
getCustomerTaxTypeCode()
|
CustomerType |
getCustomerType()
Gets the customerType attribute. |
String |
getCustomerTypeCode()
Gets the customerTypeCode attribute. |
String |
getCustomerTypeDescription()
Gets the customerTypeDescription attribute. |
boolean |
isActive()
Gets the active attribute. |
boolean |
isCustomerTaxExemptIndicator()
|
void |
setActive(boolean active)
Sets the active attribute. |
void |
setCustomer800PhoneNumber(String customer800PhoneNumber)
Sets the customer800PhoneNumber attribute. |
void |
setCustomerAddressChangeDate(Date customerAddressChangeDate)
Sets the customerAddressChangeDate attribute. |
void |
setCustomerAddresses(List<CustomerAddress> customerAddresses)
This method sets customerAddresses |
void |
setCustomerBirthDate(Date customerBirthDate)
Sets the customerBirthDate attribute. |
void |
setCustomerContactName(String customerContactName)
Sets the customerContactName attribute. |
void |
setCustomerContactPhoneNumber(String customerContactPhoneNumber)
Sets the customerContactPhoneNumber attribute. |
void |
setCustomerCreditApprovedByName(String customerCreditApprovedByName)
Sets the customerCreditApprovedByName attribute. |
void |
setCustomerCreditLimitAmount(org.kuali.rice.kns.util.KualiDecimal customerCreditLimitAmount)
Sets the customerCreditLimitAmount attribute. |
void |
setCustomerEmailAddress(String customerEmailAddress)
Sets the customerEmailAddress attribute. |
void |
setCustomerFaxNumber(String customerFaxNumber)
Sets the customerFaxNumber attribute. |
void |
setCustomerLastActivityDate(Date customerLastActivityDate)
Sets the customerLastActivityDate attribute. |
void |
setCustomerName(String customerName)
Sets the customerName attribute. |
void |
setCustomerNumber(String customerNumber)
Sets the customerNumber attribute. |
void |
setCustomerParentCompany(Customer customerParentCompany)
Deprecated. |
void |
setCustomerParentCompanyNumber(String customerParentCompanyNumber)
Sets the customerParentCompanyNumber attribute. |
void |
setCustomerPhoneNumber(String customerPhoneNumber)
Sets the customerPhoneNumber attribute. |
void |
setCustomerRecordAddDate(Date customerRecordAddDate)
Sets the customerRecordAddDate attribute. |
void |
setCustomerTaxExemptIndicator(boolean customerTaxExemptIndicator)
|
void |
setCustomerTaxNbr(String customerTaxNbr)
|
void |
setCustomerTaxTypeCode(String customerTaxTypeCode)
|
void |
setCustomerType(CustomerType customerType)
Deprecated. |
void |
setCustomerTypeCode(String customerTypeCode)
Sets the customerTypeCode attribute. |
void |
setCustomerTypeDescription(String customerTypeDescription)
Sets the customerTypeDescription attribute value. |
protected LinkedHashMap |
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 Customer()
Method Detail |
---|
public String getCustomerNumber()
public void setCustomerNumber(String customerNumber)
customerNumber
- The customerNumber to set.public String getCustomerName()
public void setCustomerName(String customerName)
customerName
- The customerName to set.public String getCustomerParentCompanyNumber()
public void setCustomerParentCompanyNumber(String customerParentCompanyNumber)
customerParentCompanyNumber
- The customerParentCompanyNumber to set.public String getCustomerTypeCode()
public void setCustomerTypeCode(String customerTypeCode)
customerTypeCode
- The customerTypeCode to set.public String getCustomerTypeDescription()
public void setCustomerTypeDescription(String customerTypeDescription)
customerTypeDescription
- The customerTypeDescription to set.public Date getCustomerAddressChangeDate()
public void setCustomerAddressChangeDate(Date customerAddressChangeDate)
customerAddressChangeDate
- The customerAddressChangeDate to set.public Date getCustomerRecordAddDate()
public void setCustomerRecordAddDate(Date customerRecordAddDate)
customerRecordAddDate
- The customerRecordAddDate to set.public Date getCustomerLastActivityDate()
public void setCustomerLastActivityDate(Date customerLastActivityDate)
customerLastActivityDate
- The customerLastActivityDate 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 getCustomerPhoneNumber()
public void setCustomerPhoneNumber(String customerPhoneNumber)
customerPhoneNumber
- The customerPhoneNumber to set.public String getCustomer800PhoneNumber()
public void setCustomer800PhoneNumber(String customer800PhoneNumber)
customer800PhoneNumber
- The customer800PhoneNumber to set.public String getCustomerContactName()
public void setCustomerContactName(String customerContactName)
customerContactName
- The customerContactName to set.public String getCustomerContactPhoneNumber()
public void setCustomerContactPhoneNumber(String customerContactPhoneNumber)
customerContactPhoneNumber
- The customerContactPhoneNumber to set.public String getCustomerFaxNumber()
public void setCustomerFaxNumber(String customerFaxNumber)
customerFaxNumber
- The customerFaxNumber to set.public Date getCustomerBirthDate()
public void setCustomerBirthDate(Date customerBirthDate)
customerBirthDate
- The customerBirthDate to set.public org.kuali.rice.kns.util.KualiDecimal getCustomerCreditLimitAmount()
public void setCustomerCreditLimitAmount(org.kuali.rice.kns.util.KualiDecimal customerCreditLimitAmount)
customerCreditLimitAmount
- The customerCreditLimitAmount to set.public String getCustomerCreditApprovedByName()
public void setCustomerCreditApprovedByName(String customerCreditApprovedByName)
customerCreditApprovedByName
- The customerCreditApprovedByName to set.public String getCustomerEmailAddress()
public void setCustomerEmailAddress(String customerEmailAddress)
customerEmailAddress
- The customerEmailAddress to set.public Customer getCustomerParentCompany()
public void setCustomerParentCompany(Customer customerParentCompany)
customerParentCompany
- The customerParentCompany to set.public CustomerType getCustomerType()
public void setCustomerType(CustomerType customerType)
customerType
- The customerType to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean isCustomerTaxExemptIndicator()
public void setCustomerTaxExemptIndicator(boolean customerTaxExemptIndicator)
public List<CustomerAddress> getCustomerAddresses()
public void setCustomerAddresses(List<CustomerAddress> customerAddresses)
customerAddresses
- public String getCustomerTaxNbr()
public void setCustomerTaxNbr(String customerTaxNbr)
public String getCustomerTaxTypeCode()
public void setCustomerTaxTypeCode(String customerTaxTypeCode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |