public class MigrationEntryImpl extends Object implements MigrationEntry, Serializable
| Constructor and Description |
|---|
MigrationEntryImpl(Date timestamp,
String message,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns actual message of the entry
|
Date |
getTimestamp()
Return timestamp of the entry - when it was created
|
String |
getType()
Returns type of the entry - INFO, WARN, ERROR
|
void |
setMessage(String message) |
void |
setTimestamp(Date timestamp) |
void |
setType(String type) |
public Date getTimestamp()
MigrationEntrygetTimestamp in interface MigrationEntrypublic void setTimestamp(Date timestamp)
public String getMessage()
MigrationEntrygetMessage in interface MigrationEntrypublic void setMessage(String message)
public String getType()
MigrationEntrygetType in interface MigrationEntrypublic void setType(String type)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.