public class DelayedLaunchRecord extends java.lang.Object implements java.lang.Comparable<DelayedLaunchRecord>
Constructor and Description |
---|
DelayedLaunchRecord() |
DelayedLaunchRecord(YSpecificationID specID,
java.lang.String handle,
java.util.Date delay) |
DelayedLaunchRecord(YSpecificationID specID,
java.lang.String handle,
javax.xml.datatype.Duration delay) |
DelayedLaunchRecord(YSpecificationID specID,
java.lang.String handle,
long delay) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DelayedLaunchRecord other) |
boolean |
equals(java.lang.Object o) |
YSpecificationID |
getSpecID() |
int |
hashCode() |
void |
logCaseLaunch(java.lang.String caseID) |
void |
setSpecID(YSpecificationID specID) |
public DelayedLaunchRecord()
public DelayedLaunchRecord(YSpecificationID specID, java.lang.String handle, long delay)
public DelayedLaunchRecord(YSpecificationID specID, java.lang.String handle, java.util.Date delay)
public DelayedLaunchRecord(YSpecificationID specID, java.lang.String handle, javax.xml.datatype.Duration delay)
public YSpecificationID getSpecID()
public void setSpecID(YSpecificationID specID)
public void logCaseLaunch(java.lang.String caseID)
public int compareTo(DelayedLaunchRecord other)
compareTo
in interface java.lang.Comparable<DelayedLaunchRecord>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2004-2014 The YAWL Foundation.