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:
  • Constructor Details

    • EntityAttrList

      protected EntityAttrList()
    • EntityAttrList

      public EntityAttrList(int entityId, int entitySpecAttrId, int value, String title)
  • Method Details

    • getValue

      public int getValue()
    • setValue

      public void setValue(int value)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getCustomValue

      public String getCustomValue()
    • setCustomValue

      public void setCustomValue(String customValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object