public class MilestoneRepresentation extends AbstractRepresentation
protected String
name
state
protected Date
timestamp
MilestoneRepresentation(String name, String state, Date timestamp)
String
getName()
getState()
Date
getTimestamp()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
protected String state
protected Date timestamp
public MilestoneRepresentation(String name, String state, Date timestamp)
public String getName()
public String getState()
public Date getTimestamp()
Copyright © 2021 Flowable. All rights reserved.