Package com.xero.models.accounting
Class ImportSummaryOrganisation
- java.lang.Object
-
- com.xero.models.accounting.ImportSummaryOrganisation
-
public class ImportSummaryOrganisation extends Object
ImportSummaryOrganisation
-
-
Constructor Summary
Constructors Constructor Description ImportSummaryOrganisation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetPresent()Get presentinthashCode()ImportSummaryOrganisationpresent(Boolean present)presentvoidsetPresent(Boolean present)presentStringtoString()
-
-
-
Method Detail
-
present
public ImportSummaryOrganisation present(Boolean present)
present- Parameters:
present- Boolean- Returns:
- ImportSummaryOrganisation
-
getPresent
public Boolean getPresent()
Get present- Returns:
- present
-
setPresent
public void setPresent(Boolean present)
present- Parameters:
present- Boolean
-
-