com.gentics.contentnode.rest.model.response.migration
Class MigrationPartsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- messageresponseInfo
- response info
getParts
public List<Part> getParts()
setParts
public void setParts(List<Part> parts)
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.