|
||||||||||
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.InvoiceRecurrence
public class InvoiceRecurrence
Field Summary | |
---|---|
protected AccountsReceivableDocumentHeader |
accountsReceivableDocumentHeader
|
protected boolean |
active
|
protected Customer |
customer
|
protected CustomerInvoiceDocument |
customerInvoiceDocument
|
protected String |
customerNumber
|
protected org.kuali.rice.kim.bo.Person |
documentInitiatorUser
|
protected String |
documentInitiatorUserIdentifier
|
protected Date |
documentLastCreateDate
|
protected Date |
documentRecurrenceBeginDate
|
protected Date |
documentRecurrenceEndDate
|
protected String |
documentRecurrenceIntervalCode
|
protected Integer |
documentTotalRecurrenceNumber
|
protected String |
invoiceNumber
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
InvoiceRecurrence()
Default constructor. |
Method Summary | |
---|---|
AccountsReceivableDocumentHeader |
getAccountsReceivableDocumentHeader()
|
Customer |
getCustomer()
Gets the customer attribute. |
CustomerInvoiceDocument |
getCustomerInvoiceDocument()
|
String |
getCustomerName()
Gets the customerName attribute. |
String |
getCustomerNumber()
Gets the customerNumber attribute. |
org.kuali.rice.kim.bo.Person |
getDocumentInitiatorUser()
|
String |
getDocumentInitiatorUserIdentifier()
Gets the documentInitiatorUserIdentifier attribute. |
String |
getDocumentInitiatorUserPersonUserIdentifier()
The network id of the document initiator |
Date |
getDocumentLastCreateDate()
Gets the documentLastCreateDate attribute. |
Date |
getDocumentRecurrenceBeginDate()
Gets the documentRecurrenceBeginDate attribute. |
Date |
getDocumentRecurrenceEndDate()
Gets the documentRecurrenceEndDate attribute. |
String |
getDocumentRecurrenceIntervalCode()
Gets the documentRecurrenceIntervalCode attribute. |
Integer |
getDocumentTotalRecurrenceNumber()
Gets the documentTotalRecurrenceNumber attribute. |
String |
getInvoiceNumber()
Gets the invoiceNumber attribute. |
boolean |
isActive()
Gets the active attribute. |
void |
setAccountsReceivableDocumentHeader(AccountsReceivableDocumentHeader accountsReceivableDocumentHeader)
Deprecated. |
void |
setActive(boolean active)
Sets the active attribute. |
void |
setCustomer(Customer customer)
Deprecated. |
void |
setCustomerInvoiceDocument(CustomerInvoiceDocument customerInvoiceDocument)
Deprecated. |
void |
setCustomerNumber(String customerNumber)
Sets the customerNumber attribute. |
void |
setDocumentInitiatorUser(org.kuali.rice.kim.bo.Person documentInitiatorUser)
|
void |
setDocumentInitiatorUserIdentifier(String documentInitiatorUserIdentifier)
Sets the documentInitiatorUserIdentifier attribute. |
void |
setDocumentLastCreateDate(Date documentLastCreateDate)
Sets the documentLastCreateDate attribute. |
void |
setDocumentRecurrenceBeginDate(Date documentRecurrenceBeginDate)
Sets the documentRecurrenceBeginDate attribute. |
void |
setDocumentRecurrenceEndDate(Date documentRecurrenceEndDate)
Sets the documentRecurrenceEndDate attribute. |
void |
setDocumentRecurrenceIntervalCode(String documentRecurrenceIntervalCode)
Sets the documentRecurrenceIntervalCode attribute. |
void |
setDocumentTotalRecurrenceNumber(Integer documentTotalRecurrenceNumber)
Sets the documentTotalRecurrenceNumber attribute. |
void |
setInvoiceNumber(String invoiceNumber)
Sets the invoiceNumber attribute. |
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 |
Field Detail |
---|
protected String invoiceNumber
protected String customerNumber
protected Date documentRecurrenceBeginDate
protected Date documentRecurrenceEndDate
protected Integer documentTotalRecurrenceNumber
protected String documentRecurrenceIntervalCode
protected String documentInitiatorUserIdentifier
protected Date documentLastCreateDate
protected boolean active
protected AccountsReceivableDocumentHeader accountsReceivableDocumentHeader
protected CustomerInvoiceDocument customerInvoiceDocument
protected Customer customer
protected org.kuali.rice.kim.bo.Person documentInitiatorUser
Constructor Detail |
---|
public InvoiceRecurrence()
Method Detail |
---|
public String getInvoiceNumber()
public void setInvoiceNumber(String invoiceNumber)
invoiceNumber
- The invoiceNumber to set.public String getCustomerNumber()
public void setCustomerNumber(String customerNumber)
customerNumber
- The customerNumber to set.public Date getDocumentRecurrenceBeginDate()
public void setDocumentRecurrenceBeginDate(Date documentRecurrenceBeginDate)
documentRecurrenceBeginDate
- The documentRecurrenceBeginDate to set.public Date getDocumentRecurrenceEndDate()
public void setDocumentRecurrenceEndDate(Date documentRecurrenceEndDate)
documentRecurrenceEndDate
- The documentRecurrenceEndDate to set.public Integer getDocumentTotalRecurrenceNumber()
public void setDocumentTotalRecurrenceNumber(Integer documentTotalRecurrenceNumber)
documentTotalRecurrenceNumber
- The documentTotalRecurrenceNumber to set.public String getDocumentRecurrenceIntervalCode()
public void setDocumentRecurrenceIntervalCode(String documentRecurrenceIntervalCode)
documentRecurrenceIntervalCode
- The documentRecurrenceIntervalCode to set.public String getDocumentInitiatorUserIdentifier()
public void setDocumentInitiatorUserIdentifier(String documentInitiatorUserIdentifier)
documentInitiatorUserIdentifier
- The documentInitiatorUserIdentifier to set.public org.kuali.rice.kim.bo.Person getDocumentInitiatorUser()
public void setDocumentInitiatorUser(org.kuali.rice.kim.bo.Person documentInitiatorUser)
documentInitiatorUser
- The documentInitiatorUser to set.public String getDocumentInitiatorUserPersonUserIdentifier()
public Date getDocumentLastCreateDate()
public void setDocumentLastCreateDate(Date documentLastCreateDate)
documentLastCreateDate
- The documentLastCreateDate 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 Customer getCustomer()
public void setCustomer(Customer customer)
customer
- The customer to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public AccountsReceivableDocumentHeader getAccountsReceivableDocumentHeader()
public void setAccountsReceivableDocumentHeader(AccountsReceivableDocumentHeader accountsReceivableDocumentHeader)
accountsReceivableDocumentHeader
- The AccountsReceivableDocumentHeader to set.public String getCustomerName()
public CustomerInvoiceDocument getCustomerInvoiceDocument()
public void setCustomerInvoiceDocument(CustomerInvoiceDocument customerInvoiceDocument)
customerInvoiceDocument
- The customerInvoiceDocument to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |