Class VlanResource
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.systems.inventory.resource.common.bean.VlanResource
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setCategoryId
(int categoryId) void
setComment
(String comment) void
setDateFrom
(Date dateFrom) void
void
setVlanFrom
(int vlanFrom) void
setVlanTo
(int vlanTo) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
VlanResource
public VlanResource()
-
-
Method Details
-
getVlanFrom
public int getVlanFrom() -
setVlanFrom
public void setVlanFrom(int vlanFrom) -
getVlanTo
public int getVlanTo() -
setVlanTo
public void setVlanTo(int vlanTo) -
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
getComment
-
setComment
-
getCategoryId
public int getCategoryId() -
setCategoryId
public void setCategoryId(int categoryId)
-