Interface Contact

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<Contact>, ClassedModel, Cloneable, Comparable<Contact>, ContactModel, MVCCModel, PersistedModel, Serializable, ShardedModel, TypedModel
All Known Implementing Classes:
ContactWrapper

@ProviderType public interface Contact extends ContactModel, PersistedModel
The extended model interface for the Contact service. Represents a row in the "Contact_" database table, with each column mapped to a property of this class.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

  • Method Details

    • getFullName

      String getFullName()
    • isUser

      boolean isUser()