Package com.xero.models.finance
Class IncomeByContactResponse
java.lang.Object
com.xero.models.finance.IncomeByContactResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContactsItem(ContactDetail contactsItem) contactscontacts(List<ContactDetail> contacts) contactsendDate(org.threeten.bp.LocalDate endDate) End date of the reportbooleanGet contactsorg.threeten.bp.LocalDateEnd date of the reportGet manualJournalsorg.threeten.bp.LocalDateStart date of the reportgetTotal()Total valueGet totalDetailGet totalOtherinthashCode()manualJournals(ManualJournalTotal manualJournals) manualJournalsvoidsetContacts(List<ContactDetail> contacts) contactsvoidsetEndDate(org.threeten.bp.LocalDate endDate) End date of the reportvoidsetManualJournals(ManualJournalTotal manualJournals) manualJournalsvoidsetStartDate(org.threeten.bp.LocalDate startDate) Start date of the reportvoidTotal valuevoidsetTotalDetail(TotalDetail totalDetail) totalDetailvoidsetTotalOther(TotalOther totalOther) totalOtherstartDate(org.threeten.bp.LocalDate startDate) Start date of the reporttoString()Total valuetotalDetail(TotalDetail totalDetail) totalDetailtotalOther(TotalOther totalOther) totalOther
-
Constructor Details
-
IncomeByContactResponse
public IncomeByContactResponse()
-
-
Method Details
-
startDate
Start date of the report- Parameters:
startDate- LocalDate- Returns:
- IncomeByContactResponse
-
getStartDate
public org.threeten.bp.LocalDate getStartDate()Start date of the report- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.LocalDate startDate) Start date of the report- Parameters:
startDate- LocalDate
-
endDate
End date of the report- Parameters:
endDate- LocalDate- Returns:
- IncomeByContactResponse
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()End date of the report- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate) End date of the report- Parameters:
endDate- LocalDate
-
total
Total value- Parameters:
total- Double- Returns:
- IncomeByContactResponse
-
getTotal
-
setTotal
-
totalDetail
totalDetail- Parameters:
totalDetail- TotalDetail- Returns:
- IncomeByContactResponse
-
getTotalDetail
-
setTotalDetail
totalDetail- Parameters:
totalDetail- TotalDetail
-
totalOther
totalOther- Parameters:
totalOther- TotalOther- Returns:
- IncomeByContactResponse
-
getTotalOther
-
setTotalOther
-
contacts
contacts- Parameters:
contacts- List<ContactDetail>- Returns:
- IncomeByContactResponse
-
addContactsItem
contacts- Parameters:
contactsItem- ContactDetail- Returns:
- IncomeByContactResponse
-
getContacts
-
setContacts
contacts- Parameters:
contacts- List<ContactDetail>
-
manualJournals
manualJournals- Parameters:
manualJournals- ManualJournalTotal- Returns:
- IncomeByContactResponse
-
getManualJournals
-
setManualJournals
manualJournals- Parameters:
manualJournals- ManualJournalTotal
-
equals
-
hashCode
-
toString
-