|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.resources.GCUBEResource
org.gcube.common.core.resources.GCUBEGenericResource
public abstract class GCUBEGenericResource
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.gcube.common.core.resources.GCUBEResource |
|---|
GCUBEResource.AddScopeEvent, GCUBEResource.InvalidScopeException, GCUBEResource.RemoveScopeEvent, GCUBEResource.ResourceConsumer, GCUBEResource.ResourceEvent<PAYLOAD>, GCUBEResource.ResourceTopic |
| Field Summary | |
|---|---|
static String |
SECONDARYTYPE_GRIDRESOURCE
Secondary type used for grid resources |
static String |
SECONDARYTYPE_INDEXDEFINITION
Secondary type used for IndexDefinition |
static String |
SECONDARYTYPE_INFRASTRUCTURE
Secondary type used for INFRASTRUCTUREs |
static String |
SECONDARYTYPE_PORTLETCONFIG
Secondary type used for portlet configuration |
static String |
SECONDARYTYPE_SEARCHCONFIG
Secondary type used for search configuration |
static String |
SECONDARYTYPE_TP
Secondary type used for transformation programs |
static String |
SECONDARYTYPE_USERPROFILE
Secondary type used for user profiles |
static String |
SECONDARYTYPE_VO
Secondary type used for VOs |
static String |
SECONDARYTYPE_VRE
Secondary type used for VREs |
static String |
TYPE
The type of the resource. |
| Fields inherited from class org.gcube.common.core.resources.GCUBEResource |
|---|
eventProducer, logger, resourceVersion, type |
| Constructor Summary | |
|---|---|
GCUBEGenericResource()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getBody()
|
String |
getDescription()
|
String |
getName()
|
String |
getSecondaryType()
Sets the sercondary type |
void |
setBody(String body)
|
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setSecondaryType(String secondaryType)
Gets the secondary type |
| Methods inherited from class org.gcube.common.core.resources.GCUBEResource |
|---|
addScope, getID, getLastResourceVersion, getResourceVersion, getScopes, getType, inScope, load, removeScope, setID, setLogger, setResourceVersion, store, subscribeResourceEvents, validateAddScopes, validateRemoveScopes |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE
public static final String SECONDARYTYPE_TP
public static final String SECONDARYTYPE_VRE
public static final String SECONDARYTYPE_VO
public static final String SECONDARYTYPE_INFRASTRUCTURE
public static final String SECONDARYTYPE_USERPROFILE
public static final String SECONDARYTYPE_INDEXDEFINITION
public static final String SECONDARYTYPE_SEARCHCONFIG
public static final String SECONDARYTYPE_PORTLETCONFIG
public static final String SECONDARYTYPE_GRIDRESOURCE
| Constructor Detail |
|---|
public GCUBEGenericResource()
| Method Detail |
|---|
public String getSecondaryType()
public void setSecondaryType(String secondaryType)
secondaryType - the secondaryType to setpublic String getBody()
public void setBody(String body)
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public boolean equals(Object obj)
equals in class GCUBEResource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||