liquibase.changelog
Class RanChangeSet
java.lang.Object
liquibase.changelog.RanChangeSet
public class RanChangeSet
- extends Object
Encapsulates information about a previously-ran change set. Used to build rollback statements.
Constructor Summary |
RanChangeSet(ChangeSet changeSet)
|
RanChangeSet(ChangeSet changeSet,
ChangeSet.ExecType execType,
ContextExpression contexts,
Labels labels)
|
RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType,
String description,
String comments,
ContextExpression contextExpression,
Labels labels,
String deploymentId)
|
RanChangeSet
public RanChangeSet(ChangeSet changeSet)
RanChangeSet
public RanChangeSet(ChangeSet changeSet,
ChangeSet.ExecType execType,
ContextExpression contexts,
Labels labels)
RanChangeSet
public RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType,
String description,
String comments,
ContextExpression contextExpression,
Labels labels,
String deploymentId)
getChangeLog
public String getChangeLog()
getId
public String getId()
getAuthor
public String getAuthor()
getLastCheckSum
public CheckSum getLastCheckSum()
getDateExecuted
public Date getDateExecuted()
getTag
public String getTag()
setTag
public void setTag(String tag)
getExecType
public ChangeSet.ExecType getExecType()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getComments
public String getComments()
setComments
public void setComments(String comments)
getContextExpression
public ContextExpression getContextExpression()
getLabels
public Labels getLabels()
getOrderExecuted
public Integer getOrderExecuted()
setOrderExecuted
public void setOrderExecuted(Integer orderExecuted)
getDeploymentId
public String getDeploymentId()
setDeploymentId
public void setDeploymentId(String deploymentId)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
isSameAs
public boolean isSameAs(ChangeSet changeSet)
Copyright © 2016 Liquibase.org. All rights reserved.