Class TemplateForPageTemplate
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.TemplateForPageTemplate
-
- All Implemented Interfaces:
java.io.Serializable
public class TemplateForPageTemplate extends PlannerApiResource implements java.io.Serializable
Class representing a template using in PageTemplate class in Planner REST Service.Objects of this class are used inside the page template.
- See Also:
PageTemplate,PlannerApiResource, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateForPageTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetActive()active of the TemplateForPageTemplatejava.lang.IntegergetAutolink()autolink of the TemplateForPageTemplatePageTemplateBboxgetbBox()bBox of the TemplateForPageTemplatejava.lang.IntegergetBuildDirection()buildDirection of the TemplateForPageTemplatejava.lang.IntegergetColorIndex()colorIndex of the TemplateForPageTemplatejava.lang.IntegergetHasMultipleFrames()hasMultipleFrames of the TemplateForPageTemplatejava.lang.IntegergetHasMultipleObjects()hasMultipleObjects of the TemplateForPageTemplatejava.lang.IntegergetJustificationEnabled()justificationEnabled of the TemplateForPageTemplatejava.lang.IntegergetJustificationScript()justificationScript of the TemplateForPageTemplatejava.lang.DoublegetJustificationX()justificationX of the TemplateForPageTemplatejava.lang.DoublegetJustificationY()justificationY of the TemplateForPageTemplatejava.lang.StringgetLabel()label of the TemplateForPageTemplatejava.lang.DoublegetMinimumDistX()minimumDistX of the TemplateForPageTemplatejava.lang.DoublegetMinimumDistY()minimumDistY of the TemplateForPageTemplatejava.lang.DoublegetMinimumVerticalJust()minimumVerticalJust of the TemplateForPageTemplatejava.lang.IntegergetMinimumVerticalJustEnabled()minimumVerticalJustEnabled of the TemplateForPageTemplatejava.lang.IntegergetSequence()sequence of the TemplateForPageTemplatejava.lang.StringgetStylesVerticalJust()stylesVerticalJust of the TemplateForPageTemplatejava.lang.IntegergetStylesVerticalJustEnabled()stylesVerticalJustEnabled of the TemplateForPageTemplatejava.lang.IntegergetType()type of the TemplateForPageTemplatejava.lang.IntegergetUid()uid of the TemplateForPageTemplatejava.lang.IntegergetVerticalJust()verticalJust of the TemplateForPageTemplatevoidsetActive(java.lang.Integer active)voidsetAutolink(java.lang.Integer autolink)voidsetbBox(PageTemplateBbox bBox)voidsetBuildDirection(java.lang.Integer buildDirection)voidsetColorIndex(java.lang.Integer colorIndex)voidsetHasMultipleFrames(java.lang.Integer hasMultipleFrames)voidsetHasMultipleObjects(java.lang.Integer hasMultipleObjects)voidsetJustificationEnabled(java.lang.Integer justificationEnabled)voidsetJustificationScript(java.lang.Integer justificationScript)voidsetJustificationX(java.lang.Double justificationX)voidsetJustificationY(java.lang.Double justificationY)voidsetLabel(java.lang.String label)voidsetMinimumDistX(java.lang.Double minimumDistX)voidsetMinimumDistY(java.lang.Double minimumDistY)voidsetMinimumVerticalJust(java.lang.Double minimumVerticalJust)voidsetMinimumVerticalJustEnabled(java.lang.Integer minimumVerticalJustEnabled)voidsetSequence(java.lang.Integer sequence)voidsetStylesVerticalJust(java.lang.String stylesVerticalJust)voidsetStylesVerticalJustEnabled(java.lang.Integer stylesVerticalJustEnabled)voidsetType(java.lang.Integer type)voidsetUid(java.lang.Integer uid)voidsetVerticalJust(java.lang.Integer verticalJust)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
label of the TemplateForPageTemplate
-
setLabel
public void setLabel(java.lang.String label)
-
getUid
public java.lang.Integer getUid()
uid of the TemplateForPageTemplate
-
setUid
public void setUid(java.lang.Integer uid)
-
getActive
public java.lang.Integer getActive()
active of the TemplateForPageTemplate
-
setActive
public void setActive(java.lang.Integer active)
-
getSequence
public java.lang.Integer getSequence()
sequence of the TemplateForPageTemplate
-
setSequence
public void setSequence(java.lang.Integer sequence)
-
getColorIndex
public java.lang.Integer getColorIndex()
colorIndex of the TemplateForPageTemplate
-
setColorIndex
public void setColorIndex(java.lang.Integer colorIndex)
-
getType
public java.lang.Integer getType()
type of the TemplateForPageTemplate
-
setType
public void setType(java.lang.Integer type)
-
getAutolink
public java.lang.Integer getAutolink()
autolink of the TemplateForPageTemplate
-
setAutolink
public void setAutolink(java.lang.Integer autolink)
-
getVerticalJust
public java.lang.Integer getVerticalJust()
verticalJust of the TemplateForPageTemplate
-
setVerticalJust
public void setVerticalJust(java.lang.Integer verticalJust)
-
getMinimumVerticalJust
public java.lang.Double getMinimumVerticalJust()
minimumVerticalJust of the TemplateForPageTemplate
-
setMinimumVerticalJust
public void setMinimumVerticalJust(java.lang.Double minimumVerticalJust)
-
getStylesVerticalJust
public java.lang.String getStylesVerticalJust()
stylesVerticalJust of the TemplateForPageTemplate
-
setStylesVerticalJust
public void setStylesVerticalJust(java.lang.String stylesVerticalJust)
-
getMinimumVerticalJustEnabled
public java.lang.Integer getMinimumVerticalJustEnabled()
minimumVerticalJustEnabled of the TemplateForPageTemplate
-
setMinimumVerticalJustEnabled
public void setMinimumVerticalJustEnabled(java.lang.Integer minimumVerticalJustEnabled)
-
getStylesVerticalJustEnabled
public java.lang.Integer getStylesVerticalJustEnabled()
stylesVerticalJustEnabled of the TemplateForPageTemplate
-
setStylesVerticalJustEnabled
public void setStylesVerticalJustEnabled(java.lang.Integer stylesVerticalJustEnabled)
-
getHasMultipleObjects
public java.lang.Integer getHasMultipleObjects()
hasMultipleObjects of the TemplateForPageTemplate
-
setHasMultipleObjects
public void setHasMultipleObjects(java.lang.Integer hasMultipleObjects)
-
getHasMultipleFrames
public java.lang.Integer getHasMultipleFrames()
hasMultipleFrames of the TemplateForPageTemplate
-
setHasMultipleFrames
public void setHasMultipleFrames(java.lang.Integer hasMultipleFrames)
-
getBuildDirection
public java.lang.Integer getBuildDirection()
buildDirection of the TemplateForPageTemplate
-
setBuildDirection
public void setBuildDirection(java.lang.Integer buildDirection)
-
getMinimumDistX
public java.lang.Double getMinimumDistX()
minimumDistX of the TemplateForPageTemplate
-
setMinimumDistX
public void setMinimumDistX(java.lang.Double minimumDistX)
-
getMinimumDistY
public java.lang.Double getMinimumDistY()
minimumDistY of the TemplateForPageTemplate
-
setMinimumDistY
public void setMinimumDistY(java.lang.Double minimumDistY)
-
getJustificationEnabled
public java.lang.Integer getJustificationEnabled()
justificationEnabled of the TemplateForPageTemplate
-
setJustificationEnabled
public void setJustificationEnabled(java.lang.Integer justificationEnabled)
-
getJustificationX
public java.lang.Double getJustificationX()
justificationX of the TemplateForPageTemplate
-
setJustificationX
public void setJustificationX(java.lang.Double justificationX)
-
getJustificationY
public java.lang.Double getJustificationY()
justificationY of the TemplateForPageTemplate
-
setJustificationY
public void setJustificationY(java.lang.Double justificationY)
-
getJustificationScript
public java.lang.Integer getJustificationScript()
justificationScript of the TemplateForPageTemplate
-
setJustificationScript
public void setJustificationScript(java.lang.Integer justificationScript)
-
getbBox
public PageTemplateBbox getbBox()
bBox of the TemplateForPageTemplate
-
setbBox
public void setbBox(PageTemplateBbox bBox)
-
-