Class Resource
- java.lang.Object
-
- org.gcube.portlets.admin.vredefinition.shared.Resource
-
- All Implemented Interfaces:
Serializable
public class Resource extends Object implements Serializable
A resource class element.- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetId()StringgetName()booleanisSelected()voidsetDescription(String description)voidsetId(String id)voidsetName(String name)voidsetSelected(boolean selected)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isSelected
public boolean isSelected()
-
setSelected
public void setSelected(boolean selected)
-
getId
public String getId()
-
setId
public void setId(String id)
-
-