Class ProductSpecServiceLink

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.oss.systems.inventory.product.common.bean.ProductSpecServiceLink
All Implemented Interfaces:
Serializable, Idable

public class ProductSpecServiceLink extends Id
See Also:
  • 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 Date getDateFrom()
    • setDateFrom

      public void setDateFrom(Date dateFrom)
    • getDateTo

      public Date getDateTo()
    • setDateTo

      public void setDateTo(Date dateTo)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)