| java.lang.Object com.projity.timescale.TimeInterval
start1 | protected long start1(Code) | | |
start2 | protected long start2(Code) | | |
TimeInterval | public TimeInterval(long start1, long end1, String text1, long start2, long end2, String text2)(Code) | | Parameters: start1 - Parameters: end1 - Parameters: text1 - Parameters: start2 - Parameters: end2 - Parameters: text2 - |
getEnd | public long getEnd()(Code) | | |
getEnd1 | public long getEnd1()(Code) | | Returns the end1. |
getEnd2 | public long getEnd2()(Code) | | Returns the end2. |
getStart | public long getStart()(Code) | | |
getStart1 | public long getStart1()(Code) | | Returns the start1. |
getStart2 | public long getStart2()(Code) | | Returns the start2. |
|
|