パッケージ org.iplass.mtp.entity

クラス BinaryReference

java.lang.Object
org.iplass.mtp.entity.BinaryReference
すべての実装されたインタフェース:
Serializable

public class BinaryReference extends Object implements Serializable
バイナリデータへの参照を表すEntityの属性値です。 EntityにBinaryPropertyが宣言されている場合は、 このインスタンスが返却されます。
関連項目:
  • コンストラクタの詳細

    • BinaryReference

      public BinaryReference()
    • BinaryReference

      public BinaryReference(long lobId, String name, String type, long size)
    • BinaryReference

      public BinaryReference(long lobId, String name, String type, long size, String definitionName, String propertyName, String oid)
  • メソッドの詳細

    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object
    • setName

      public void setName(String name)
    • setType

      public void setType(String type)
    • setDefinitionName

      public void setDefinitionName(String definitionName)
    • setPropertyName

      public void setPropertyName(String propertyName)
    • setOid

      public void setOid(String oid)
    • getDefinitionName

      public String getDefinitionName()
      このバイナリが格納されているEntityの定義名
      戻り値:
    • getPropertyName

      public String getPropertyName()
      このバイナリが格納されているEntityの属性名
      戻り値:
    • getLobId

      public long getLobId()
      バイナリファイルを一意に特定するID
      戻り値:
    • setLobId

      public void setLobId(long lobId)
    • getName

      public String getName()
      バイナリファイルのファイル名
      戻り値:
    • getType

      public String getType()
      バイナリのタイプ(mineタイプ名)
      戻り値:
    • getOid

      public String getOid()
      このバイナリが格納されているEntityのOID
      戻り値:
    • getSize

      public long getSize()
      バイナリのサイズ(byte)
      戻り値:
    • setSize

      public void setSize(long size)
    • copy

      public BinaryReference copy()
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 Object
    • equals

      public boolean equals(Object obj)
      オーバーライド:
      equals クラス内 Object