Class EntityMetaData


  • public class EntityMetaData
    extends Object

    Java class for EntityMetaData complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EntityMetaData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <minLength value="1"/>
                 <maxLength value="255"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="createdBy">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <minLength value="0"/>
                 <maxLength value="32"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="isFolder" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="path" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <minLength value="1"/>
                 <maxLength value="255"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="isHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="owner">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <minLength value="0"/>
                 <maxLength value="32"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="locale">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <minLength value="0"/>
                 <maxLength value="10"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="description">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <minLength value="0"/>
                 <maxLength value="255"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="title">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <minLength value="0"/>
                 <maxLength value="35"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="runAfterImport" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EntityMetaData

        public EntityMetaData()
    • Method Detail

      • getName

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

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

        public String getCreatedBy()
        Gets the value of the createdBy property.
        Returns:
        possible object is String
      • setCreatedBy

        public void setCreatedBy​(String value)
        Sets the value of the createdBy property.
        Parameters:
        value - allowed object is String
      • isIsFolder

        public boolean isIsFolder()
        Gets the value of the isFolder property.
        Returns:
        possible object is Boolean
      • setIsFolder

        public void setIsFolder​(Boolean value)
        Sets the value of the isFolder property.
        Parameters:
        value - allowed object is Boolean
      • getPath

        public String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

        public void setPath​(String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String
      • isHidden

        public Boolean isHidden()
        Gets the value of the isHidden property.
        Returns:
        possible object is Boolean
      • isHiddenOrDefault

        public boolean isHiddenOrDefault()
      • setHidden

        public void setHidden​(Boolean value)
        Sets the value of the isHidden property.
        Parameters:
        value - allowed object is Boolean
      • isSchedulable

        public Boolean isSchedulable()
        Gets the value of the schedulable property.
        Returns:
        possible object is Boolean
      • isSchedulableOrDefault

        public boolean isSchedulableOrDefault()
      • setSchedulable

        public void setSchedulable​(Boolean value)
        Sets the value of the schedulable property
        Parameters:
        value - allowed object is Boolean
      • getOwner

        public String getOwner()
        Gets the value of the owner property.
        Returns:
        possible object is String
      • setOwner

        public void setOwner​(String value)
        Sets the value of the owner property.
        Parameters:
        value - allowed object is String
      • getLocale

        public String getLocale()
        Gets the value of the locale property.
        Returns:
        possible object is String
      • setLocale

        public void setLocale​(String value)
        Sets the value of the locale property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • isRunAfterImport

        public boolean isRunAfterImport()
        Gets the value of the runAfterImport property.
        Returns:
        possible object is Boolean
      • setRunAfterImport

        public void setRunAfterImport​(Boolean value)
        Sets the value of the runAfterImport property.
        Parameters:
        value - allowed object is Boolean