|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.types.ResolutionData
This class includes the information required to describe the resolution criteria to be used for external dependencies.
The following syntax validation constraints must be met on ResolutionData objects:
resolutionRule | One of the values exposed by the ResolutionRule class |
startOffset | An amount of time, expressed in milliseconds |
Allowed range is from -604,740,000 to 604,740,000 (+/- 6 days, 23 hours and 59 minutes) | |
Required if rule is IN_ABSOLUTE_INTERVAL or IN_RELATIVE_INTERVAL | |
Must be null if rule is NEAREST_BEFORE or IN_SAME_DAY | |
Default is TypeUtility.NULL_OFFSET, used as a null value | |
endOffset | An amount of time, expressed in milliseconds |
Allowed range is from -604,740,000 to 604,740,000 (+/- 6 days, 23 hours and 59 minutes) | |
Required if rule is IN_ABSOLUTE_INTERVAL or IN_RELATIVE_INTERVAL | |
Must be null if rule is NEAREST_BEFORE or IN_SAME_DAY | |
Default is TypeUtility.NULL_OFFSET, used as a null value |
ResolutionRule
,
TypeUtility
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
ResolutionData()
Creates an empty ResolutionData object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this ResolutionData object are equal to those of the given one. |
long |
getEndOffset()
Returns the time frame end offset. |
ResolutionRule |
getResolutionRule()
Returns the resolution rule. |
long |
getStartOffset()
Returns the time frame start offset. |
int |
hashCode()
Returns a hash code for this ResolutionData object. |
void |
setEndOffset(long value)
Sets the time frame end offset. |
void |
setResolutionRule(ResolutionRule rule)
Sets the resolution rule. |
void |
setStartOffset(long value)
Sets the time frame start offset. |
java.lang.String |
toString()
Returns a string representation of this ResolutionData object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ResolutionData()
Method Detail |
public ResolutionRule getResolutionRule()
public long getStartOffset()
public long getEndOffset()
public void setResolutionRule(ResolutionRule rule)
rule
- The resolution rule.public void setStartOffset(long value)
value
- The time frame start offset.public void setEndOffset(long value)
value
- The time frame end offset.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |