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

java.lang.Object
  extended by com.gentics.contentnode.rest.model.migration.MigrationPostProcessor
All Implemented Interfaces:
Serializable, Comparable<MigrationPostProcessor>

public class MigrationPostProcessor
extends Object
implements Comparable<MigrationPostProcessor>, Serializable

Model for a TagTypeMigrationPostProcessor

Author:
johannes2
See Also:
Serialized Form

Constructor Summary
MigrationPostProcessor()
          Create an empty instance
MigrationPostProcessor(String className, Integer orderId)
          Create an instance with classname and order id
 
Method Summary
 int compareTo(MigrationPostProcessor o)
           
 String getClassName()
           
 Integer getOrderId()
           
 void setClassName(String className)
           
 void setOrderId(Integer orderId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationPostProcessor

public MigrationPostProcessor()
Create an empty instance


MigrationPostProcessor

public MigrationPostProcessor(String className,
                              Integer orderId)
Create an instance with classname and order id

Parameters:
className - classname
orderId - order id
Method Detail

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getOrderId

public Integer getOrderId()

setOrderId

public void setOrderId(Integer orderId)

compareTo

public int compareTo(MigrationPostProcessor o)
Specified by:
compareTo in interface Comparable<MigrationPostProcessor>


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.