Class EntityAttrList

java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.entity.EntityAttr
ru.bgcrm.plugin.bgbilling.proto.model.entity.EntityAttrList

public class EntityAttrList extends EntityAttr
  • Constructor Details Link icon

    • EntityAttrList Link icon

      protected EntityAttrList()
    • EntityAttrList Link icon

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

    • getValue Link icon

      public int getValue()
    • setValue Link icon

      public void setValue(int value)
    • getTitle Link icon

      public String getTitle()
    • setTitle Link icon

      public void setTitle(String title)
    • getCustomValue Link icon

      public String getCustomValue()
    • setCustomValue Link icon

      public void setCustomValue(String customValue)
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object