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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetCategoryId(int categoryId) voidsetComment(String comment) voidsetDateFrom(Date dateFrom) voidvoidsetVlanFrom(int vlanFrom) voidsetVlanTo(int vlanTo) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods 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)
-