Package com.xero.models.accounting
Class Action
java.lang.Object
com.xero.models.accounting.Action
public class Action extends Object
Action
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAction.StatusEnumStatus of the action for this organisation -
Constructor Summary
Constructors Constructor Description Action() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetName()Name of the actions for this organisationAction.StatusEnumgetStatus()Status of the action for this organisationinthashCode()Actionname(String name)voidsetName(String name)voidsetStatus(Action.StatusEnum status)Actionstatus(Action.StatusEnum status)StringtoString()
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
name
-
getName
Name of the actions for this organisation- Returns:
- name
-
setName
-
status
-
getStatus
Status of the action for this organisation- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-