Package fr.becpg.repo.repository.model
Interface FormulatedCharactDataItem
- All Superinterfaces:
CopiableDataItem,ManualDataItem,RepositoryEntity,Serializable,SimpleCharactDataItem
FormulatedCharactDataItem interface.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Method Summary
Modifier and TypeMethodDescriptiongetFormulatedValue.getIsFormulated.voidsetFormulatedValue(Double formulatedValue) setFormulatedValue.voidsetIsFormulated(Boolean isFormulated) setIsFormulated.Methods inherited from interface fr.becpg.repo.repository.model.CopiableDataItem
copyMethods inherited from interface fr.becpg.repo.repository.model.ManualDataItem
getIsManual, setIsManualMethods inherited from interface fr.becpg.repo.repository.RepositoryEntity
getAspects, getDbHashCode, getExtraProperties, getName, getNodeRef, getParentNodeRef, isTransient, setDbHashCode, setExtraProperties, setName, setNodeRef, setParentNodeRefMethods inherited from interface fr.becpg.repo.repository.model.SimpleCharactDataItem
getCharactNodeRef, getValue, setCharactNodeRef, setValue, shouldDetailIfZero
-
Method Details
-
getFormulatedValue
Double getFormulatedValue()getFormulatedValue.
- Returns:
- a
Doubleobject.
-
setFormulatedValue
setFormulatedValue.
- Parameters:
formulatedValue- aDoubleobject.
-
getIsFormulated
Boolean getIsFormulated()getIsFormulated.
- Returns:
- a
Booleanobject.
-
setIsFormulated
setIsFormulated.
- Parameters:
isFormulated- aBooleanobject.
-