Class EntityAttrMultiList
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrMultiList
public class EntityAttrMultiList extends EntityAttr
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntityAttrMultiList()
EntityAttrMultiList(int entityId, int entitySpecAttrId, java.lang.String title, java.util.List<IdTitle> valueList)
-
Method Summary
Modifier and Type Method Description java.lang.String
getTitle()
java.util.List<IdTitle>
getValueList()
void
setTitle(java.lang.String title)
void
setValueList(java.util.List<IdTitle> valueList)
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
-
EntityAttrMultiList
protected EntityAttrMultiList() -
EntityAttrMultiList
public EntityAttrMultiList(int entityId, int entitySpecAttrId, java.lang.String title, java.util.List<IdTitle> valueList)
-
-
Method Details
-
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title) -
getValueList
-
setValueList
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-