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

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

public class ContentTagCreateRequest
extends TagCreateRequest

Request to create a content tag in a page


Constructor Summary
ContentTagCreateRequest()
          Empty constructor
 
Method Summary
 java.lang.String getCopyPageId()
           
 java.lang.String getCopyTagname()
           
 void setCopyPageId(java.lang.String copyPageId)
           
 void setCopyTagname(java.lang.String copyTagname)
           
 
Methods inherited from class com.gentics.contentnode.rest.model.request.TagCreateRequest
getConstructId, getKeyword, getMagicValue, setConstructId, setKeyword, setMagicValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTagCreateRequest

public ContentTagCreateRequest()
Empty constructor

Method Detail

getCopyPageId

public java.lang.String getCopyPageId()
Returns:
the copyPageId

setCopyPageId

public void setCopyPageId(java.lang.String copyPageId)
Parameters:
copyPageId - the copyPageId to set

getCopyTagname

public java.lang.String getCopyTagname()
Returns:
the copyTagname

setCopyTagname

public void setCopyTagname(java.lang.String copyTagname)
Parameters:
copyTagname - the copyTagname to set


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.