org.gcube.contentmanagement.gcubemodellibrary.elements
Class GCubeAlternative
java.lang.Object
org.gcube.contentmanagement.gcubemodellibrary.elements.BaseElement
org.gcube.contentmanagement.gcubemodellibrary.elements.BaseInnerElement
org.gcube.contentmanagement.gcubemodellibrary.elements.GCubeAlternative
- All Implemented Interfaces:
- GCubeElement, GCubeInnerElement
public class GCubeAlternative
- extends BaseInnerElement
An alternative representation of a GCubeDocument
.
- Author:
- Federico De Faveri defaveri@isti.cnr.it, Fabio Simeoni (University of Strathclyde)
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class org.gcube.contentmanagement.gcubemodellibrary.elements.BaseElement |
addProperty, bytestream, bytestreamURI, creationTime, equals, hashCode, id, isNew, language, lastUpdate, length, mimeType, name, properties, property, removeProperty, resolveBytestream, schemaName, schemaURI, setBytestream, setBytestream, setBytestream, setBytestreamURI, setLanguage, setLenght, setMimeType, setName, setSchemaName, setSchemaURI, setType, type |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.gcube.contentmanagement.gcubemodellibrary.elements.GCubeElement |
bytestream, bytestreamURI, creationTime, id, language, lastUpdate, length, mimeType, name, properties, property, resolveBytestream, schemaName, schemaURI, type |
GCubeAlternative
public GCubeAlternative()
GCubeAlternative
public GCubeAlternative(java.lang.String id)
toString
public java.lang.String toString()
- Description copied from class:
BaseElement
-
- Overrides:
toString
in class BaseElement