java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
ru.bitel.bgbilling.modules.license.common.bean.LicenseCopy
All Implemented Interfaces:
Serializable, GuiTitlable, Idable

public class LicenseCopy extends LicenseCommonObject implements GuiTitlable
See Also:
  • Constructor Details

    • LicenseCopy

      public LicenseCopy()
    • LicenseCopy

      public LicenseCopy(int id)
    • LicenseCopy

      public LicenseCopy(int id, Date lastUpdate)
  • Method Details

    • setProductId

      public LicenseCopy setProductId(int productId)
    • getProductId

      public int getProductId()
    • setProductTitle

      public LicenseCopy setProductTitle(String title)
    • getProductTitle

      public String getProductTitle()
    • setProductVersion

      public LicenseCopy setProductVersion(String version)
    • getProductVersion

      public String getProductVersion()
    • setContractId

      public LicenseCopy setContractId(int contractId)
    • getContractId

      public int getContractId()
    • setDate

      public LicenseCopy setDate(Date date)
    • getDate

      public Date getDate()
    • setComment

      public LicenseCopy setComment(String comment)
    • getComment

      public String getComment()
    • getLicenseName

      public String getLicenseName()
    • setLicenseName

      public LicenseCopy setLicenseName(String licenseName)
    • toString

      public String toString()
      Overrides:
      toString in class Id
    • getGuiTitle

      public String getGuiTitle()
      Description copied from interface: GuiTitlable
      Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.
      Specified by:
      getGuiTitle in interface GuiTitlable
      Returns:
      Строка - представление объекта.