public class MigrationPostProcessor extends Object implements Comparable<MigrationPostProcessor>, Serializable
Constructor and Description |
---|
MigrationPostProcessor()
Create an empty instance
|
MigrationPostProcessor(String className,
Integer orderId)
Create an instance with classname and order id
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MigrationPostProcessor o) |
String |
getClassName() |
Integer |
getOrderId() |
void |
setClassName(String className) |
void |
setOrderId(Integer orderId) |
public String getClassName()
public void setClassName(String className)
public Integer getOrderId()
public void setOrderId(Integer orderId)
public int compareTo(MigrationPostProcessor o)
compareTo
in interface Comparable<MigrationPostProcessor>
Copyright © 2024 Gentics Software. All rights reserved.