Class RemoteViewObject
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
-
- org.neotropic.kuwaiba.northbound.ws.model.application.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 Summary
Constructors Constructor Description RemoteViewObject()
RemoteViewObject(ViewObject myView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBackground()
byte[]
getStructure()
void
setBackground(byte[] background)
void
setStructure(byte[] structure)
-
Methods inherited from class org.neotropic.kuwaiba.northbound.ws.model.application.RemoteViewObjectLight
getDescription, getId, getName, getViewClassName, setDescription, setId, setName, setType, toString
-
-
-
-
Constructor Detail
-
RemoteViewObject
public RemoteViewObject()
-
RemoteViewObject
public RemoteViewObject(ViewObject myView)
-
-