Class EntityAttrBoolean
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrBoolean
public class EntityAttrBoolean extends EntityAttr
Атрибут/параметр типа флаг.
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntityAttrBoolean()EntityAttrBoolean(int entityId, int entitySpecAttrId, boolean value) -
Method Summary
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.EntityAttr
getEntityId, getEntitySpecAttrId, getType, getTypeName, newInstance, setEntityId, setEntitySpecAttrId, setType, setTypeNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EntityAttrBoolean
protected EntityAttrBoolean() -
EntityAttrBoolean
public EntityAttrBoolean(int entityId, int entitySpecAttrId, boolean value)
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value) -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-