org.gcube.vremanagement.vremodeler.resources
Class MetadataFormat

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

public class MetadataFormat
extends Object
implements Listable


Field Summary
static String ANY_LANGUAGE
           
 
Constructor Summary
MetadataFormat()
           
MetadataFormat(String id, String name, URI schemaURI, String language)
           
MetadataFormat(String name, URI schemaURI, String language)
           
 
Method Summary
 boolean equals(Object o)
           
 List<String> getAsStringList()
           
 String getId()
           
 String getLanguage()
           
 String getName()
           
 URI getSchemaURI()
           
 void setLanguage(String lng)
           
 void setName(String Name)
           
 void setSchemaURI(URI schemaURI)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY_LANGUAGE

public static final String ANY_LANGUAGE
See Also:
Constant Field Values
Constructor Detail

MetadataFormat

public MetadataFormat()

MetadataFormat

public MetadataFormat(String name,
                      URI schemaURI,
                      String language)

MetadataFormat

public MetadataFormat(String id,
                      String name,
                      URI schemaURI,
                      String language)
Method Detail

getId

public String getId()

getName

public String getName()

setName

public void setName(String Name)

getSchemaURI

public URI getSchemaURI()

setSchemaURI

public void setSchemaURI(URI schemaURI)

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String lng)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getAsStringList

public List<String> getAsStringList()
Specified by:
getAsStringList in interface Listable


Copyright © 2013. All Rights Reserved.