Class Placeholder
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- com.priint.pubserver.comet3.entity.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description Placeholder()Instantiates a new Placeholder.Placeholder(CometPlaceholder src)Instantiates a new Placeholder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValuesTo(CometPlaceholder item)Apply values to.java.lang.IntegergetActive()Gets active.java.lang.IntegergetBuild()Gets build.java.lang.IntegergetClazz()Gets clazz.Common.ColorgetColor()Gets color.CometPlaceholder.PlaceholderTypegetCometType()Gets comet type.java.lang.StringgetDescription()Gets description.java.lang.StringgetDomain()Gets domain.java.lang.IntegergetDomainId()Gets domain id.intgetId()Gets id.java.lang.IntegergetLoad()Gets load.java.lang.IntegergetLoadConstraint()Gets load constraint.java.lang.IntegergetLov()Gets lov.java.lang.StringgetName()Gets name.java.lang.IntegergetObjectNameId()Gets object name id.java.lang.StringgetPostfix()Gets postfix.java.lang.StringgetPostfixIfEmpty()Gets postfix if empty.java.lang.StringgetPrefix()Gets prefix.java.lang.StringgetPrefixIfEmpty()Gets prefix if empty.java.lang.IntegergetStore()Gets store.java.lang.StringgetStyle()Gets style.java.lang.IntegergetStyleId()Gets style id.java.lang.IntegergetSync()Gets sync.java.lang.IntegergetSyncStateInvisible()Gets sync state invisible.longgetTimestamp()Gets timestamp.java.lang.StringgetType()Gets type.voidsetActive(java.lang.Integer active)Sets active.voidsetBuild(java.lang.Integer build)Sets build.voidsetClazz(java.lang.Integer clazz)Sets clazz.voidsetColor(Common.Color color)Sets color.voidsetDescription(java.lang.String description)Sets description.voidsetDomain(java.lang.String domain)Sets domain.voidsetDomainId(java.lang.Integer domainId)Sets domain id.voidsetId(int id)Sets id.voidsetLoad(java.lang.Integer load)Sets load.voidsetLoadConstraint(java.lang.Integer loadConstraint)Sets load constraint.voidsetLov(java.lang.Integer lov)Sets lov.voidsetName(java.lang.String name)Sets name.voidsetObjectNameId(java.lang.Integer objectNameId)Sets object name id.voidsetPostfix(java.lang.String postfix)Sets postfix.voidsetPostfixIfEmpty(java.lang.String postfixIfEmpty)Sets postfix if empty.voidsetPrefix(java.lang.String prefix)Sets prefix.voidsetPrefixIfEmpty(java.lang.String prefixIfEmpty)Sets prefix if empty.voidsetStore(java.lang.Integer store)Sets store.voidsetStyle(java.lang.String style)Sets style.voidsetStyleId(java.lang.Integer styleId)Sets style id.voidsetSync(java.lang.Integer sync)Sets sync.voidsetSyncStateInvisible(java.lang.Integer syncStateInvisible)Sets sync state invisible.voidsetTimestamp(long timestamp)Sets timestamp.voidsetType(java.lang.String type)Sets type.-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestamp
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
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
-
getId
public int getId()
Description copied from class:Comet3EntityGets id.- Overrides:
getIdin classComet3Entity- Returns:
- the id
-
setId
public void setId(int id)
Description copied from class:Comet3EntitySets id.- Overrides:
setIdin classComet3Entity- 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
-
-