Class CometPageTemplate
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate
- All Implemented Interfaces:
Serializable
Java class for the Page Template configuration type
.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Class BBox.static classThe Class Id.static classThe Class Template.Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.CategoryNested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T> -
Field Summary
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIERFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new comet page template.CometPageTemplate(int id) Instantiates a new comet page template. -
Method Summary
Modifier and TypeMethodDescriptionvoidCheck minimal constraints.Gets the active.Gets the auto opposite.Gets the auto successor.Gets the barrier.Gets the document name.Gets the domain id.getLabel()Gets the label.Gets the margin bottom.Gets the margin left.Gets the margin right.Gets the margin top.Gets the masterpages.Gets the opposite.Gets the opposite id.Gets the owner id.Gets the page height.Gets the page num.Gets the page type.Gets the page width.Gets the repository filename.Gets the repository path.Gets the string id.Gets the successor.Gets the successor id.Gets the templates.voidSets the active.voidsetAutoOpposite(Boolean autoOpposite) Sets the auto opposite.voidsetAutoSuccessor(Boolean autoSuccessor) Sets the auto successor.voidsetBarrier(Integer barrier) Sets the barrier.voidsetDocumentName(String documentName) Sets the document name.voidsetDomainId(Integer domainId) Sets the domain id.voidSets the label.voidsetMarginBottom(Double marginBottom) Sets the margin bottom.voidsetMarginLeft(Double marginLeft) Sets the margin left.voidsetMarginRight(Double marginRight) Sets the margin right.voidsetMarginTop(Double marginTop) Sets the margin top.voidsetMasterpages(String masterpages) Sets the masterpages.voidsetOpposite(CometPageTemplate opposite) Sets the opposite.voidsetOppositeId(Integer opposite) Sets the opposite id.voidsetOwnerId(Integer ownerId) Sets the owner id.voidsetPageHeight(Double pageHeight) Sets the page height.voidsetPageNum(Integer pageNum) Sets the page num.voidsetPageType(Integer pageType) Sets the page type.voidsetPageWidth(Double pageWidth) Sets the page width.voidsetStringId(String stringId) Sets the string id.voidsetSuccessor(CometPageTemplate successor) Sets the successor.voidsetSuccessorId(Integer successor) Sets the successor id.voidsetTemplates(List<CometPageTemplate.Template> templates) Sets the templates.Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
CometPageTemplate
public CometPageTemplate()Instantiates a new comet page template. -
CometPageTemplate
public CometPageTemplate(int id) Instantiates a new comet page template.- Parameters:
id- the id
-
-
Method Details
-
checkMinimalConstraints
Check minimal constraints.- Overrides:
checkMinimalConstraintsin classCometEntity- Throws:
CometException- the comet exception
-
getActive
Gets the active.- Returns:
- the active
-
getAutoOpposite
Gets the auto opposite.- Returns:
- the auto opposite
-
getAutoSuccessor
Gets the auto successor.- Returns:
- the auto successor
-
getBarrier
Gets the barrier.- Returns:
- the barrier
-
getDocumentName
Gets the document name.- Returns:
- the document name
-
getDomainId
Gets the domain id.- Returns:
- the domain id
-
getLabel
Gets the label.- Returns:
- the label
-
getMarginBottom
Gets the margin bottom.- Returns:
- the margin bottom
-
getMarginLeft
Gets the margin left.- Returns:
- the margin left
-
getMarginRight
Gets the margin right.- Returns:
- the margin right
-
getMarginTop
Gets the margin top.- Returns:
- the margin top
-
getMasterpages
Gets the masterpages.- Returns:
- the masterpages
-
getOpposite
Gets the opposite.- Returns:
- the opposite
-
getOppositeId
Gets the opposite id.- Returns:
- the opposite id
-
getOwnerId
Gets the owner id.- Returns:
- the owner id
-
getPageHeight
Gets the page height.- Returns:
- the page height
-
getPageNum
Gets the page num.- Returns:
- the page num
-
getPageType
Gets the page type.- Returns:
- the page type
-
getPageWidth
Gets the page width.- Returns:
- the page width
-
getRepositoryFilename
Gets the repository filename.- Overrides:
getRepositoryFilenamein classCometEntity- Returns:
- the repository filename
- Throws:
CometException- the comet exception
-
getRepositoryPath
Gets the repository path.- Overrides:
getRepositoryPathin classCometEntity- Returns:
- the repository path
- Throws:
CometException- the comet exception
-
getStringId
Gets the string id.- Returns:
- the string id
-
getSuccessor
Gets the successor.- Returns:
- the successor
-
getSuccessorId
Gets the successor id.- Returns:
- the successor id
-
getTemplates
Gets the templates.- Returns:
- the templates
-
setActive
Sets the active.- Parameters:
active- the new active
-
setAutoOpposite
Sets the auto opposite.- Parameters:
autoOpposite- the new auto opposite
-
setAutoSuccessor
Sets the auto successor.- Parameters:
autoSuccessor- the new auto successor
-
setBarrier
Sets the barrier.- Parameters:
barrier- the new barrier
-
setDocumentName
Sets the document name.- Parameters:
documentName- the new document name
-
setDomainId
Sets the domain id.- Parameters:
domainId- the new domain id
-
setLabel
Sets the label.- Parameters:
label- the new label
-
setMarginBottom
Sets the margin bottom.- Parameters:
marginBottom- the new margin bottom
-
setMarginLeft
Sets the margin left.- Parameters:
marginLeft- the new margin left
-
setMarginRight
Sets the margin right.- Parameters:
marginRight- the new margin right
-
setMarginTop
Sets the margin top.- Parameters:
marginTop- the new margin top
-
setMasterpages
Sets the masterpages.- Parameters:
masterpages- the new masterpages
-
setOpposite
Sets the opposite.- Parameters:
opposite- the new opposite
-
setOppositeId
Sets the opposite id.- Parameters:
opposite- the new opposite id
-
setOwnerId
Sets the owner id.- Parameters:
ownerId- the new owner id
-
setPageHeight
Sets the page height.- Parameters:
pageHeight- the new page height
-
setPageNum
Sets the page num.- Parameters:
pageNum- the new page num
-
setPageType
Sets the page type.- Parameters:
pageType- the new page type
-
setPageWidth
Sets the page width.- Parameters:
pageWidth- the new page width
-
setStringId
Sets the string id.- Parameters:
stringId- the new string id
-
setSuccessor
Sets the successor.- Parameters:
successor- the new successor
-
setSuccessorId
Sets the successor id.- Parameters:
successor- the new successor id
-
setTemplates
Sets the templates.- Parameters:
templates- the new templates
-