Class ProductSpecServiceLink
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.oss.systems.inventory.product.common.bean.ProductSpecServiceLink
- All Implemented Interfaces:
java.io.Serializable,Idable
public class ProductSpecServiceLink extends Id
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProductSpecServiceLink() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComment()java.util.DategetDateFrom()java.util.DategetDateTo()intgetProductSpecId()intgetServiceSpecId()voidsetComment(java.lang.String comment)voidsetDateFrom(java.util.Date dateFrom)voidsetDateTo(java.util.Date dateTo)voidsetProductSpecId(int serviceSpecId)voidsetServiceSpecId(int serviceSpecId)Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ProductSpecServiceLink
public ProductSpecServiceLink()
-
-
Method Details
-
getProductSpecId
public int getProductSpecId() -
setProductSpecId
public void setProductSpecId(int serviceSpecId) -
getServiceSpecId
public int getServiceSpecId() -
setServiceSpecId
public void setServiceSpecId(int serviceSpecId) -
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)
-