Class Report

  • All Implemented Interfaces:
    java.io.Serializable

    public class Report
    extends IdentifiableElement
    implements java.io.Serializable
    <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/common}IdentifiableElement"&gt; &lt;sequence&gt; &lt;element name="displayNames" type="{http://flower.com/docs/domain/i18n}I18NLabel" maxOccurs="unbounded"/&gt; &lt;element name="ACL" type="{http://flower.com/docs/domain/common}Id"/&gt; &lt;/sequence&gt; &lt;attribute name="name" use="required"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;maxLength value="30"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/attribute&gt; &lt;attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Id acl
      The unique identifier of the ACL to apply on object
      protected java.util.List<I18NLabel> displayNames  
      protected java.lang.String name  
      protected java.lang.String url  
    • Constructor Summary

      Constructors 
      Constructor Description
      Report()
      Default no-arg constructor abc
      Report​(Id id, java.util.List<I18NLabel> displayNames, Id acl, java.lang.String name, java.lang.String url)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      Id getACL()
      Gets the value of the acl property.
      java.util.List<I18NLabel> getDisplayNames()
      Gets the value of the displayNames property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getUrl()
      Gets the value of the url property.
      int hashCode()  
      void setACL​(Id value)
      Sets the value of the acl property.
      void setDisplayNames​(java.util.List<I18NLabel> value)  
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setUrl​(java.lang.String value)
      Sets the value of the url property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • displayNames

        protected java.util.List<I18NLabel> displayNames
      • acl

        protected Id acl
        The unique identifier of the ACL to apply on object
      • name

        protected java.lang.String name
      • url

        protected java.lang.String url
    • Constructor Detail

      • Report

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

        public Report​(Id id,
                      java.util.List<I18NLabel> displayNames,
                      Id acl,
                      java.lang.String name,
                      java.lang.String url)
        Fully-initialising value constructor
    • Method Detail

      • getDisplayNames

        public java.util.List<I18NLabel> getDisplayNames()
        Gets the value of the displayNames 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 displayNames property. <p> For example, to add a new item, do as follows: <pre> getDisplayNames().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list I18NLabel
      • getACL

        public Id getACL()
        Gets the value of the acl property. <p> The unique identifier of the ACL to apply on object
        Returns:
        possible object is Id
      • setACL

        public void setACL​(Id value)
        Sets the value of the acl property.
        Parameters:
        value - allowed object is Id
        See Also:
        getACL()
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getUrl

        public java.lang.String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

        public void setUrl​(java.lang.String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String
      • 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
      • setDisplayNames

        public void setDisplayNames​(java.util.List<I18NLabel> value)