Module swim.db
Package swim.db

Class Seed

java.lang.Object
swim.db.Seed

public class Seed extends Object
  • Constructor Details

    • Seed

      public Seed(TreeType treeType, int stem, long created, long updated, Value rootRefValue)
  • Method Details

    • treeType

      public TreeType treeType()
    • stem

      public int stem()
    • created

      public long created()
    • updated

      public long updated()
    • rootRefValue

      public Value rootRefValue()
    • rootRef

      public PageRef rootRef(PageContext pageContext)
    • committed

      public Seed committed(long updated, PageRef newRootRef)
    • uncommitted

      public Seed uncommitted(PageRef newRootRef)
    • toValue

      public Value toValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • fromValue

      public static Seed fromValue(Value value)