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

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.TagCreateRequest
Direct Known Subclasses:
ContentTagCreateRequest

public class TagCreateRequest
extends Object

Tag create request

Author:
norbert

Constructor Summary
TagCreateRequest()
          Create an empty instance
 
Method Summary
 Integer getConstructId()
           
 String getKeyword()
           
 String getMagicValue()
          Get the magic value
 void setConstructId(Integer constructId)
           
 void setKeyword(String keyword)
           
 void setMagicValue(String magicValue)
          Set the magic value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagCreateRequest

public TagCreateRequest()
Create an empty instance

Method Detail

setMagicValue

public void setMagicValue(String magicValue)
Set the magic value

Parameters:
magicValue - magic value

getMagicValue

public String getMagicValue()
Get the magic value

Returns:
magic value

getConstructId

public Integer getConstructId()
Returns:
the constructId

setConstructId

public void setConstructId(Integer constructId)
Parameters:
constructId - the constructId to set

getKeyword

public String getKeyword()
Returns:
the keyword

setKeyword

public void setKeyword(String keyword)
Parameters:
keyword - the keyword to set


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.