Class ByteArrayRef

  • All Implemented Interfaces:
    java.io.Serializable

    public class ByteArrayRef
    extends java.lang.Object
    implements java.io.Serializable

    Encapsulates the logic for transparently working with ByteArrayEntity .

    See Also:
    Serialized Form
    • Field Detail

      • deleted

        protected boolean deleted
    • Constructor Detail

      • ByteArrayRef

        public ByteArrayRef()
      • ByteArrayRef

        public ByteArrayRef​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getName

        public java.lang.String getName()
      • getBytes

        public byte[] getBytes()
      • setValue

        public void setValue​(java.lang.String name,
                             byte[] bytes)
      • delete

        public void delete()
      • isDeleted

        public boolean isDeleted()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object