public class PageCopyResultInfo extends Object
Constructor and Description |
---|
PageCopyResultInfo()
Empty constructor needed by JAXB
|
Modifier and Type | Method and Description |
---|---|
Integer |
getNewPageId()
Returns the page id of the newly created copy
|
Integer |
getSourcePageId()
Returns the source page id of the page that was used for creating the
copy
|
Integer |
getTargetFolderChannelId()
Returns the folder channel id for the parent folder of the page copy
|
Integer |
getTargetFolderId()
Return the target folder id in which the page copy was created.
|
void |
setNewPageId(Integer newPageId)
Set the page id for the newly created copy
|
void |
setSourcePageId(Integer sourcePageId)
Set the source page id of the page that was used for creating the copy
|
void |
setTargetFolderChannelId(Integer targetFolderChannelId)
Set the channel id for the parent folder of the page copy
|
void |
setTargetFolderId(Integer targetFolderId)
Set the target folder id for the folder in which the copy was created.
|
public Integer getNewPageId()
public void setNewPageId(Integer newPageId)
newPageId
- public Integer getTargetFolderId()
public void setTargetFolderId(Integer targetFolderId)
folderTargetId
- public Integer getTargetFolderChannelId()
public void setTargetFolderChannelId(Integer targetFolderChannelId)
folderChannelId
- public Integer getSourcePageId()
public void setSourcePageId(Integer sourcePageId)
sourcePageId
- Copyright © 2024 Gentics Software. All rights reserved.