public class CodePreviewChange extends AbstractPreviewChange
author, id, legacy, order, recovery, runAlways, source, sourceFile, system, targetSystem, transactionalFlag| Constructor and Description |
|---|
CodePreviewChange() |
CodePreviewChange(java.lang.String id,
java.lang.String order,
java.lang.String author,
java.lang.String sourceClassPath,
java.lang.String sourceFile,
PreviewConstructor previewConstructor,
PreviewMethod applyPreviewMethod,
PreviewMethod rollbackPreviewMethod,
boolean runAlways,
java.lang.Boolean transactional,
boolean system,
TargetSystemDescriptor targetSystem,
RecoveryDescriptor recovery,
boolean legacy) |
| Modifier and Type | Method and Description |
|---|---|
PreviewMethod |
getApplyPreviewMethod() |
PreviewConstructor |
getPreviewConstructor() |
PreviewMethod |
getRollbackPreviewMethod() |
java.lang.String |
getSourcePackage() |
java.lang.String |
pretty() |
void |
setApplyPreviewMethod(PreviewMethod applyPreviewMethod) |
void |
setPreviewConstructor(PreviewConstructor previewConstructor) |
void |
setRollbackMethodName(PreviewMethod rollbackMethodName) |
java.lang.String |
toString() |
equals, getAuthor, getId, getOrder, getRecovery, getSource, getSourceFile, getTargetSystem, getTransactionalFlag, hashCode, isLegacy, isRunAlways, isSystem, setAuthor, setId, setLegacy, setOrder, setRecovery, setRunAlways, setSource, setSourceFile, setSystem, setTargetSystem, setTransactionalFlagclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, isSortable, isStandardpublic CodePreviewChange()
public CodePreviewChange(java.lang.String id,
java.lang.String order,
java.lang.String author,
java.lang.String sourceClassPath,
java.lang.String sourceFile,
PreviewConstructor previewConstructor,
PreviewMethod applyPreviewMethod,
PreviewMethod rollbackPreviewMethod,
boolean runAlways,
java.lang.Boolean transactional,
boolean system,
TargetSystemDescriptor targetSystem,
RecoveryDescriptor recovery,
boolean legacy)
public PreviewConstructor getPreviewConstructor()
public void setPreviewConstructor(PreviewConstructor previewConstructor)
public PreviewMethod getApplyPreviewMethod()
public void setApplyPreviewMethod(PreviewMethod applyPreviewMethod)
public PreviewMethod getRollbackPreviewMethod()
public void setRollbackMethodName(PreviewMethod rollbackMethodName)
public java.lang.String getSourcePackage()
public java.lang.String pretty()
pretty in interface ChangeDescriptorpretty in class AbstractPreviewChangepublic java.lang.String toString()
toString in class AbstractPreviewChange