@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, toString
public InstanceBooleanAttribute()
public InstanceBooleanAttribute(String pName, boolean pValue, boolean pMandatory)
public Boolean getValue()
getValue
in class InstanceAttribute
public boolean setValue(Object pValue)
setValue
in class InstanceAttribute
public boolean isBooleanValue()
public void setBooleanValue(boolean booleanValue)
Copyright © 2017 DocDoku. All rights reserved.