Package com.xero.models.accounting
Class ReportAttribute
- java.lang.Object
-
- com.xero.models.accounting.ReportAttribute
-
public class ReportAttribute extends Object
ReportAttribute
-
-
Constructor Summary
Constructors Constructor Description ReportAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()Get idStringgetValue()Get valueinthashCode()ReportAttributeid(String id)idvoidsetId(String id)idvoidsetValue(String value)valueStringtoString()ReportAttributevalue(String value)value
-
-
-
Method Detail
-
id
public ReportAttribute id(String id)
id- Parameters:
id- String- Returns:
- ReportAttribute
-
getId
public String getId()
Get id- Returns:
- id
-
setId
public void setId(String id)
id- Parameters:
id- String
-
value
public ReportAttribute value(String value)
value- Parameters:
value- String- Returns:
- ReportAttribute
-
getValue
public String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
value- Parameters:
value- String
-
-