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 protectedEntityAttrList()EntityAttrList(int entityId, int entitySpecAttrId, int value, java.lang.String title) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCustomValue()java.lang.StringgetTitle()intgetValue()voidsetCustomValue(java.lang.String customValue)voidsetTitle(java.lang.String title)voidsetValue(int value)java.lang.StringtoString()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
-
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:
toStringin classjava.lang.Object
-