Package com.xero.models.accounting
Class ReportCell
- java.lang.Object
-
- com.xero.models.accounting.ReportCell
-
public class ReportCell extends Object
ReportCell
-
-
Constructor Summary
Constructors Constructor Description ReportCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportCelladdAttributesItem(ReportAttribute attributesItem)attributesReportCellattributes(List<ReportAttribute> attributes)attributesbooleanequals(Object o)List<ReportAttribute>getAttributes()Get attributesStringgetValue()Get valueinthashCode()voidsetAttributes(List<ReportAttribute> attributes)attributesvoidsetValue(String value)valueStringtoString()ReportCellvalue(String value)value
-
-
-
Method Detail
-
value
public ReportCell value(String value)
value- Parameters:
value- String- Returns:
- ReportCell
-
getValue
public String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
value- Parameters:
value- String
-
attributes
public ReportCell attributes(List<ReportAttribute> attributes)
attributes- Parameters:
attributes- List<ReportAttribute>- Returns:
- ReportCell
-
addAttributesItem
public ReportCell addAttributesItem(ReportAttribute attributesItem)
attributes- Parameters:
attributesItem- ReportAttribute- Returns:
- ReportCell
-
getAttributes
public List<ReportAttribute> getAttributes()
Get attributes- Returns:
- attributes
-
setAttributes
public void setAttributes(List<ReportAttribute> attributes)
attributes- Parameters:
attributes- List<ReportAttribute>
-
-