Class Placeholder

All Implemented Interfaces:
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:
  • Constructor Details

    • Placeholder

      public Placeholder()
      Instantiates a new Placeholder.
    • Placeholder

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

    • getName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setBuild(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 String getStyle()
      Gets style.
      Returns:
      the style
    • setStyle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setPostfixIfEmpty(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
    • getId

      public int getId()
      Description copied from class: Comet3Entity
      Gets id.
      Overrides:
      getId in class Comet3Entity
      Returns:
      the id
    • setId

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

      public CometPlaceholder.PlaceholderType getCometType()
      Gets comet type.
      Returns:
      the comet type
    • applyValuesTo

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