liquibase.changelog
Class RanChangeSet

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAuthor()
           
 String getChangeLog()
           
 String getComments()
           
 ContextExpression getContextExpression()
           
 Date getDateExecuted()
           
 String getDeploymentId()
           
 String getDescription()
           
 ChangeSet.ExecType getExecType()
           
 String getId()
           
 Labels getLabels()
           
 CheckSum getLastCheckSum()
           
 Integer getOrderExecuted()
           
 String getTag()
           
 int hashCode()
           
 boolean isSameAs(ChangeSet changeSet)
           
 void setComments(String comments)
           
 void setDeploymentId(String deploymentId)
           
 void setDescription(String description)
           
 void setOrderExecuted(Integer orderExecuted)
           
 void setTag(String tag)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.