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 StringgetMessage()Returns actual message of the entryDategetTimestamp()Return timestamp of the entry - when it was createdStringgetType()Returns type of the entry - INFO, WARN, ERRORvoidsetMessage(String message)voidsetTimestamp(Date timestamp)voidsetType(String type)
-
-
-
Method Detail
-
getTimestamp
public Date getTimestamp()
Description copied from interface:MigrationEntryReturn timestamp of the entry - when it was created- Specified by:
getTimestampin interfaceMigrationEntry- Returns:
- entry timestamp
-
setTimestamp
public void setTimestamp(Date timestamp)
-
getMessage
public String getMessage()
Description copied from interface:MigrationEntryReturns actual message of the entry- Specified by:
getMessagein interfaceMigrationEntry- Returns:
- entry message
-
setMessage
public void setMessage(String message)
-
getType
public String getType()
Description copied from interface:MigrationEntryReturns type of the entry - INFO, WARN, ERROR- Specified by:
getTypein interfaceMigrationEntry- Returns:
- entry
-
setType
public void setType(String type)
-
-