@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, toString
public InstanceNumberAttribute()
public InstanceNumberAttribute(String pName, float pValue, boolean pMandatory)
public Float getValue()
getValue
in class InstanceAttribute
public boolean setValue(Object pValue)
setValue
in class InstanceAttribute
public float getNumberValue()
public void setNumberValue(float numberValue)
Copyright © 2017 DocDoku. All rights reserved.