- java.lang.Object
-
- swim.db.Seed
-
public class Seed extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Seedcommitted(long updated, PageRef newRootRef)longcreated()static SeedfromValue(swim.structure.Value value)PageRefrootRef(PageContext pageContext)swim.structure.ValuerootRefValue()intstem()swim.structure.ValuetoValue()TreeTypetreeType()Seeduncommitted(PageRef newRootRef)longupdated()
-
-
-
Constructor Detail
-
Seed
public Seed(TreeType treeType, int stem, long created, long updated, swim.structure.Value rootRefValue)
-
-
Method Detail
-
fromValue
public static Seed fromValue(swim.structure.Value value)
-
treeType
public TreeType treeType()
-
stem
public int stem()
-
created
public long created()
-
updated
public long updated()
-
rootRefValue
public swim.structure.Value rootRefValue()
-
rootRef
public PageRef rootRef(PageContext pageContext)
-
toValue
public swim.structure.Value toValue()
-
-