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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetIcon()intprotected booleanvoidsetComment(String comment) voidsetDateFrom(Date dateFrom) voidvoidsetDeviceTypeId(int deviceTypeId) voidsetEntityId(int entityId) voidsetEntitySpecId(int entitySpecId) voidsetEntityTitle(String entityTitle) voidsetInvDeviceId(int invDeviceId) voidsetInvIdentifier(String ident) voidsetInvTitle(String invTitle) Methods inherited from class org.bgerp.model.base.tree.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) -
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:
getIconin classTreeItem<Integer,InetDevice> - Returns:
- icon HTML.
-
getTextStyle
- Overrides:
getTextStylein classTreeItem<Integer,InetDevice> - Returns:
- style attribute for text span.
- See Also:
-
isRootNode
protected boolean isRootNode()- Specified by:
isRootNodein classTreeItem<Integer,InetDevice>
-