public class PSDSequenceBlock extends PSDBlock
Constructor and Description |
---|
PSDSequenceBlock(java.util.Date beginTimestamp,
java.util.Date endTimestamp,
java.lang.String dataElement)
Constructor that initializes the block
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getBeginTimestamp()
Returns the begin timestamp of this block
|
java.util.Date |
getEndTimestamp()
Returns the end timestamp.
|
long |
getTimeIn()
Returns the duration of the period of activity
|
void |
setBeginTimestamp(java.util.Date beginTimestamp)
Sets the begin timestamp.
|
void |
setEndTimestamp(java.util.Date endTimestamp)
Sets the end timestamp
|
drawBlock, getDataElement, getInArrows, getOutArrows, getSimilarIndex, isInBlock, setEndAt, setInArrows, setOutArrows, setSimilarIndex, setStartAt
public PSDSequenceBlock(java.util.Date beginTimestamp, java.util.Date endTimestamp, java.lang.String dataElement)
beginTimestamp
- DateendTimestamp
- DatedataElement
- 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
- Date