All Implemented Interfaces:
Describable, Identifiable
Direct Known Subclasses:
Person

public class Contact extends AbstractDescribable
Representing a person or organization that can be contacted about, or is the source of, data in the system. A contact has role and can be the member of a security group.
Author:
Paul
  • Constructor Details

    • Contact

      public Contact()
  • Method Details

    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • equals

      public boolean equals(Object object)
      Description copied from class: AbstractIdentifiable
      Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.
      Specified by:
      equals in class AbstractIdentifiable