public static class DatabaseUpdater.OpenMRSChangeSet extends Object
Constructor and Description |
---|
OpenMRSChangeSet(liquibase.changelog.ChangeSet changeSet,
liquibase.database.Database database)
Create an OpenmrsChangeSet from the given changeset
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getComments() |
String |
getDescription() |
String |
getId() |
Date |
getRanDate() |
liquibase.changelog.ChangeSet.RunStatus |
getRunStatus() |
void |
setAuthor(String author) |
void |
setComments(String comments) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setRanDate(Date ranDate) |
void |
setRunStatus(liquibase.changelog.ChangeSet.RunStatus runStatus) |
public String getAuthor()
public void setAuthor(String author)
author
- the author to setpublic String getComments()
public void setComments(String comments)
comments
- the comments to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic liquibase.changelog.ChangeSet.RunStatus getRunStatus()
public void setRunStatus(liquibase.changelog.ChangeSet.RunStatus runStatus)
runStatus
- the runStatus to setpublic Date getRanDate()
public void setRanDate(Date ranDate)
ranDate
- the ranDate to setpublic String getId()
public void setId(String id)
id
- the id to setCopyright © 2024 OpenMRS Inc.. All rights reserved.