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