Package ddf.catalog.data.impl.types
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_PHONEFields inherited from interface ddf.catalog.data.MetacardType
DEFAULT_METACARD_TYPE_NAME, METACARD_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.data.AttributeDescriptorgetAttributeDescriptor(String name) Set<ddf.catalog.data.AttributeDescriptor>getName()
-
Constructor Details
-
ContactAttributes
public ContactAttributes()
-
-
Method Details
-
getAttributeDescriptors
- Specified by:
getAttributeDescriptorsin interfaceddf.catalog.data.MetacardType
-
getAttributeDescriptor
- Specified by:
getAttributeDescriptorin interfaceddf.catalog.data.MetacardType
-
getName
- Specified by:
getNamein interfaceddf.catalog.data.MetacardType
-