public class MigrationEntry extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MigrationEntry.Type |
Constructor and Description |
---|
MigrationEntry(MigrationEntry.Type type,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Date |
getTimestamp() |
MigrationEntry.Type |
getType() |
void |
setMessage(String message) |
void |
setTimestamp(Date timestamp) |
void |
setType(MigrationEntry.Type type) |
String |
toString() |
public MigrationEntry(MigrationEntry.Type type, String message)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getMessage()
public void setMessage(String message)
public MigrationEntry.Type getType()
public void setType(MigrationEntry.Type type)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.