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()
MigrationEntry
getTimestamp
in interface MigrationEntry
public void setTimestamp(Date timestamp)
public String getMessage()
MigrationEntry
getMessage
in interface MigrationEntry
public void setMessage(String message)
public String getType()
MigrationEntry
getType
in interface MigrationEntry
public void setType(String type)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.