Class VirtualFolderClass
- java.lang.Object
-
- com.flower.docs.domain.common.IdentifiableElement
-
- com.flower.docs.domain.componentclass.ComponentClass
-
- com.flower.docs.domain.virtualfolderclass.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> <complexType> <complexContent> <extension base="{http://flower.com/docs/domain/componentclass}ComponentClass"> <sequence> <element name="searches" type="{http://flower.com/docs/domain/search}Search" maxOccurs="unbounded" minOccurs="0"/> <element name="children" type="{http://flower.com/docs/domain/common}Id" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Id>childrenprotected java.util.List<Search>searches-
Fields inherited from class com.flower.docs.domain.componentclass.ComponentClass
active, category, data, descriptions, displayNames, retentionDuration, tagCategories, tagReferences, technical
-
Fields inherited from class com.flower.docs.domain.common.IdentifiableElement
id
-
-
Constructor Summary
Constructors Constructor Description VirtualFolderClass()Default no-arg constructor abcVirtualFolderClass(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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.util.List<Id>getChildren()Gets the value of the children property.java.util.List<Search>getSearches()Gets the value of the searches property.inthashCode()voidsetChildren(java.util.List<Id> value)voidsetSearches(java.util.List<Search> value)java.lang.StringtoString()-
Methods inherited from class com.flower.docs.domain.componentclass.ComponentClass
getCategory, getData, getDescriptions, getDisplayNames, getRetentionDuration, getTagCategories, getTagReferences, isActive, isTechnical, setActive, setCategory, setData, setDescriptions, setDisplayNames, setRetentionDuration, setTagCategories, setTagReferences, setTechnical
-
Methods inherited from class com.flower.docs.domain.common.IdentifiableElement
getId, setId
-
-
-
-
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 listSearch
-
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 listId
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
setSearches
public void setSearches(java.util.List<Search> value)
-
setChildren
public void setChildren(java.util.List<Id> value)
-
-