public class PSDSequenceArrow extends PSDArrow
Constructor and Description |
---|
PSDSequenceArrow(java.util.Date beginTimestamp,
java.util.Date endTimestamp,
java.lang.String source,
java.lang.String destination)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Checks whether an arrow is equal to another one
|
java.util.Date |
getBeginTimestamp()
Returns the begin timestamp of this block
|
java.util.Date |
getEndTimestamp()
Returns the end timestamp of this block
|
long |
getTimeIn()
Returns the duration of the transfer of work
|
void |
setBeginTimestamp(java.util.Date beginTimestamp) |
void |
setEndTimestamp(java.util.Date endTimestamp) |
drawArrow, getDestination, getDestinationBlock, getEndAt, getSource, getSourceBlock, getStartAt, isOnLine, setDestinationBlock, setEndAt, setSourceBlock, setStartAt
public PSDSequenceArrow(java.util.Date beginTimestamp, java.util.Date endTimestamp, java.lang.String source, java.lang.String destination)
beginTimestamp
- DateendTimestamp
- Datesource
- Stringdestination
- Stringpublic long getTimeIn()
public java.util.Date getBeginTimestamp()
public void setBeginTimestamp(java.util.Date beginTimestamp)
beginTimestamp
- Datepublic java.util.Date getEndTimestamp()
public void setEndTimestamp(java.util.Date endTimestamp)
endTimestamp
- Datepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object