Package org.apache.ibatis.migration
Class Change
java.lang.Object
org.apache.ibatis.migration.Change
- All Implemented Interfaces:
Comparable<Change>
-
Constructor Summary
ConstructorDescriptionChange()
Change
(BigDecimal id) Change
(BigDecimal id, String appliedTimestamp, String description) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getId()
int
hashCode()
void
setAppliedTimestamp
(String appliedTimestamp) void
setDescription
(String description) void
setFilename
(String filename) void
setId
(BigDecimal id) toString()
-
Constructor Details
-
Change
public Change() -
Change
-
Change
-
Change
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
getAppliedTimestamp
-
setAppliedTimestamp
-
getFilename
-
setFilename
-
toString
-
equals
-
hashCode
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Change>
-