thredds.catalog
Class ThreddsMetadata.Source

java.lang.Object
  extended by thredds.catalog.ThreddsMetadata.Source
Enclosing class:
ThreddsMetadata

public static class ThreddsMetadata.Source
extends Object

Implements Source type, used by publisher and creator elements.


Constructor Summary
ThreddsMetadata.Source()
           
ThreddsMetadata.Source(ThreddsMetadata.Vocab name, String url, String email)
           
 
Method Summary
static String editableProperties()
           
 boolean equals(Object o)
           
 String getEmail()
           
 String getName()
           
 ThreddsMetadata.Vocab getNameVocab()
           
 String getUrl()
           
 String getVocabulary()
           
 int hashCode()
          Override Object.hashCode() to implement equals.
static String hiddenProperties()
           
 void setEmail(String email)
           
 void setName(String name)
          Set name
 void setUrl(String url)
           
 void setVocabulary(String vocabulary)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreddsMetadata.Source

public ThreddsMetadata.Source()

ThreddsMetadata.Source

public ThreddsMetadata.Source(ThreddsMetadata.Vocab name,
                              String url,
                              String email)
Method Detail

getNameVocab

public ThreddsMetadata.Vocab getNameVocab()

getName

public String getName()
Returns:
name

setName

public void setName(String name)
Set name

Parameters:
name - to set

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getVocabulary

public String getVocabulary()

setVocabulary

public void setVocabulary(String vocabulary)

equals

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

hashCode

public int hashCode()
Override Object.hashCode() to implement equals.

Overrides:
hashCode in class Object

hiddenProperties

public static String hiddenProperties()

editableProperties

public static String editableProperties()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.