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

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

public class MigrationPartsResponse
extends GenericResponse

Response to request to load parts for a given tag

Author:
Taylor

Constructor Summary
MigrationPartsResponse()
          Constructor used by JAXB
MigrationPartsResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
 
Method Summary
 List<Part> getParts()
          Returns the list of parts for this response
 void setParts(List<Part> parts)
          Sets the list of parts for this reponse
 
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

MigrationPartsResponse

public MigrationPartsResponse()
Constructor used by JAXB


MigrationPartsResponse

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

Parameters:
message - message
responseInfo - response info
Method Detail

getParts

public List<Part> getParts()
Returns the list of parts for this response

Returns:

setParts

public void setParts(List<Part> parts)
Sets the list of parts for this reponse

Parameters:
parts -


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.