thredds.catalog
Class ThreddsMetadata.Contributor

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

public static class ThreddsMetadata.Contributor
extends Object

Implements Contributor type.


Constructor Summary
ThreddsMetadata.Contributor()
           
ThreddsMetadata.Contributor(String name, String role)
           
 
Method Summary
static String editableProperties()
           
 boolean equals(Object o)
           
 String getName()
           
 String getRole()
           
 int hashCode()
          Override Object.hashCode() to implement equals.
 void setName(String name)
           
 void setRole(String role)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreddsMetadata.Contributor

public ThreddsMetadata.Contributor()

ThreddsMetadata.Contributor

public ThreddsMetadata.Contributor(String name,
                                   String role)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getRole

public String getRole()

setRole

public void setRole(String role)

editableProperties

public static String editableProperties()

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


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