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()
          Constructor used by JAXB
PossiblePartMappingsResponse(Message message, ResponseInfo responseInfo)
           
 
Method Summary
 Map<Integer,List<Part>> getPossibleMappings()
          Returns the map of possible parts per part id
 void setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
          Set the map of possible part types
 
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()
Constructor used by JAXB


PossiblePartMappingsResponse

public PossiblePartMappingsResponse(Message message,
                                    ResponseInfo responseInfo)
Parameters:
message -
responseInfo -
Method Detail

setPossibleMapping

public void setPossibleMapping(Map<Integer,List<Part>> possibleMappings)
Set the map of possible part types

Parameters:
possibleMappings -

getPossibleMappings

public Map<Integer,List<Part>> getPossibleMappings()
Returns the map of possible parts per part id

Returns:


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.