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