Class EntityAttrBoolean
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrBoolean
Атрибут/параметр типа флаг.
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntityAttrBoolean(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, setTypeName 
- 
Constructor Details
- 
EntityAttrBoolean
protected EntityAttrBoolean() - 
EntityAttrBoolean
public EntityAttrBoolean(int entityId, int entitySpecAttrId, boolean value)  
 - 
 - 
Method Details