java.lang.Object
ru.bitel.bgbilling.modules.license.common.bean.CommonLicenseObject
ru.bitel.bgbilling.modules.license.common.bean.Product
All Implemented Interfaces:
ListItem

public class Product
extends CommonLicenseObject
implements ListItem
  • Field Summary

    Fields inherited from class ru.bitel.bgbilling.modules.license.common.bean.CommonLicenseObject

    id, lastUpdate
  • Constructor Summary

    Constructors
    Constructor Description
    Product()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getTitle()  
    java.lang.String getVersion()  
    void setTitle​(java.lang.String title)  
    void setVersion​(java.lang.String version)  

    Methods inherited from class ru.bitel.bgbilling.modules.license.common.bean.CommonLicenseObject

    getId, getLastUpdate, setId, setLastUpdate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface ru.bitel.common.model.ListItem

    getId
  • Constructor Details

    • Product

      public Product()
  • Method Details

    • setTitle

      public void setTitle​(java.lang.String title)
    • getTitle

      public java.lang.String getTitle()
      Specified by:
      getTitle in interface ListItem
    • setVersion

      public void setVersion​(java.lang.String version)
    • getVersion

      public java.lang.String getVersion()