Class EntityAttrInt
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrInt
public class EntityAttrInt extends EntityAttr
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntityAttrInt()
EntityAttrInt(int entityId, int entitySpecAttrId, int value)
-
Method Summary
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.EntityAttr
getEntityId, getEntitySpecAttrId, getType, getTypeName, newInstance, setEntityId, setEntitySpecAttrId, setType, setTypeName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EntityAttrInt
protected EntityAttrInt() -
EntityAttrInt
public EntityAttrInt(int entityId, int entitySpecAttrId, int value)
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int value) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-