Class EntityAttrText
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrText
public class EntityAttrText extends EntityAttr
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntityAttrText()
EntityAttrText(int entityId, int entitySpecAttrId, java.lang.String 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
-
EntityAttrText
protected EntityAttrText() -
EntityAttrText
public EntityAttrText(int entityId, int entitySpecAttrId, java.lang.String value)
-
-
Method Details
-
getValue
public java.lang.String getValue() -
setValue
public void setValue(java.lang.String value) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-