Class CometPageTemplate.Template
java.lang.Object
com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate.Template
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CometPageTemplate
The Class Template.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the active.Gets the autolink.getBbox()Gets the bbox.Gets the builds the direction.Gets the color index.Gets the checks for multiple frames.Gets the checks for multiple objects.Gets the justification enabled.Gets the justification script.Gets the justification X.Gets the justification Y.getLabel()Gets the label.Gets the minimum dist X.Gets the minimum dist Y.Gets the minimum vertical just.Gets the minimum vertical just enabled.Gets the sequence.Gets the styles vertical just.Gets the styles vertical just enabled.getType()Gets the type.getUid()Gets the uid.Gets the vertical just.voidSets the active.voidsetAutolink(Boolean autolink) Sets the autolink.voidSets the bbox.voidsetBuildDirection(Integer buildDirection) Sets the builds the direction.voidsetColorIndex(Integer colorIndex) Sets the color index.voidsetHasMultipleFrames(Boolean hasMultipleFrames) Sets the checks for multiple frames.voidsetHasMultipleObjects(Boolean hasMultipleObjects) Sets the checks for multiple objects.voidsetJustificationEnabled(Boolean justificationEnabled) Sets the justification enabled.voidsetJustificationScript(Integer justificationScript) Sets the justification script.voidsetJustificationX(Double justificationX) Sets the justification X.voidsetJustificationY(Double justificationY) Sets the justification Y.voidSets the label.voidsetMinimumDistX(Double minimumDistX) Sets the minimum dist X.voidsetMinimumDistY(Double minimumDistY) Sets the minimum dist Y.voidsetMinimumVerticalJust(Double minimumVerticalJust) Sets the minimum vertical just.voidsetMinimumVerticalJustEnabled(Boolean minimumVerticalJustEnabled) Sets the minimum vertical just enabled.voidsetSequence(Integer sequence) Sets the sequence.voidsetStylesVerticalJust(String stylesVerticalJust) Sets the styles vertical just.voidsetStylesVerticalJustEnabled(Boolean stylesVerticalJustEnabled) Sets the styles vertical just enabled.voidSets the type.voidSets the uid.voidsetVerticalJust(Integer verticalJust) Sets the vertical just.
-
Constructor Details
-
Template
public Template()Instantiates a new template.
-
-
Method Details
-
getActive
Gets the active.- Returns:
- the active
-
getAutolink
Gets the autolink.- Returns:
- the autolink
-
getBbox
Gets the bbox.- Returns:
- the bbox
-
getBuildDirection
Gets the builds the direction.- Returns:
- the builds the direction
-
getColorIndex
Gets the color index.- Returns:
- the color index
-
getHasMultipleFrames
Gets the checks for multiple frames.- Returns:
- the checks for multiple frames
-
getHasMultipleObjects
Gets the checks for multiple objects.- Returns:
- the checks for multiple objects
-
getJustificationEnabled
Gets the justification enabled.- Returns:
- the justification enabled
-
getJustificationScript
Gets the justification script.- Returns:
- the justification script
-
getJustificationX
Gets the justification X.- Returns:
- the justification X
-
getJustificationY
Gets the justification Y.- Returns:
- the justification Y
-
getLabel
Gets the label.- Returns:
- the label
-
getMinimumDistX
Gets the minimum dist X.- Returns:
- the minimum dist X
-
getMinimumDistY
Gets the minimum dist Y.- Returns:
- the minimum dist Y
-
getMinimumVerticalJust
Gets the minimum vertical just.- Returns:
- the minimum vertical just
-
getMinimumVerticalJustEnabled
Gets the minimum vertical just enabled.- Returns:
- the minimum vertical just enabled
-
getSequence
Gets the sequence.- Returns:
- the sequence
-
getStylesVerticalJust
Gets the styles vertical just.- Returns:
- the styles vertical just
-
getStylesVerticalJustEnabled
Gets the styles vertical just enabled.- Returns:
- the styles vertical just enabled
-
getType
Gets the type.- Returns:
- the type
-
getUid
Gets the uid.- Returns:
- the uid
-
getVerticalJust
Gets the vertical just.- Returns:
- the vertical just
-
setActive
Sets the active.- Parameters:
active- the new active
-
setAutolink
Sets the autolink.- Parameters:
autolink- the new autolink
-
setBbox
Sets the bbox.- Parameters:
bbox- the new bbox
-
setBuildDirection
Sets the builds the direction.- Parameters:
buildDirection- the new builds the direction
-
setColorIndex
Sets the color index.- Parameters:
colorIndex- the new color index
-
setHasMultipleFrames
Sets the checks for multiple frames.- Parameters:
hasMultipleFrames- the new checks for multiple frames
-
setHasMultipleObjects
Sets the checks for multiple objects.- Parameters:
hasMultipleObjects- the new checks for multiple objects
-
setJustificationEnabled
Sets the justification enabled.- Parameters:
justificationEnabled- the new justification enabled
-
setJustificationScript
Sets the justification script.- Parameters:
justificationScript- the new justification script
-
setJustificationX
Sets the justification X.- Parameters:
justificationX- the new justification X
-
setJustificationY
Sets the justification Y.- Parameters:
justificationY- the new justification Y
-
setLabel
Sets the label.- Parameters:
label- the new label
-
setMinimumDistX
Sets the minimum dist X.- Parameters:
minimumDistX- the new minimum dist X
-
setMinimumDistY
Sets the minimum dist Y.- Parameters:
minimumDistY- the new minimum dist Y
-
setMinimumVerticalJust
Sets the minimum vertical just.- Parameters:
minimumVerticalJust- the new minimum vertical just
-
setMinimumVerticalJustEnabled
Sets the minimum vertical just enabled.- Parameters:
minimumVerticalJustEnabled- the new minimum vertical just enabled
-
setSequence
Sets the sequence.- Parameters:
sequence- the new sequence
-
setStylesVerticalJust
Sets the styles vertical just.- Parameters:
stylesVerticalJust- the new styles vertical just
-
setStylesVerticalJustEnabled
Sets the styles vertical just enabled.- Parameters:
stylesVerticalJustEnabled- the new styles vertical just enabled
-
setType
Sets the type.- Parameters:
type- the new type
-
setUid
Sets the uid.- Parameters:
uid- the new uid
-
setVerticalJust
Sets the vertical just.- Parameters:
verticalJust- the new vertical just
-