public class FolderCreateRequest extends Object
Constructor and Description |
---|
FolderCreateRequest()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getLanguage() |
String |
getMotherId() |
String |
getName() |
Integer |
getNodeId() |
String |
getPublishDir() |
Integer |
getTemplateId() |
boolean |
isFailOnDuplicate() |
boolean |
isStartpage() |
void |
setDescription(String description) |
void |
setFailOnDuplicate(boolean failOnDuplicate) |
void |
setLanguage(String language) |
void |
setMotherId(String motherId) |
void |
setName(String name) |
void |
setNodeId(Integer nodeId) |
void |
setPublishDir(String publishDir) |
void |
setStartpage(boolean startpage) |
void |
setTemplateId(Integer templateId) |
public String getPublishDir()
public void setPublishDir(String publishDir)
publishDir
- the publishDir to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic boolean isFailOnDuplicate()
public void setFailOnDuplicate(boolean failOnDuplicate)
failOnDuplicate
- the failOnDuplicate to setpublic String getName()
public void setName(String name)
public void setMotherId(String motherId)
public String getMotherId()
public boolean isStartpage()
public void setStartpage(boolean startpage)
public void setTemplateId(Integer templateId)
public Integer getTemplateId()
public String getLanguage()
public void setLanguage(String language)
public Integer getNodeId()
public void setNodeId(Integer nodeId)
Copyright © 2015 Gentics Software GmbH. All rights reserved.