org.gcube.vremanagement.vremodel.cl.stubs.types
Class ResourceDescriptionItem

java.lang.Object
  extended by org.gcube.vremanagement.vremodel.cl.stubs.types.ResourceDescriptionItem

public class ResourceDescriptionItem
extends Object


Constructor Summary
protected ResourceDescriptionItem()
           
  ResourceDescriptionItem(String id, String description)
           
 
Method Summary
 String description()
           
 void description(String description)
           
 String id()
           
 void id(String id)
           
 int maxSelectable()
           
 int minSelectable()
           
 List<ResourceItem> resources()
           
 void resources(List<ResourceItem> resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDescriptionItem

protected ResourceDescriptionItem()

ResourceDescriptionItem

public ResourceDescriptionItem(String id,
                               String description)
Method Detail

id

public String id()
Returns:
the id

id

public void id(String id)
Parameters:
id - the id to set

description

public String description()
Returns:
the description

description

public void description(String description)
Parameters:
description - the description to set

resources

public List<ResourceItem> resources()
Returns:
the resource

resources

public void resources(List<ResourceItem> resource)
Parameters:
resource - the resource to set

minSelectable

public int minSelectable()
Returns:
the minSelectable

maxSelectable

public int maxSelectable()
Returns:
the maxSelectable


Copyright © 2013. All Rights Reserved.