Class InetDevice
java.lang.Object
org.bgerp.model.base.tree.TreeItem<Integer, InetDevice>
ru.bgcrm.plugin.bgbilling.proto.model.inet.InetDevice
- Direct Known Subclasses:
VoiceDevice
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetIcon()intDeprecated.protected booleanvoidsetDateFrom(Date dateFrom) voidvoidsetDeviceTypeId(int deviceTypeId) voidsetEntityId(int entityId) voidsetInvDeviceId(int invDeviceId) Methods inherited from class TreeItem
addChild, getAllChildIds, getById, getChild, getChildCount, getChildIds, getChildren, getId, getParentId, getTitle, isInPathTo, isRootNodeWithIntegerId, setChildren, setId, setParentId, setTitle
-
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
-
setDateFrom
-
getDateTo
-
setDateTo
-
getIcon
- Overrides:
getIconin classTreeItem<Integer, InetDevice>- Returns:
- icon HTML
-
getTextStyle
Deprecated.- Overrides:
getTextStylein classTreeItem<Integer, InetDevice>- Returns:
- style attribute for text span
-
isRootNode
protected boolean isRootNode()- Specified by:
isRootNodein classTreeItem<Integer, InetDevice>
-