java.lang.Object
ru.bitel.bgbilling.kernel.filestorage.common.bean.BGServerFile
All Implemented Interfaces:
Cloneable, Idable

public class BGServerFile extends Object implements Idable, Cloneable
Хранимый файл.
  • Constructor Details

    • BGServerFile

      public BGServerFile()
  • Method Details

    • clone

      public BGServerFile clone()
      Overrides:
      clone in class Object
    • getComment

      public String getComment()
    • getContractId

      public int getContractId()
    • getDate

      public Date getDate()
    • getId

      public int getId()
      Description copied from interface: Idable
      Возвращает id объекта
      Specified by:
      getId in interface Idable
      Returns:
    • getOwnerId

      public int getOwnerId()
    • getSize

      public long getSize()
    • getTitle

      public String getTitle()
    • getUserId

      public int getUserId()
    • getUuid

      public String getUuid()
    • setComment

      public BGServerFile setComment(String comment)
    • setContractId

      public BGServerFile setContractId(int contractId)
    • setDate

      public BGServerFile setDate(Date date)
    • setId

      public BGServerFile setId(int id)
    • setOwnerId

      public BGServerFile setOwnerId(int ownerId)
    • setSize

      public BGServerFile setSize(long size)
    • setTitle

      public BGServerFile setTitle(String title)
    • setUserId

      public BGServerFile setUserId(int userId)
    • setUuid

      public BGServerFile setUuid(String uuid)
    • fromJSON

      public static void fromJSON(org.json.JSONObject jsonObject, BGServerFile bgServerFile)
    • toJSON

      public static void toJSON(BGServerFile bgServerFile, org.json.JSONObject jsonObject)