Interface SystemStarts

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

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

  • Method Details

    • create

      static SystemStarts create()
    • create

      static SystemStarts create​(int id)
    • getById

      static SystemStarts getById​(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<SystemStarts> getBuilder()
    • getTimestamp

      java.time.Instant getTimestamp()
    • setTimestamp

      SystemStarts setTimestamp​(java.time.Instant value)
    • getTimestampAsEpochSecond

      int getTimestampAsEpochSecond()
    • setTimestampAsEpochSecond

      SystemStarts setTimestampAsEpochSecond​(int value)
    • getTimestampAsEpochMilli

      long getTimestampAsEpochMilli()
    • setTimestampAsEpochMilli

      SystemStarts setTimestampAsEpochMilli​(long value)
    • getType

      Type getType()
    • setType

      SystemStarts setType​(Type value)
    • getAll

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

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

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

      static int getCount()
    • filter

      static SystemStartsQuery filter()