org.gcube.vremanagement.vremodeler.resources
Class MFRelationNative

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.resources.MFRelationNative
All Implemented Interfaces:
Listable

public class MFRelationNative
extends java.lang.Object
implements Listable


Constructor Summary
MFRelationNative(java.lang.String collectionId, java.lang.String metaFormatId)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.List<java.lang.String> getAsStringList()
           
 java.lang.String getMetadataCollectionId()
           
 java.lang.String getMetadataFormatId()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MFRelationNative

public MFRelationNative(java.lang.String collectionId,
                        java.lang.String metaFormatId)
Method Detail

getAsStringList

public java.util.List<java.lang.String> getAsStringList()
Specified by:
getAsStringList in interface Listable

getMetadataCollectionId

public java.lang.String getMetadataCollectionId()

getMetadataFormatId

public java.lang.String getMetadataFormatId()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object