public class ChangeLogProperty extends AbstractLiquibaseSerializable implements ChangeLogChild
LiquibaseSerializable.SerializationType
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
Constructor and Description |
---|
ChangeLogProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Deprecated.
alias for
getContextFilter() |
String |
getContextFilter() |
String |
getDbms() |
String |
getFile() |
Boolean |
getGlobal() |
String |
getLabels() |
String |
getName() |
Boolean |
getRelativeToChangelogFile() |
Set<String> |
getSerializableFields() |
String |
getSerializedObjectName() |
String |
getSerializedObjectNamespace() |
String |
getValue() |
void |
setContext(String context)
Deprecated.
alias for
setContextFilter(String) |
ChangeLogProperty |
setContextFilter(String contextFilter) |
void |
setDbms(String dbms) |
void |
setFile(String file) |
void |
setGlobal(Boolean global) |
void |
setLabels(String labels) |
void |
setName(String name) |
void |
setRelativeToChangelogFile(Boolean getRelativeToChangelogFile) |
void |
setValue(String value) |
convertEscaped, getSerializableFieldDataTypeClass, getSerializableFieldDataTypeClassParameters, getSerializableFieldNamespace, getSerializableFieldType, getSerializableFieldValue, load, serialize, serializeValue, setSerializableFieldValue, shouldAutoLoad
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSerializableFieldNamespace, getSerializableFieldType, getSerializableFieldValue, load, serialize
public Set<String> getSerializableFields()
getSerializableFields
in interface LiquibaseSerializable
getSerializableFields
in class AbstractLiquibaseSerializable
public String getSerializedObjectName()
getSerializedObjectName
in interface LiquibaseSerializable
public String getSerializedObjectNamespace()
getSerializedObjectNamespace
in interface LiquibaseSerializable
public String getFile()
public void setFile(String file)
public Boolean getRelativeToChangelogFile()
public void setRelativeToChangelogFile(Boolean getRelativeToChangelogFile)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
@Deprecated public String getContext()
getContextFilter()
@Deprecated public void setContext(String context)
setContextFilter(String)
public String getContextFilter()
public ChangeLogProperty setContextFilter(String contextFilter)
public String getLabels()
public void setLabels(String labels)
public String getDbms()
public void setDbms(String dbms)
public Boolean getGlobal()
public void setGlobal(Boolean global)
Copyright © 2023 Liquibase.org. All rights reserved.