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
Modifier and Type Method Description ReportCelladdAttributesItem(ReportAttribute attributesItem)ReportCellattributes(List<ReportAttribute> attributes)booleanequals(Object o)List<ReportAttribute>getAttributes()Get attributesStringgetValue()Get valueinthashCode()voidsetAttributes(List<ReportAttribute> attributes)voidsetValue(String value)StringtoString()ReportCellvalue(String value)
-
Constructor Details
-
ReportCell
public ReportCell()
-
-
Method Details