Class ScheduledUpdate<R extends FactoryBase<?,?>>
- java.lang.Object
-
- io.github.factoryfx.factory.storage.ScheduledUpdate<R>
-
public class ScheduledUpdate<R extends FactoryBase<?,?>> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringbaseVersionIdthe base version on the serverjava.lang.StringcommentRrootjava.time.LocalDateTimescheduledfor scheduled update: date and time of planned activation of this configurationjava.lang.Stringuserid for the complete configuration, NOT any factory id
-
Constructor Summary
Constructors Constructor Description ScheduledUpdate(R root, java.lang.String user, java.lang.String comment, java.lang.String baseVersionId, java.time.LocalDateTime scheduled)
-
-
-
Field Detail
-
root
public final R extends FactoryBase<?,?> root
-
user
public final java.lang.String user
id for the complete configuration, NOT any factory id
-
comment
public final java.lang.String comment
-
baseVersionId
public final java.lang.String baseVersionId
the base version on the server
-
scheduled
public final java.time.LocalDateTime scheduled
for scheduled update: date and time of planned activation of this configuration
-
-
Constructor Detail
-
ScheduledUpdate
public ScheduledUpdate(R root, java.lang.String user, java.lang.String comment, java.lang.String baseVersionId, java.time.LocalDateTime scheduled)
-
-