Class VirtualFolderClass

  • All Implemented Interfaces:
    HasDescription, java.io.Serializable

    public class VirtualFolderClass
    extends ComponentClass
    implements java.io.Serializable
    Virtual folder class which defines a type of virtual folders <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/componentclass}ComponentClass"&gt; &lt;sequence&gt; &lt;element name="searches" type="{http://flower.com/docs/domain/search}Search" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="children" type="{http://flower.com/docs/domain/common}Id" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • searches

        protected java.util.List<Search> searches
      • children

        protected java.util.List<Id> children
    • Constructor Detail

      • VirtualFolderClass

        public VirtualFolderClass()
        Default no-arg constructor abc
      • VirtualFolderClass

        public VirtualFolderClass​(Id id,
                                  Data data,
                                  java.util.List<Id> tagCategories,
                                  java.util.List<TagReference> tagReferences,
                                  java.util.List<I18NLabel> displayNames,
                                  java.util.List<I18NLabel> descriptions,
                                  DurationType retentionDuration,
                                  Category category,
                                  boolean active,
                                  java.lang.Boolean technical,
                                  java.util.List<Search> searches,
                                  java.util.List<Id> children)
        Fully-initialising value constructor
    • Method Detail

      • getSearches

        public java.util.List<Search> getSearches()
        Gets the value of the searches property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the searches property. <p> For example, to add a new item, do as follows: <pre> getSearches().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list Search
      • getChildren

        public java.util.List<Id> getChildren()
        Gets the value of the children property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the children property. <p> For example, to add a new item, do as follows: <pre> getChildren().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list Id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • setSearches

        public void setSearches​(java.util.List<Search> value)
      • setChildren

        public void setChildren​(java.util.List<Id> value)