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:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class VlanResource extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VlanResource() -
Method Summary
Modifier and Type Method Description intgetCategoryId()java.lang.StringgetComment()java.util.DategetDateFrom()java.util.DategetDateTo()intgetVlanFrom()intgetVlanTo()voidsetCategoryId(int categoryId)voidsetComment(java.lang.String comment)voidsetDateFrom(java.util.Date dateFrom)voidsetDateTo(java.util.Date dateTo)voidsetVlanFrom(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, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
public java.util.Date getDateFrom() -
setDateFrom
public void setDateFrom(java.util.Date dateFrom) -
getDateTo
public java.util.Date getDateTo() -
setDateTo
public void setDateTo(java.util.Date dateTo) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment) -
getCategoryId
public int getCategoryId() -
setCategoryId
public void setCategoryId(int categoryId)
-