org.gcube.portlets.admin.vredeployer.shared
Class ResourceCategoryItem
java.lang.Object
org.gcube.portlets.admin.vredeployer.shared.ResourceCategoryItem
- All Implemented Interfaces:
- Serializable
public class ResourceCategoryItem
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceCategoryItem
public ResourceCategoryItem()
ResourceCategoryItem
public ResourceCategoryItem(String id,
String name,
String description,
boolean isSelected)
getId
public String getId()
setId
public void setId(String id)
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 isSelected)
Copyright © 2014. All Rights Reserved.