com.gentics.contentnode.rest.model.request
Class StartpageRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.StartpageRequest

public class StartpageRequest
extends java.lang.Object

Request to set a folder startpage


Constructor Summary
StartpageRequest()
          Empty constructor
 
Method Summary
 int getPageId()
          Get the startpage id
 void setPageId(int pageId)
          Set the startpage id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartpageRequest

public StartpageRequest()
Empty constructor

Method Detail

getPageId

public int getPageId()
Get the startpage id

Returns:
startpage id

setPageId

public void setPageId(int pageId)
Set the startpage id

Parameters:
pageId - startpage id


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.