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
All Methods Instance Methods Concrete Methods 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)Name of the actions for this organisationvoidsetName(String name)Name of the actions for this organisationvoidsetStatus(Action.StatusEnum status)Status of the action for this organisationActionstatus(Action.StatusEnum status)Status of the action for this organisationStringtoString()
-
-
-
Method Detail
-
name
public Action name(String name)
Name of the actions for this organisation- Parameters:
name- String- Returns:
- Action
-
getName
public String getName()
Name of the actions for this organisation- Returns:
- name
-
setName
public void setName(String name)
Name of the actions for this organisation- Parameters:
name- String
-
status
public Action status(Action.StatusEnum status)
Status of the action for this organisation- Parameters:
status- StatusEnum- Returns:
- Action
-
getStatus
public Action.StatusEnum getStatus()
Status of the action for this organisation- Returns:
- status
-
setStatus
public void setStatus(Action.StatusEnum status)
Status of the action for this organisation- Parameters:
status- StatusEnum
-
-