Class BinaryReference

java.lang.Object
org.iplass.mtp.entity.BinaryReference
All Implemented Interfaces:
Serializable

public class BinaryReference extends Object implements Serializable
バイナリデータへの参照を表すEntityの属性値です。 EntityにBinaryPropertyが宣言されている場合は、 このインスタンスが返却されます。
See Also:
  • Constructor Details

    • 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)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class 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の定義名
      Returns:
    • getPropertyName

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

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

      public void setLobId(long lobId)
    • getName

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

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

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

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

      public void setSize(long size)
    • copy

      public BinaryReference copy()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object