Package thredds.catalog
Class ThreddsMetadata.Contributor
- java.lang.Object
-
- thredds.catalog.ThreddsMetadata.Contributor
-
- Enclosing class:
- ThreddsMetadata
public static class ThreddsMetadata.Contributor extends Object
Implements Contributor type.
-
-
Constructor Summary
Constructors Constructor Description Contributor()
Contributor(String name, String role)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-