Class ViewObjectLight
- java.lang.Object
-
- org.neotropic.kuwaiba.core.apis.persistence.application.ViewObjectLight
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ViewObject
public class ViewObjectLight extends Object implements Serializable
The light version of a ViewObject- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewObjectLight(long id, String name, String description, String viewClassName)
-
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)voidsetViewType(String viewClassName)
-
-
-
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()
-
setViewType
public void setViewType(String viewClassName)
-
-