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:
Serializable
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:
-
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, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Placeholder.Instantiates a new Placeholder. -
Method Summary
Modifier and TypeMethodDescriptionvoidApply values to.Gets active.getBuild()Gets build.getClazz()Gets clazz.getColor()Gets color.Gets comet type.Gets description.Gets domain.Gets domain id.intgetId()Gets id.getLoad()Gets load.Gets load constraint.getLov()Gets lov.getName()Gets name.Gets object name id.Gets postfix.Gets postfix if empty.Gets prefix.Gets prefix if empty.getStore()Gets store.getStyle()Gets style.Gets style id.getSync()Gets sync.Gets sync state invisible.longGets timestamp.getType()Gets type.voidSets active.voidSets build.voidSets clazz.voidsetColor(Common.Color color) Sets color.voidsetDescription(String description) Sets description.voidSets domain.voidsetDomainId(Integer domainId) Sets domain id.voidsetId(int id) Sets id.voidSets load.voidsetLoadConstraint(Integer loadConstraint) Sets load constraint.voidSets lov.voidSets name.voidsetObjectNameId(Integer objectNameId) Sets object name id.voidsetPostfix(String postfix) Sets postfix.voidsetPostfixIfEmpty(String postfixIfEmpty) Sets postfix if empty.voidSets prefix.voidsetPrefixIfEmpty(String prefixIfEmpty) Sets prefix if empty.voidSets store.voidSets style.voidsetStyleId(Integer styleId) Sets style id.voidSets sync.voidsetSyncStateInvisible(Integer syncStateInvisible) Sets sync state invisible.voidsetTimestamp(long timestamp) Sets timestamp.voidSets type.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
Placeholder
public Placeholder()Instantiates a new Placeholder. -
Placeholder
Instantiates a new Placeholder.- Parameters:
src- the src
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description- the description
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type
-
getDomain
Gets domain.- Returns:
- the domain
-
setDomain
Sets domain.- Parameters:
domain- the domain
-
getDomainId
Gets domain id.- Returns:
- the domain id
-
setDomainId
Sets domain id.- Parameters:
domainId- the domain id
-
getClazz
Gets clazz.- Returns:
- the clazz
-
setClazz
Sets clazz.- Parameters:
clazz- the clazz
-
getLoad
Gets load.- Returns:
- the load
-
setLoad
Sets load.- Parameters:
load- the load
-
getSync
Gets sync.- Returns:
- the sync
-
setSync
Sets sync.- Parameters:
sync- the sync
-
getStore
Gets store.- Returns:
- the store
-
setStore
Sets store.- Parameters:
store- the store
-
getLov
Gets lov.- Returns:
- the lov
-
setLov
Sets lov.- Parameters:
lov- the lov
-
getBuild
Gets build.- Returns:
- the build
-
setBuild
Sets build.- Parameters:
build- the build
-
getColor
Gets color.- Returns:
- the color
-
setColor
Sets color.- Parameters:
color- the color
-
getStyle
Gets style.- Returns:
- the style
-
setStyle
Sets style.- Parameters:
style- the style
-
getStyleId
Gets style id.- Returns:
- the style id
-
setStyleId
Sets style id.- Parameters:
styleId- the style id
-
getSyncStateInvisible
Gets sync state invisible.- Returns:
- the sync state invisible
-
setSyncStateInvisible
Sets sync state invisible.- Parameters:
syncStateInvisible- the sync state invisible
-
getLoadConstraint
Gets load constraint.- Returns:
- the load constraint
-
setLoadConstraint
Sets load constraint.- Parameters:
loadConstraint- the load constraint
-
getActive
Gets active.- Returns:
- the active
-
setActive
Sets active.- Parameters:
active- the active
-
getObjectNameId
Gets object name id.- Returns:
- the object name id
-
setObjectNameId
Sets object name id.- Parameters:
objectNameId- the object name id
-
getPrefix
Gets prefix.- Returns:
- the prefix
-
setPrefix
Sets prefix.- Parameters:
prefix- the prefix
-
getPostfix
Gets postfix.- Returns:
- the postfix
-
setPostfix
Sets postfix.- Parameters:
postfix- the postfix
-
getPrefixIfEmpty
Gets prefix if empty.- Returns:
- the prefix if empty
-
setPrefixIfEmpty
Sets prefix if empty.- Parameters:
prefixIfEmpty- the prefix if empty
-
getPostfixIfEmpty
Gets postfix if empty.- Returns:
- the postfix if empty
-
setPostfixIfEmpty
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
Gets comet type.- Returns:
- the comet type
-
applyValuesTo
Apply values to.- Parameters:
item- the item
-