Class ContactAttributes

java.lang.Object
ddf.catalog.data.impl.types.ContactAttributes
All Implemented Interfaces:
ddf.catalog.data.MetacardType, ddf.catalog.data.types.Contact, Serializable

public class ContactAttributes extends Object implements ddf.catalog.data.types.Contact, ddf.catalog.data.MetacardType
This class provides attributes that reflect metadata about different kinds of people/groups/units/organizations associated with the metacard. This consists of the creator, contributor, publisher and the point of contact.
See Also:
  • Field Summary

    Fields inherited from interface ddf.catalog.data.types.Contact

    CONTRIBUTOR_ADDRESS, CONTRIBUTOR_EMAIL, CONTRIBUTOR_NAME, CONTRIBUTOR_PHONE, CREATOR_ADDRESS, CREATOR_EMAIL, CREATOR_NAME, CREATOR_PHONE, POINT_OF_CONTACT_ADDRESS, POINT_OF_CONTACT_EMAIL, POINT_OF_CONTACT_NAME, POINT_OF_CONTACT_PHONE, PUBLISHER_ADDRESS, PUBLISHER_EMAIL, PUBLISHER_NAME, PUBLISHER_PHONE

    Fields inherited from interface ddf.catalog.data.MetacardType

    DEFAULT_METACARD_TYPE_NAME, METACARD_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ddf.catalog.data.AttributeDescriptor
     
    Set<ddf.catalog.data.AttributeDescriptor>
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContactAttributes

      public ContactAttributes()
  • Method Details

    • getAttributeDescriptors

      public Set<ddf.catalog.data.AttributeDescriptor> getAttributeDescriptors()
      Specified by:
      getAttributeDescriptors in interface ddf.catalog.data.MetacardType
    • getAttributeDescriptor

      public ddf.catalog.data.AttributeDescriptor getAttributeDescriptor(String name)
      Specified by:
      getAttributeDescriptor in interface ddf.catalog.data.MetacardType
    • getName

      public String getName()
      Specified by:
      getName in interface ddf.catalog.data.MetacardType