com.gentics.contentnode.rest.model.migration
Class MigrationPostProcessor
java.lang.Object
com.gentics.contentnode.rest.model.migration.MigrationPostProcessor
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<MigrationPostProcessor>
public class MigrationPostProcessor
- extends java.lang.Object
- implements java.lang.Comparable<MigrationPostProcessor>, java.io.Serializable
Model for a TagTypeMigrationPostProcessor
- Author:
- johannes2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MigrationPostProcessor
public MigrationPostProcessor()
- Create an empty instance
MigrationPostProcessor
public MigrationPostProcessor(java.lang.String className,
java.lang.Integer orderId)
- Create an instance with classname and order id
- Parameters:
className
- classnameorderId
- order id
getClassName
public java.lang.String getClassName()
setClassName
public void setClassName(java.lang.String className)
getOrderId
public java.lang.Integer getOrderId()
setOrderId
public void setOrderId(java.lang.Integer orderId)
compareTo
public int compareTo(MigrationPostProcessor o)
- Specified by:
compareTo
in interface java.lang.Comparable<MigrationPostProcessor>
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.