Class ViewObject

  • All Implemented Interfaces:
    Serializable

    public class ViewObject
    extends ViewObjectLight
    Represents a view. A view is a graphical representation of a context. Examples are: a view describing how buildings are connected in a city or the equipment inside a rack
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • ViewObject

        public ViewObject​(long id,
                          String name,
                          String description,
                          String viewClassName)
    • Method Detail

      • getBackground

        public byte[] getBackground()
      • setBackground

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

        public byte[] getStructure()
      • setStructure

        public void setStructure​(byte[] structure)