org.gcube.vremanagement.vremodeler.impl.peristentobjects
Class RuntimeResource
java.lang.Object
org.gcube.vremanagement.vremodeler.impl.peristentobjects.RuntimeResource
- All Implemented Interfaces:
- ResourceInterface
public class RuntimeResource
- extends Object
- implements ResourceInterface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeResource
public RuntimeResource(String id,
String name,
String type,
String description)
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.