Class PageCopyResultInfo
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.page.PageCopyResultInfo
-
public class PageCopyResultInfo extends Object
The page copy result info contains information about each copy action that has taken place during a page copy call. When a page is copied to multiple folders multiple objects of this class will be added to the page copy response.
-
-
Constructor Summary
Constructors Constructor Description PageCopyResultInfo()
Empty constructor needed by JAXB
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getNewPageId()
Returns the page id of the newly created copyInteger
getSourcePageId()
Returns the source page id of the page that was used for creating the copyInteger
getTargetFolderChannelId()
Returns the folder channel id for the parent folder of the page copyInteger
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 copyvoid
setSourcePageId(Integer sourcePageId)
Set the source page id of the page that was used for creating the copyvoid
setTargetFolderChannelId(Integer targetFolderChannelId)
Set the channel id for the parent folder of the page copyvoid
setTargetFolderId(Integer targetFolderId)
Set the target folder id for the folder in which the copy was created.
-
-
-
Method Detail
-
getNewPageId
public Integer getNewPageId()
Returns the page id of the newly created copy- Returns:
-
setNewPageId
public void setNewPageId(Integer newPageId)
Set the page id for the newly created copy- Parameters:
newPageId
-
-
getTargetFolderId
public Integer getTargetFolderId()
Return the target folder id in which the page copy was created.- Returns:
-
setTargetFolderId
public void setTargetFolderId(Integer targetFolderId)
Set the target folder id for the folder in which the copy was created.- Parameters:
folderTargetId
-
-
getTargetFolderChannelId
public Integer getTargetFolderChannelId()
Returns the folder channel id for the parent folder of the page copy- Returns:
-
setTargetFolderChannelId
public void setTargetFolderChannelId(Integer targetFolderChannelId)
Set the channel id for the parent folder of the page copy- Parameters:
folderChannelId
-
-
getSourcePageId
public Integer getSourcePageId()
Returns the source page id of the page that was used for creating the copy- Returns:
-
setSourcePageId
public void setSourcePageId(Integer sourcePageId)
Set the source page id of the page that was used for creating the copy- Parameters:
sourcePageId
-
-
-