public class PageCreateRequest extends Object
Constructor and Description |
---|
PageCreateRequest()
Constructor for JAXB
|
Modifier and Type | Method and Description |
---|---|
Integer |
getContentSetId() |
String |
getDescription() |
Boolean |
getFailOnDuplicate()
True if creating the page with a duplicate name will fail.
|
String |
getFileName()
Return the filename
|
String |
getFolderId()
The ID of the folder, where the page shall be created.
|
String |
getLanguage() |
Integer |
getNodeId()
Return the node id of the page
|
String |
getPageName()
Return the pagename
|
Integer |
getPriority() |
Integer |
getTemplateId() |
Integer |
getVariantChannelId()
If a variant is created, the source page and its translation are taken from this channel.
|
Integer |
getVariantId() |
boolean |
isForceExtension()
If true, a filename extension matching the template is generated
|
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)
* @param forceExtension
|
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)
public String getDescription()
public void setDescription(String description)
description
- public Integer getPriority()
public void setPriority(Integer priority)
public 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 © 2016 Gentics Software. All rights reserved.