Class ThreddsMetadata.Contributor

  • Enclosing class:
    ThreddsMetadata

    public static class ThreddsMetadata.Contributor
    extends Object
    Implements Contributor type.
    • Constructor Detail

      • Contributor

        public Contributor()
      • Contributor

        public 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()
      • hashCode

        public int hashCode()
        Override Object.hashCode() to implement equals.
        Overrides:
        hashCode in class Object