org.gcube.vremanagement.vremodeler.impl.peristentobjects
Class RuntimeResource

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.impl.peristentobjects.RuntimeResource
All Implemented Interfaces:
ResourceInterface

public class RuntimeResource
extends Object
implements ResourceInterface


Constructor Summary
RuntimeResource(String id, String name, String type, String description)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getResourceType()
           
 String getType()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeResource

public RuntimeResource(String id,
                       String name,
                       String type,
                       String description)
Method Detail

getId

public String getId()
Specified by:
getId in interface ResourceInterface

setId

public void setId(String id)

getName

public String getName()
Specified by:
getName in interface ResourceInterface

setName

public void setName(String name)

getType

public String getType()
Specified by:
getType in interface ResourceInterface

setType

public void setType(String type)

getDescription

public String getDescription()
Specified by:
getDescription in interface ResourceInterface

setDescription

public void setDescription(String description)

getResourceType

public String getResourceType()
Specified by:
getResourceType in interface ResourceInterface


Copyright © 2013. All Rights Reserved.