Package org.jbpm.kie.services.impl.admin
Class MigrationEntryImpl
- java.lang.Object
-
- org.jbpm.kie.services.impl.admin.MigrationEntryImpl
-
- All Implemented Interfaces:
Serializable
,MigrationEntry
public class MigrationEntryImpl extends Object implements MigrationEntry, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MigrationEntryImpl(Date timestamp, String message, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Returns actual message of the entryDate
getTimestamp()
Return timestamp of the entry - when it was createdString
getType()
Returns type of the entry - INFO, WARN, ERRORvoid
setMessage(String message)
void
setTimestamp(Date timestamp)
void
setType(String type)
-
-
-
Method Detail
-
getTimestamp
public Date getTimestamp()
Description copied from interface:MigrationEntry
Return timestamp of the entry - when it was created- Specified by:
getTimestamp
in interfaceMigrationEntry
- Returns:
- entry timestamp
-
setTimestamp
public void setTimestamp(Date timestamp)
-
getMessage
public String getMessage()
Description copied from interface:MigrationEntry
Returns actual message of the entry- Specified by:
getMessage
in interfaceMigrationEntry
- Returns:
- entry message
-
setMessage
public void setMessage(String message)
-
getType
public String getType()
Description copied from interface:MigrationEntry
Returns type of the entry - INFO, WARN, ERROR- Specified by:
getType
in interfaceMigrationEntry
- Returns:
- entry
-
setType
public void setType(String type)
-
-