Class VirtualFolder

  • All Implemented Interfaces:
    java.io.Serializable

    public class VirtualFolder
    extends Item
    implements java.io.Serializable
    Flower component standing for a virtual folder <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/component}Item"&gt; &lt;sequence&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

      • children

        protected java.util.List<Id> children
        List of the unique identifiers of its other virtual folder children
    • Constructor Detail

      • VirtualFolder

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

        public VirtualFolder​(Id id,
                             ComponentData data,
                             Tags tags,
                             Category category,
                             java.lang.String name,
                             java.util.List<Id> children)
        Fully-initialising value constructor
    • Method Detail

      • 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 <p> List of the unique identifiers of its other virtual folder children
      • toString

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

        public int hashCode()
        Overrides:
        hashCode in class Item
      • equals

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

        public void setChildren​(java.util.List<Id> value)
        See Also:
        getChildren()