Class PSDSequenceArrow


  • public class PSDSequenceArrow
    extends PSDArrow
    • Constructor Detail

      • PSDSequenceArrow

        public PSDSequenceArrow​(java.util.Date beginTimestamp,
                                java.util.Date endTimestamp,
                                java.lang.String source,
                                java.lang.String destination)
        Constructor
        Parameters:
        beginTimestamp - Date
        endTimestamp - Date
        source - String
        destination - String
    • Method Detail

      • getTimeIn

        public long getTimeIn()
        Returns the duration of the transfer of work
        Returns:
        long
      • getBeginTimestamp

        public java.util.Date getBeginTimestamp()
        Returns the begin timestamp of this block
        Returns:
        Date
      • setBeginTimestamp

        public void setBeginTimestamp​(java.util.Date beginTimestamp)
        Parameters:
        beginTimestamp - Date
      • getEndTimestamp

        public java.util.Date getEndTimestamp()
        Returns the end timestamp of this block
        Returns:
        Date
      • setEndTimestamp

        public void setEndTimestamp​(java.util.Date endTimestamp)
        Parameters:
        endTimestamp - Date
      • equals

        public boolean equals​(java.lang.Object obj)
        Checks whether an arrow is equal to another one
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - Object
        Returns:
        boolean