Class InetDevice
java.lang.Object
org.bgerp.model.base.tree.TreeItem<Integer,InetDevice>
ru.bgcrm.plugin.bgbilling.proto.model.inet.InetDevice
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getIcon()
int
protected boolean
void
setComment
(String comment) void
setDateFrom
(Date dateFrom) void
void
setDeviceTypeId
(int deviceTypeId) void
setEntityId
(int entityId) void
setEntitySpecId
(int entitySpecId) void
setEntityTitle
(String entityTitle) void
setInvDeviceId
(int invDeviceId) void
setInvIdentifier
(String ident) void
setInvTitle
(String invTitle) Methods inherited from class org.bgerp.model.base.tree.TreeItem
addChild, getAllChildIds, getById, getChild, getChildCount, getChildIds, getChildren, getChilds, getId, getParentId, getTitle, isInSet, 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) -
getEntitySpecId
public int getEntitySpecId() -
setEntitySpecId
public void setEntitySpecId(int entitySpecId) -
getEntityTitle
-
setEntityTitle
-
getInvIdentifier
-
setInvIdentifier
-
getInvDeviceId
public int getInvDeviceId() -
setInvDeviceId
public void setInvDeviceId(int invDeviceId) -
getInvTitle
-
setInvTitle
-
getComment
-
setComment
-
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
getIcon
- Overrides:
getIcon
in classTreeItem<Integer,
InetDevice> - Returns:
- icon HTML.
-
getTextStyle
- Overrides:
getTextStyle
in classTreeItem<Integer,
InetDevice> - Returns:
- style attribute for text span.
- See Also:
-
isRootNode
protected boolean isRootNode()- Specified by:
isRootNode
in classTreeItem<Integer,
InetDevice>
-