Class RemoteViewObject

  • All Implemented Interfaces:
    Serializable

    public class RemoteViewObject
    extends RemoteViewObjectLight
    This is a wrapper class for the entity class ViewObject (see Persistence Abstraction Layer API docs for details). It's the object returned when a view is requested
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteViewObject

        public RemoteViewObject()
      • RemoteViewObject

        public RemoteViewObject​(ViewObject myView)
    • Method Detail

      • getBackground

        public byte[] getBackground()
      • setBackground

        public void setBackground​(byte[] background)
      • getStructure

        public byte[] getStructure()
      • setStructure

        public void setStructure​(byte[] structure)