Interface Address

All Superinterfaces:
AddressModel, AttachedModel, AuditedModel, BaseModel<Address>, ClassedModel, Cloneable, Comparable<Address>, CTModel<Address>, ExternalReferenceCodeModel, MVCCModel, PersistedModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel, TypedModel
All Known Implementing Classes:
AddressWrapper

@ProviderType public interface Address extends AddressModel, PersistedModel
The extended model interface for the Address service. Represents a row in the "Address" 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

    • getCountry

      Country getCountry()
    • getListType

      ListType getListType()
    • getPhoneNumber

      String getPhoneNumber()
    • getRegion

      Region getRegion()