public class PageCreateRequest extends Object
Constructor and Description |
---|
PageCreateRequest()
Constructor for JAXB
|
Modifier and Type | Method and Description |
---|---|
Integer |
getContentSetId()
Contentset ID of the page
|
String |
getDescription()
Description of the page
|
Boolean |
getFailOnDuplicate()
True if creating the page with a duplicate name will fail.
|
String |
getFileName()
Filename of the page
|
String |
getFolderId()
The ID of the folder, where the page shall be created.
|
String |
getLanguage()
Language of the created page
|
Integer |
getNodeId()
Id of the node we want to create page in.
|
String |
getPageName()
Name of the page
|
Integer |
getPriority()
Priority of the page
|
Integer |
getTemplateId()
Id of the template the created page shall use
|
Integer |
getVariantChannelId()
The channel of the source page of the variant.
|
Integer |
getVariantId()
Id of the page, this page shall be a variant of
|
boolean |
isForceExtension()
Whether or not the automatic extension generation should be overridden.
|
void |
setContentSetId(Integer contentSetId)
Set the contentSetId of the page
|
void |
setDescription(String description)
Set the description of the page
|
void |
setFailOnDuplicate(Boolean failOnDuplicate)
Set whether creating shall fail on duplicate names
|
void |
setFileName(String fileName)
Set the filename
|
void |
setFolderId(String folderId) |
void |
setForceExtension(boolean forceExtension)
Set whether or not the automatic extension generation should be
overridden.
|
void |
setLanguage(String language) |
void |
setNodeId(Integer nodeId)
Set the node id of the page
|
void |
setPageName(String pageName)
Set the pagename
|
void |
setPriority(Integer priority)
Set the priority of the page
|
void |
setTemplateId(Integer templateId) |
void |
setVariantChannelId(Integer variantChannelId)
Set the source channel for the page to create
|
void |
setVariantId(Integer variantId) |
public String getFolderId()
public Integer getTemplateId()
public Integer getVariantId()
public String getLanguage()
public void setFolderId(String folderId)
folderId
- the folderId to setpublic void setTemplateId(Integer templateId)
templateId
- the templateId to setpublic void setVariantId(Integer variantId)
variantId
- public void setLanguage(String language)
language
- the language to setpublic void setNodeId(Integer nodeId)
nodeId
- public Integer getNodeId()
public String getPageName()
public void setPageName(String pageName)
pageName
- public String getFileName()
public void setFileName(String fileName)
fileName
- public boolean isForceExtension()
public void setForceExtension(boolean forceExtension)
forceExtension
- public String getDescription()
public void setDescription(String description)
description
- public Integer getPriority()
public void setPriority(Integer priority)
priority
- the page priotirypublic Integer getContentSetId()
public void setContentSetId(Integer contentSetId)
contentSetId
- public Boolean getFailOnDuplicate()
public void setFailOnDuplicate(Boolean failOnDuplicate)
failOnDuplicate
- true to fail on duplicate namespublic Integer getVariantChannelId()
public void setVariantChannelId(Integer variantChannelId)
variantChannelId
- Copyright © 2017 Gentics Software. All rights reserved.