Class InetDevice

java.lang.Object
org.bgerp.model.base.tree.TreeItem<Integer, InetDevice>
ru.bgcrm.plugin.bgbilling.proto.model.inet.InetDevice
All Implemented Interfaces:
Id<Integer>, IdTitle<Integer>, Title, TreeItem<Integer, InetDevice>
Direct Known Subclasses:
VoiceDevice

public class InetDevice extends TreeItem<Integer, InetDevice>
  • Constructor Details

    • InetDevice

      public InetDevice()
  • Method Details

    • getDeviceTypeId

      public int getDeviceTypeId()
    • setDeviceTypeId

      public void setDeviceTypeId(int deviceTypeId)
    • getEntityId

      public int getEntityId()
    • setEntityId

      public void setEntityId(int entityId)
    • getInvDeviceId

      public int getInvDeviceId()
    • setInvDeviceId

      public void setInvDeviceId(int invDeviceId)
    • getDateFrom

      public Date getDateFrom()
    • setDateFrom

      public void setDateFrom(Date dateFrom)
    • getDateTo

      public Date getDateTo()
    • setDateTo

      public void setDateTo(Date dateTo)
    • getIcon

      public String getIcon()
      Overrides:
      getIcon in class TreeItem<Integer, InetDevice>
      Returns:
      icon HTML
    • getTextStyle

      @Deprecated public String getTextStyle()
      Deprecated.
      Overrides:
      getTextStyle in class TreeItem<Integer, InetDevice>
      Returns:
      style attribute for text span
    • isRootNode

      protected boolean isRootNode()
      Specified by:
      isRootNode in class TreeItem<Integer, InetDevice>