Class RemoteViewObjectLight

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    RemoteViewObject

    public class RemoteViewObjectLight
    extends Object
    implements Serializable
    This is a wrapper class for the entity class ViewObjectLight (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

      • RemoteViewObjectLight

        public RemoteViewObjectLight()
      • RemoteViewObjectLight

        public RemoteViewObjectLight​(ViewObjectLight myView)
    • Method Detail

      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getViewClassName

        public String getViewClassName()
      • setType

        public void setType​(String className)