Class DocumentData

java.lang.Object
de.rpgframework.foundry.DocumentData
Direct Known Subclasses:
ActorData, ItemData

public class DocumentData extends Object
  • Field Details

    • _id

      public String _id
    • name

      public String name
    • folder

      public String folder
      The _id of a Folder which contains this Item
    • sort

      public int sort
      The numeric sort value which orders this Item relative to its siblings
  • Constructor Details

    • DocumentData

      public DocumentData()