@Entity public class InstanceNumberAttribute extends InstanceAttribute
locked, mandatory, name| Constructor and Description |
|---|
InstanceNumberAttribute() |
InstanceNumberAttribute(String pName,
float pValue,
boolean pMandatory) |
| Modifier and Type | Method and Description |
|---|---|
float |
getNumberValue() |
Float |
getValue() |
void |
setNumberValue(float numberValue) |
boolean |
setValue(Object pValue) |
clone, equals, getId, getName, getNameWithoutWhiteSpace, hashCode, isLocked, isMandatory, isValueEquals, setId, setLocked, setMandatory, setName, toStringpublic InstanceNumberAttribute()
public InstanceNumberAttribute(String pName, float pValue, boolean pMandatory)
public Float getValue()
getValue in class InstanceAttributepublic boolean setValue(Object pValue)
setValue in class InstanceAttributepublic float getNumberValue()
public void setNumberValue(float numberValue)
Copyright © 2017 DocDoku. All rights reserved.