Interface Address

All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<Address>, org.teamapps.universaldb.pojo.Identifiable
All Known Implementing Classes:
UdbAddress

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

  • Method Details

    • 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

      java.time.Instant getMetaCreationDate()
    • setMetaCreationDate

      Address setMetaCreationDate​(java.time.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

      java.time.Instant getMetaModificationDate()
    • setMetaModificationDate

      Address setMetaModificationDate​(java.time.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

      java.time.Instant getMetaDeletionDate()
    • setMetaDeletionDate

      Address setMetaDeletionDate​(java.time.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

      java.time.Instant getMetaRestoreDate()
    • setMetaRestoreDate

      Address setMetaRestoreDate​(java.time.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

      java.lang.String getName()
    • setName

      Address setName​(java.lang.String value)
    • getOrganisation

      java.lang.String getOrganisation()
    • setOrganisation

      Address setOrganisation​(java.lang.String value)
    • getStreet

      java.lang.String getStreet()
    • setStreet

      Address setStreet​(java.lang.String value)
    • getCity

      java.lang.String getCity()
    • setCity

      Address setCity​(java.lang.String value)
    • getDependentLocality

      java.lang.String getDependentLocality()
    • setDependentLocality

      Address setDependentLocality​(java.lang.String value)
    • getState

      java.lang.String getState()
    • setState

      Address setState​(java.lang.String value)
    • getPostalCode

      java.lang.String getPostalCode()
    • setPostalCode

      Address setPostalCode​(java.lang.String value)
    • getCountry

      java.lang.String getCountry()
    • setCountry

      Address setCountry​(java.lang.String value)
    • getLatitude

      float getLatitude()
    • setLatitude

      Address setLatitude​(float value)
    • getLongitude

      float getLongitude()
    • setLongitude

      Address setLongitude​(float value)
    • getAll

      static java.util.List<Address> getAll()
    • getDeletedRecords

      static java.util.List<Address> getDeletedRecords()
    • sort

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

      static int getCount()
    • filter

      static AddressQuery filter()