Package org.alfresco.repo.domain.propval
Class PropertyDoubleValueEntity
- java.lang.Object
-
- org.alfresco.repo.domain.propval.PropertyDoubleValueEntity
-
public class PropertyDoubleValueEntity extends Object
Entity bean for alf_prop_numeric_value table.- Since:
- 3.2
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description PropertyDoubleValueEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)doublegetDoubleValue()Pair<Long,Double>getEntityPair()LonggetId()inthashCode()voidsetDoubleValue(Double doubleValue)voidsetId(Long id)StringtoString()
-