Package org.teamapps.model.system
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 Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_TIMESTAMPstatic java.lang.StringFIELD_TYPE -
Method Summary
Modifier and Type Method Description static SystemStartscreate()static SystemStartscreate(int id)static SystemStartsQueryfilter()static java.util.List<SystemStarts>getAll()static org.teamapps.universaldb.record.EntityBuilder<SystemStarts>getBuilder()static SystemStartsgetById(int id)static intgetCount()java.time.InstantgetTimestamp()longgetTimestampAsEpochMilli()intgetTimestampAsEpochSecond()TypegetType()SystemStartssetTimestamp(java.time.Instant value)SystemStartssetTimestampAsEpochMilli(long value)SystemStartssetTimestampAsEpochSecond(int value)SystemStartssetType(Type value)static java.util.List<SystemStarts>sort(java.util.List<SystemStarts> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isStored, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_TIMESTAMP
static final java.lang.String FIELD_TIMESTAMP- See Also:
- Constant Field Values
-
FIELD_TYPE
static final java.lang.String FIELD_TYPE- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getTimestamp
java.time.Instant getTimestamp() -
setTimestamp
-
getTimestampAsEpochSecond
int getTimestampAsEpochSecond() -
setTimestampAsEpochSecond
-
getTimestampAsEpochMilli
long getTimestampAsEpochMilli() -
setTimestampAsEpochMilli
-
getType
Type getType() -
setType
-
getAll
-
sort
static java.util.List<SystemStarts> sort(java.util.List<SystemStarts> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
getCount
static int getCount() -
filter
-