Package org.apache.ibatis.migration
Class Change
java.lang.Object
org.apache.ibatis.migration.Change
- All Implemented Interfaces:
Comparable<Change>
-
Constructor Summary
ConstructorsConstructorDescriptionChange()Change(BigDecimal id) Change(BigDecimal id, String appliedTimestamp, String description) -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetId()inthashCode()voidsetAppliedTimestamp(String appliedTimestamp) voidsetDescription(String description) voidsetFilename(String filename) voidsetId(BigDecimal id) toString()
-
Constructor Details
-
Change
public Change() -
Change
-
Change
-
Change
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
getAppliedTimestamp
-
setAppliedTimestamp
-
getFilename
-
setFilename
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Change>
-