public class MigrationEntryImpl extends Object implements org.jbpm.services.api.admin.MigrationEntry, Serializable
| Constructor and Description |
|---|
MigrationEntryImpl(Date timestamp,
String message,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Date |
getTimestamp() |
String |
getType() |
void |
setMessage(String message) |
void |
setTimestamp(Date timestamp) |
void |
setType(String type) |
public Date getTimestamp()
getTimestamp in interface org.jbpm.services.api.admin.MigrationEntrypublic void setTimestamp(Date timestamp)
public String getMessage()
getMessage in interface org.jbpm.services.api.admin.MigrationEntrypublic void setMessage(String message)
public String getType()
getType in interface org.jbpm.services.api.admin.MigrationEntrypublic void setType(String type)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.