Package com.xero.models.accounting
Class ImportSummaryAccounts
- java.lang.Object
-
- com.xero.models.accounting.ImportSummaryAccounts
-
public class ImportSummaryAccounts extends Object
A summary of the accounts changes
-
-
Constructor Summary
Constructors Constructor Description ImportSummaryAccounts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportSummaryAccounts_new(Integer _new)The number of new accounts createdImportSummaryAccountsdeleted(Integer deleted)The number of accounts deletedbooleanequals(Object o)ImportSummaryAccountserrored(Integer errored)The number of accounts that had an errorIntegergetDeleted()The number of accounts deletedIntegergetErrored()The number of accounts that had an errorIntegergetLocked()The number of locked accountsIntegergetNew()The number of new accounts createdIntegergetNewOrUpdated()The number of new or updated accountsBooleangetPresent()Get presentIntegergetSystem()The number of system accountsIntegergetTotal()The total number of accounts in the orgIntegergetUpdated()The number of accounts updatedinthashCode()ImportSummaryAccountslocked(Integer locked)The number of locked accountsImportSummaryAccountsnewOrUpdated(Integer newOrUpdated)The number of new or updated accountsImportSummaryAccountspresent(Boolean present)presentvoidsetDeleted(Integer deleted)The number of accounts deletedvoidsetErrored(Integer errored)The number of accounts that had an errorvoidsetLocked(Integer locked)The number of locked accountsvoidsetNew(Integer _new)The number of new accounts createdvoidsetNewOrUpdated(Integer newOrUpdated)The number of new or updated accountsvoidsetPresent(Boolean present)presentvoidsetSystem(Integer system)The number of system accountsvoidsetTotal(Integer total)The total number of accounts in the orgvoidsetUpdated(Integer updated)The number of accounts updatedImportSummaryAccountssystem(Integer system)The number of system accountsStringtoString()ImportSummaryAccountstotal(Integer total)The total number of accounts in the orgImportSummaryAccountsupdated(Integer updated)The number of accounts updated
-
-
-
Method Detail
-
total
public ImportSummaryAccounts total(Integer total)
The total number of accounts in the org- Parameters:
total- Integer- Returns:
- ImportSummaryAccounts
-
getTotal
public Integer getTotal()
The total number of accounts in the org- Returns:
- total
-
setTotal
public void setTotal(Integer total)
The total number of accounts in the org- Parameters:
total- Integer
-
_new
public ImportSummaryAccounts _new(Integer _new)
The number of new accounts created- Parameters:
_new- Integer- Returns:
- ImportSummaryAccounts
-
getNew
public Integer getNew()
The number of new accounts created- Returns:
- _new
-
setNew
public void setNew(Integer _new)
The number of new accounts created- Parameters:
_new- Integer
-
updated
public ImportSummaryAccounts updated(Integer updated)
The number of accounts updated- Parameters:
updated- Integer- Returns:
- ImportSummaryAccounts
-
getUpdated
public Integer getUpdated()
The number of accounts updated- Returns:
- updated
-
setUpdated
public void setUpdated(Integer updated)
The number of accounts updated- Parameters:
updated- Integer
-
deleted
public ImportSummaryAccounts deleted(Integer deleted)
The number of accounts deleted- Parameters:
deleted- Integer- Returns:
- ImportSummaryAccounts
-
getDeleted
public Integer getDeleted()
The number of accounts deleted- Returns:
- deleted
-
setDeleted
public void setDeleted(Integer deleted)
The number of accounts deleted- Parameters:
deleted- Integer
-
locked
public ImportSummaryAccounts locked(Integer locked)
The number of locked accounts- Parameters:
locked- Integer- Returns:
- ImportSummaryAccounts
-
getLocked
public Integer getLocked()
The number of locked accounts- Returns:
- locked
-
setLocked
public void setLocked(Integer locked)
The number of locked accounts- Parameters:
locked- Integer
-
system
public ImportSummaryAccounts system(Integer system)
The number of system accounts- Parameters:
system- Integer- Returns:
- ImportSummaryAccounts
-
getSystem
public Integer getSystem()
The number of system accounts- Returns:
- system
-
setSystem
public void setSystem(Integer system)
The number of system accounts- Parameters:
system- Integer
-
errored
public ImportSummaryAccounts errored(Integer errored)
The number of accounts that had an error- Parameters:
errored- Integer- Returns:
- ImportSummaryAccounts
-
getErrored
public Integer getErrored()
The number of accounts that had an error- Returns:
- errored
-
setErrored
public void setErrored(Integer errored)
The number of accounts that had an error- Parameters:
errored- Integer
-
present
public ImportSummaryAccounts present(Boolean present)
present- Parameters:
present- Boolean- Returns:
- ImportSummaryAccounts
-
getPresent
public Boolean getPresent()
Get present- Returns:
- present
-
setPresent
public void setPresent(Boolean present)
present- Parameters:
present- Boolean
-
newOrUpdated
public ImportSummaryAccounts newOrUpdated(Integer newOrUpdated)
The number of new or updated accounts- Parameters:
newOrUpdated- Integer- Returns:
- ImportSummaryAccounts
-
getNewOrUpdated
public Integer getNewOrUpdated()
The number of new or updated accounts- Returns:
- newOrUpdated
-
setNewOrUpdated
public void setNewOrUpdated(Integer newOrUpdated)
The number of new or updated accounts- Parameters:
newOrUpdated- Integer
-
-