com.gentics.contentnode.rest.model.request.migration
Class MigrationTagsRequest

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

public class MigrationTagsRequest
extends Object

Request object for a request to retrieve tag types for tag migration

Author:
Taylor

Constructor Summary
MigrationTagsRequest()
           
 
Method Summary
 List<Integer> getIds()
          Get the object ids
 String getType()
          Get the item type
 void setIds(List<Integer> ids)
          Set the object ids
 void setType(String type)
          Set the object type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationTagsRequest

public MigrationTagsRequest()
Method Detail

getType

public String getType()
Get the item type

Returns:
type

setType

public void setType(String type)
Set the object type

Parameters:
type -

getIds

public List<Integer> getIds()
Get the object ids

Returns:
object ids

setIds

public void setIds(List<Integer> ids)
Set the object ids

Parameters:
ids -


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.