public class FolderCreateRequest extends Object
Constructor and Description |
---|
FolderCreateRequest()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Map<String,String> |
getDescriptionI18n()
Map of translated descriptions (keys are the language codes)
|
String |
getLanguage() |
String |
getMotherId() |
String |
getName() |
Map<String,String> |
getNameI18n()
Map of translated names (keys are the language codes)
|
Integer |
getNodeId() |
String |
getPublishDir() |
Map<String,String> |
getPublishDirI18n()
Map of translated publish directories (keys are the language codes)
|
Integer |
getTemplateId() |
boolean |
isFailOnDuplicate() |
boolean |
isStartpage() |
void |
setDescription(String description) |
void |
setDescriptionI18n(Map<String,String> descriptionI18n)
Set translated descriptions
|
void |
setFailOnDuplicate(boolean failOnDuplicate) |
void |
setLanguage(String language) |
void |
setMotherId(String motherId) |
void |
setName(String name) |
void |
setNameI18n(Map<String,String> nameI18n)
Set translated names
|
void |
setNodeId(Integer nodeId) |
void |
setPublishDir(String publishDir) |
void |
setPublishDirI18n(Map<String,String> publishDirI18n)
Set translated publish directories
|
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)
public Map<String,String> getNameI18n()
public void setNameI18n(Map<String,String> nameI18n)
nameI18n
- map of translationspublic Map<String,String> getDescriptionI18n()
public void setDescriptionI18n(Map<String,String> descriptionI18n)
descriptionI18n
- map of translationspublic Map<String,String> getPublishDirI18n()
Copyright © 2024 Gentics Software. All rights reserved.