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 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 class java.lang.Object