Class Placeholder

  • All Implemented Interfaces:
    java.io.Serializable

    public class Placeholder
    extends Comet3Entity

    Java Interface for placeholder complex type. For internal use only

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

     <complexType name="placeholder">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="domainid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="class" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="load" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="sync" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="store" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="lov" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="color" type="{http://comet.priint.com/configuration/entities/common}color" minOccurs="1"/>
             <element name="style" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="styleid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="syncstatevisible" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="loadconstraint" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="active" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="objectnameid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="postfix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="prefixifempty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="postfixifempty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Placeholder

        public Placeholder()
        Instantiates a new Placeholder.
      • Placeholder

        public Placeholder​(CometPlaceholder src)
        Instantiates a new Placeholder.
        Parameters:
        src - the src
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the name
      • getDescription

        public java.lang.String getDescription()
        Gets description.
        Returns:
        the description
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets description.
        Parameters:
        description - the description
      • getType

        public java.lang.String getType()
        Gets type.
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Sets type.
        Parameters:
        type - the type
      • getDomain

        public java.lang.String getDomain()
        Gets domain.
        Returns:
        the domain
      • setDomain

        public void setDomain​(java.lang.String domain)
        Sets domain.
        Parameters:
        domain - the domain
      • getDomainId

        public java.lang.Integer getDomainId()
        Gets domain id.
        Returns:
        the domain id
      • setDomainId

        public void setDomainId​(java.lang.Integer domainId)
        Sets domain id.
        Parameters:
        domainId - the domain id
      • getClazz

        public java.lang.Integer getClazz()
        Gets clazz.
        Returns:
        the clazz
      • setClazz

        public void setClazz​(java.lang.Integer clazz)
        Sets clazz.
        Parameters:
        clazz - the clazz
      • getLoad

        public java.lang.Integer getLoad()
        Gets load.
        Returns:
        the load
      • setLoad

        public void setLoad​(java.lang.Integer load)
        Sets load.
        Parameters:
        load - the load
      • getSync

        public java.lang.Integer getSync()
        Gets sync.
        Returns:
        the sync
      • setSync

        public void setSync​(java.lang.Integer sync)
        Sets sync.
        Parameters:
        sync - the sync
      • getStore

        public java.lang.Integer getStore()
        Gets store.
        Returns:
        the store
      • setStore

        public void setStore​(java.lang.Integer store)
        Sets store.
        Parameters:
        store - the store
      • getLov

        public java.lang.Integer getLov()
        Gets lov.
        Returns:
        the lov
      • setLov

        public void setLov​(java.lang.Integer lov)
        Sets lov.
        Parameters:
        lov - the lov
      • getBuild

        public java.lang.Integer getBuild()
        Gets build.
        Returns:
        the build
      • setBuild

        public void setBuild​(java.lang.Integer build)
        Sets build.
        Parameters:
        build - the build
      • getColor

        public Common.Color getColor()
        Gets color.
        Returns:
        the color
      • setColor

        public void setColor​(Common.Color color)
        Sets color.
        Parameters:
        color - the color
      • getStyle

        public java.lang.String getStyle()
        Gets style.
        Returns:
        the style
      • setStyle

        public void setStyle​(java.lang.String style)
        Sets style.
        Parameters:
        style - the style
      • getStyleId

        public java.lang.Integer getStyleId()
        Gets style id.
        Returns:
        the style id
      • setStyleId

        public void setStyleId​(java.lang.Integer styleId)
        Sets style id.
        Parameters:
        styleId - the style id
      • getSyncStateInvisible

        public java.lang.Integer getSyncStateInvisible()
        Gets sync state invisible.
        Returns:
        the sync state invisible
      • setSyncStateInvisible

        public void setSyncStateInvisible​(java.lang.Integer syncStateInvisible)
        Sets sync state invisible.
        Parameters:
        syncStateInvisible - the sync state invisible
      • getLoadConstraint

        public java.lang.Integer getLoadConstraint()
        Gets load constraint.
        Returns:
        the load constraint
      • setLoadConstraint

        public void setLoadConstraint​(java.lang.Integer loadConstraint)
        Sets load constraint.
        Parameters:
        loadConstraint - the load constraint
      • getActive

        public java.lang.Integer getActive()
        Gets active.
        Returns:
        the active
      • setActive

        public void setActive​(java.lang.Integer active)
        Sets active.
        Parameters:
        active - the active
      • getObjectNameId

        public java.lang.Integer getObjectNameId()
        Gets object name id.
        Returns:
        the object name id
      • setObjectNameId

        public void setObjectNameId​(java.lang.Integer objectNameId)
        Sets object name id.
        Parameters:
        objectNameId - the object name id
      • getPrefix

        public java.lang.String getPrefix()
        Gets prefix.
        Returns:
        the prefix
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
        Sets prefix.
        Parameters:
        prefix - the prefix
      • getPostfix

        public java.lang.String getPostfix()
        Gets postfix.
        Returns:
        the postfix
      • setPostfix

        public void setPostfix​(java.lang.String postfix)
        Sets postfix.
        Parameters:
        postfix - the postfix
      • getPrefixIfEmpty

        public java.lang.String getPrefixIfEmpty()
        Gets prefix if empty.
        Returns:
        the prefix if empty
      • setPrefixIfEmpty

        public void setPrefixIfEmpty​(java.lang.String prefixIfEmpty)
        Sets prefix if empty.
        Parameters:
        prefixIfEmpty - the prefix if empty
      • getPostfixIfEmpty

        public java.lang.String getPostfixIfEmpty()
        Gets postfix if empty.
        Returns:
        the postfix if empty
      • setPostfixIfEmpty

        public void setPostfixIfEmpty​(java.lang.String postfixIfEmpty)
        Sets postfix if empty.
        Parameters:
        postfixIfEmpty - the postfix if empty
      • getTimestamp

        public long getTimestamp()
        Gets timestamp.
        Returns:
        the timestamp
      • setTimestamp

        public void setTimestamp​(long timestamp)
        Sets timestamp.
        Parameters:
        timestamp - the timestamp
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id
      • applyValuesTo

        public void applyValuesTo​(CometPlaceholder item)
        Apply values to.
        Parameters:
        item - the item