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

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

public class PossiblePartMappingsResponse
extends GenericResponse

Response for possible part type mapping requests

Author:
johannes2

Constructor Summary
PossiblePartMappingsResponse()
           
PossiblePartMappingsResponse(Message message, ResponseInfo responseInfo)
           
 
Method Summary
 Map<Integer,List<Part>> getPossibleMappings()
           
 void setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
           
 
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

PossiblePartMappingsResponse

public PossiblePartMappingsResponse()

PossiblePartMappingsResponse

public PossiblePartMappingsResponse(Message message,
                                    ResponseInfo responseInfo)
Method Detail

setPossibleMapping

public void setPossibleMapping(Map<Integer,List<Part>> possibleMappings)

getPossibleMappings

public Map<Integer,List<Part>> getPossibleMappings()


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.