Schnittstelle Address

Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<Address>, org.teamapps.universaldb.pojo.Identifiable
Alle bekannten Implementierungsklassen:
UdbAddress

public interface Address extends org.teamapps.universaldb.pojo.Entity<Address>
  • Felddetails

  • Methodendetails

    • create

      static Address create()
    • create

      static Address create(int id)
    • getById

      static Address getById(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<Address> getBuilder()
    • getMetaCreationDate

      Instant getMetaCreationDate()
    • setMetaCreationDate

      Address setMetaCreationDate(Instant value)
    • getMetaCreationDateAsEpochSecond

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      Address setMetaCreationDateAsEpochSecond(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      Address setMetaCreationDateAsEpochMilli(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      Address setMetaCreatedBy(int value)
    • getMetaModificationDate

      Instant getMetaModificationDate()
    • setMetaModificationDate

      Address setMetaModificationDate(Instant value)
    • getMetaModificationDateAsEpochSecond

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      Address setMetaModificationDateAsEpochSecond(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      Address setMetaModificationDateAsEpochMilli(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      Address setMetaModifiedBy(int value)
    • getMetaDeletionDate

      Instant getMetaDeletionDate()
    • setMetaDeletionDate

      Address setMetaDeletionDate(Instant value)
    • getMetaDeletionDateAsEpochSecond

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      Address setMetaDeletionDateAsEpochSecond(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      Address setMetaDeletionDateAsEpochMilli(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      Address setMetaDeletedBy(int value)
    • getMetaRestoreDate

      Instant getMetaRestoreDate()
    • setMetaRestoreDate

      Address setMetaRestoreDate(Instant value)
    • getMetaRestoreDateAsEpochSecond

      int getMetaRestoreDateAsEpochSecond()
    • setMetaRestoreDateAsEpochSecond

      Address setMetaRestoreDateAsEpochSecond(int value)
    • getMetaRestoreDateAsEpochMilli

      long getMetaRestoreDateAsEpochMilli()
    • setMetaRestoreDateAsEpochMilli

      Address setMetaRestoreDateAsEpochMilli(long value)
    • getMetaRestoredBy

      int getMetaRestoredBy()
    • setMetaRestoredBy

      Address setMetaRestoredBy(int value)
    • getName

      String getName()
    • setName

      Address setName(String value)
    • getOrganisation

      String getOrganisation()
    • setOrganisation

      Address setOrganisation(String value)
    • getStreet

      String getStreet()
    • setStreet

      Address setStreet(String value)
    • getCity

      String getCity()
    • setCity

      Address setCity(String value)
    • getDependentLocality

      String getDependentLocality()
    • setDependentLocality

      Address setDependentLocality(String value)
    • getState

      String getState()
    • setState

      Address setState(String value)
    • getPostalCode

      String getPostalCode()
    • setPostalCode

      Address setPostalCode(String value)
    • getCountry

      String getCountry()
    • setCountry

      Address setCountry(String value)
    • getLatitude

      float getLatitude()
    • setLatitude

      Address setLatitude(float value)
    • getLongitude

      float getLongitude()
    • setLongitude

      Address setLongitude(float value)
    • getAll

      static List<Address> getAll()
    • getDeletedRecords

      static List<Address> getDeletedRecords()
    • sort

      static List<Address> sort(List<Address> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path)
    • getCount

      static int getCount()
    • filter

      static AddressQuery filter()