Class TypeValueSummary
- java.lang.Object
-
- nl.paston.apollon.model.projections.TypeValueSummary
-
public class TypeValueSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeValueSummary(String type, BigDecimal value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetType()BigDecimalgetValue()inthashCode()voidsetType(String type)voidsetValue(BigDecimal value)StringtoString()
-
-
-
Constructor Detail
-
TypeValueSummary
public TypeValueSummary(String type, BigDecimal value)
-
-
Method Detail
-
getType
public String getType()
-
getValue
public BigDecimal getValue()
-
setType
public void setType(String type)
-
setValue
public void setValue(BigDecimal value)
-
canEqual
protected boolean canEqual(Object other)
-
-