Class PageTemplate.Template
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.PageTemplate.Template
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PageTemplate
The type Template.
- 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
ConstructorsConstructorDescriptionTemplate()Instantiates a new Template.Template(CometPageTemplate.Template template) Instantiates a new Template. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEntity equals boolean.Gets active.Gets autolink.getBbox()Gets bbox.Gets build direction.Gets color index.Gets has multiple frames.Gets has multiple objects.intgetId()Gets id.Gets justification enabled.Gets justification script.Gets justification x.Gets justification y.Gets minimum dist x.Gets minimum dist y.Gets minimum vertical just.Gets minimum vertical just enabled.getName()Gets name.getSequ()Gets sequ.Gets styles vertical just.Gets styles vertical just enabled.getType()Gets type.getUid()Gets uid.Gets vertical just.voidSets active.voidsetAutolink(Integer autolink) Sets autolink.voidsetBbox(PageTemplate.BBox bbox) Sets bbox.voidsetBuildDirection(Integer buildDirection) Sets build direction.voidsetColorIndex(Integer colorIndex) Sets color index.voidsetHasMultipleFrames(Integer hasMultipleFrames) Sets has multiple frames.voidsetHasMultipleObjects(Integer hasMultipleObjects) Sets has multiple objects.voidsetId(int id) Sets id.voidsetJustificationEnabled(Integer justificationEnabled) Sets justification enabled.voidsetJustificationScript(Integer justificationScript) Sets justification script.voidsetJustificationX(Double justificationX) Sets justification x.voidsetJustificationY(Double justificationY) Sets justification y.voidsetMinimumDistX(Double minimumDistX) Sets minimum dist x.voidsetMinimumDistY(Double minimumDistY) Sets minimum dist y.voidsetMinimumVerticalJust(Double minimumVerticalJust) Sets minimum vertical just.voidsetMinimumVerticalJustEnabled(Integer minimumVerticalJustEnabled) Sets minimum vertical just enabled.voidSets name.voidSets sequ.voidsetStylesVerticalJust(String stylesVerticalJust) Sets styles vertical just.voidsetStylesVerticalJustEnabled(Integer stylesVerticalJustEnabled) Sets styles vertical just enabled.voidSets type.voidSets uid.voidsetVerticalJust(Integer verticalJust) Sets vertical just.To comet template comet page template .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
-
Template
public Template()Instantiates a new Template. -
Template
Instantiates a new Template.- Parameters:
template- the template
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getUid
Gets uid.- Returns:
- the uid
-
setUid
Sets uid.- Parameters:
uid- the uid
-
getActive
Gets active.- Returns:
- the active
-
setActive
Sets active.- Parameters:
active- the active
-
getSequ
Gets sequ.- Returns:
- the sequ
-
setSequ
Sets sequ.- Parameters:
sequ- the sequ
-
getColorIndex
Gets color index.- Returns:
- the color index
-
setColorIndex
Sets color index.- Parameters:
colorIndex- the color index
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type
-
getAutolink
Gets autolink.- Returns:
- the autolink
-
setAutolink
Sets autolink.- Parameters:
autolink- the autolink
-
getVerticalJust
Gets vertical just.- Returns:
- the vertical just
-
setVerticalJust
Sets vertical just.- Parameters:
verticalJust- the vertical just
-
getMinimumVerticalJust
Gets minimum vertical just.- Returns:
- the minimum vertical just
-
setMinimumVerticalJust
Sets minimum vertical just.- Parameters:
minimumVerticalJust- the minimum vertical just
-
getStylesVerticalJust
Gets styles vertical just.- Returns:
- the styles vertical just
-
setStylesVerticalJust
Sets styles vertical just.- Parameters:
stylesVerticalJust- the styles vertical just
-
getMinimumVerticalJustEnabled
Gets minimum vertical just enabled.- Returns:
- the minimum vertical just enabled
-
setMinimumVerticalJustEnabled
Sets minimum vertical just enabled.- Parameters:
minimumVerticalJustEnabled- the minimum vertical just enabled
-
getStylesVerticalJustEnabled
Gets styles vertical just enabled.- Returns:
- the styles vertical just enabled
-
setStylesVerticalJustEnabled
Sets styles vertical just enabled.- Parameters:
stylesVerticalJustEnabled- the styles vertical just enabled
-
getHasMultipleObjects
Gets has multiple objects.- Returns:
- the has multiple objects
-
setHasMultipleObjects
Sets has multiple objects.- Parameters:
hasMultipleObjects- the has multiple objects
-
getHasMultipleFrames
Gets has multiple frames.- Returns:
- the has multiple frames
-
setHasMultipleFrames
Sets has multiple frames.- Parameters:
hasMultipleFrames- the has multiple frames
-
getBuildDirection
Gets build direction.- Returns:
- the build direction
-
setBuildDirection
Sets build direction.- Parameters:
buildDirection- the build direction
-
getMinimumDistX
Gets minimum dist x.- Returns:
- the minimum dist x
-
setMinimumDistX
Sets minimum dist x.- Parameters:
minimumDistX- the minimum dist x
-
getMinimumDistY
Gets minimum dist y.- Returns:
- the minimum dist y
-
setMinimumDistY
Sets minimum dist y.- Parameters:
minimumDistY- the minimum dist y
-
getJustificationEnabled
Gets justification enabled.- Returns:
- the justification enabled
-
setJustificationEnabled
Sets justification enabled.- Parameters:
justificationEnabled- the justification enabled
-
getJustificationX
Gets justification x.- Returns:
- the justification x
-
setJustificationX
Sets justification x.- Parameters:
justificationX- the justification x
-
getJustificationY
Gets justification y.- Returns:
- the justification y
-
setJustificationY
Sets justification y.- Parameters:
justificationY- the justification y
-
getJustificationScript
Gets justification script.- Returns:
- the justification script
-
setJustificationScript
Sets justification script.- Parameters:
justificationScript- the justification script
-
getBbox
Gets bbox.- Returns:
- the bbox
-
setBbox
Sets bbox.- Parameters:
bbox- the bbox
-
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
-
entityEquals
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
toCometTemplate
To comet template comet page template . template.- Returns:
- the comet page template . template
-