com.gentics.contentnode.rest.model.migration
Class MigrationPostProcessor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MigrationPostProcessor
public MigrationPostProcessor()
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.