Class DocumentCollectionPath

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DataDictionaryDefinition, DictionaryBean

public class DocumentCollectionPath extends DataDictionaryDefinitionBase
See Also:
  • Field Details

  • Constructor Details

    • DocumentCollectionPath

      public DocumentCollectionPath()
  • Method Details

    • getDocumentValues

      public List<String> getDocumentValues()
      Returns:
      the documentValues
    • getNestedCollection

      public DocumentCollectionPath getNestedCollection()
      Returns:
      the documentCollectionPath
    • setDocumentValues

      public void setDocumentValues(List<String> paths)
      Parameters:
      paths - the documentValues to set
    • setNestedCollection

      public void setNestedCollection(DocumentCollectionPath documentCollectionPath)
      Parameters:
      documentCollectionPath - the documentCollectionPath to set
    • getCollectionPath

      public String getCollectionPath()
      Returns:
      the collectionPath
    • setCollectionPath

      public void setCollectionPath(String collectionPath)
      Parameters:
      collectionPath - the collectionPath to set