com.gentics.contentnode.rest.model.migration
Class MigrationPartMapping

java.lang.Object
  extended by com.gentics.contentnode.rest.model.migration.MigrationPartMapping
All Implemented Interfaces:
java.io.Serializable

public class MigrationPartMapping
extends java.lang.Object
implements java.io.Serializable

The tagtype migration part mapping model

Author:
johannes2
See Also:
Serialized Form

Field Summary
static java.lang.String NOT_MAPPED_TYPE_FLAG
           
 
Constructor Summary
MigrationPartMapping()
          Default constructor
 
Method Summary
 java.lang.Integer getFromPartId()
           
 java.lang.String getPartMappingType()
           
 java.lang.Integer getToPartId()
           
 boolean isMarkedAsNotMapped()
          Checks whether this part mapping was marked as not mapped.
 void setFromPartId(java.lang.Integer fromPartId)
           
 void setPartMappingType(java.lang.String partMappingType)
           
 void setToPartId(java.lang.Integer toPartId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_MAPPED_TYPE_FLAG

public static final java.lang.String NOT_MAPPED_TYPE_FLAG
See Also:
Constant Field Values
Constructor Detail

MigrationPartMapping

public MigrationPartMapping()
Default constructor

Method Detail

getFromPartId

public java.lang.Integer getFromPartId()

setFromPartId

public void setFromPartId(java.lang.Integer fromPartId)

getToPartId

public java.lang.Integer getToPartId()

setToPartId

public void setToPartId(java.lang.Integer toPartId)

getPartMappingType

public java.lang.String getPartMappingType()

setPartMappingType

public void setPartMappingType(java.lang.String partMappingType)

isMarkedAsNotMapped

public boolean isMarkedAsNotMapped()
Checks whether this part mapping was marked as not mapped. This is done by setting the correct part mapping type flag

Returns:


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.