Class RemoteViewObjectLight
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.application.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 Summary
Constructors Constructor Description RemoteViewObjectLight()RemoteViewObjectLight(ViewObjectLight myView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()longgetId()StringgetName()StringgetViewClassName()voidsetDescription(String description)voidsetId(long id)voidsetName(String name)voidsetType(String className)StringtoString()
-
-
-
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)
-
-