com.gentics.contentnode.rest.model.response.migration
Class MigrationTagsResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.migration.MigrationTagsResponse

public class MigrationTagsResponse
extends GenericResponse

Response to request to load tags for a list of objects

Author:
Taylor

Constructor Summary
MigrationTagsResponse()
          Constructor used by JAXB
MigrationTagsResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
 
Method Summary
 void addTagType(Integer id, Construct tag)
          Add a tag to the tags HashMap
 Map<Integer,Construct> getTagTypes()
          Returns the map of tagtypes.
 void setTagTypes(Map<Integer,Construct> tags)
          Returns the map of tagtypes
 
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationTagsResponse

public MigrationTagsResponse()
Constructor used by JAXB


MigrationTagsResponse

public MigrationTagsResponse(Message message,
                             ResponseInfo responseInfo)
Create an instance of the response with single message and response info

Parameters:
message - message
responseInfo - response info
Method Detail

addTagType

public void addTagType(Integer id,
                       Construct tag)
Add a tag to the tags HashMap

Parameters:
id - id of the tag to add
tag - tag to add

getTagTypes

public Map<Integer,Construct> getTagTypes()
Returns the map of tagtypes.

Returns:

setTagTypes

public void setTagTypes(Map<Integer,Construct> tags)
Returns the map of tagtypes

Parameters:
tags -


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.