Class EntityAttrList
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrList
public class EntityAttrList extends EntityAttr
Значение спискового параметра.
- See Also:
EntitySpecAttrListItem
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntityAttrList()
EntityAttrList(int entityId, int entitySpecAttrId, int value, java.lang.String title)
-
Method Summary
Modifier and Type Method Description java.lang.String
getCustomValue()
java.lang.String
getTitle()
int
getValue()
void
setCustomValue(java.lang.String customValue)
void
setTitle(java.lang.String title)
void
setValue(int value)
java.lang.String
toString()
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
-
EntityAttrList
protected EntityAttrList() -
EntityAttrList
public EntityAttrList(int entityId, int entitySpecAttrId, int value, java.lang.String title)
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int value) -
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title) -
getCustomValue
public java.lang.String getCustomValue() -
setCustomValue
public void setCustomValue(java.lang.String customValue) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-