com.stimulsoft.report.dictionary
Class StiDialogInfoItem.StiLongRangeDialogInfoItem

java.lang.Object
  extended by com.stimulsoft.report.dictionary.StiDialogInfoItem
      extended by com.stimulsoft.report.dictionary.StiDialogInfoItem.StiRangeDialogInfoItem
          extended by com.stimulsoft.report.dictionary.StiDialogInfoItem.StiLongRangeDialogInfoItem
Enclosing class:
StiDialogInfoItem

public static class StiDialogInfoItem.StiLongRangeDialogInfoItem
extends StiDialogInfoItem.StiRangeDialogInfoItem


Nested Class Summary
 
Nested classes/interfaces inherited from class com.stimulsoft.report.dictionary.StiDialogInfoItem
StiDialogInfoItem.StiBoolDialogInfoItem, StiDialogInfoItem.StiCharDialogInfoItem, StiDialogInfoItem.StiCharRangeDialogInfoItem, StiDialogInfoItem.StiDateTimeDialogInfoItem, StiDialogInfoItem.StiDateTimeRangeDialogInfoItem, StiDialogInfoItem.StiDecimalDialogInfoItem, StiDialogInfoItem.StiDecimalRangeDialogInfoItem, StiDialogInfoItem.StiDoubleDialogInfoItem, StiDialogInfoItem.StiDoubleRangeDialogInfoItem, StiDialogInfoItem.StiExpressionDialogInfoItem, StiDialogInfoItem.StiExpressionRangeDialogInfoItem, StiDialogInfoItem.StiGuidDialogInfoItem, StiDialogInfoItem.StiGuidRangeDialogInfoItem, StiDialogInfoItem.StiImageDialogInfoItem, StiDialogInfoItem.StiLongDialogInfoItem, StiDialogInfoItem.StiLongRangeDialogInfoItem, StiDialogInfoItem.StiPropertyCollection, StiDialogInfoItem.StiRangeDialogInfoItem, StiDialogInfoItem.StiStringDialogInfoItem, StiDialogInfoItem.StiStringRangeDialogInfoItem, StiDialogInfoItem.StiTimeSpanDialogInfoItem, StiDialogInfoItem.StiTimeSpanRangeDialogInfoItem
 
Field Summary
 
Fields inherited from class com.stimulsoft.report.dictionary.StiDialogInfoItem
KeyObject, KeyObjectTo, ValueBinding
 
Constructor Summary
StiDialogInfoItem.StiLongRangeDialogInfoItem()
           
 
Method Summary
 StiComponentId getComponentId()
           
 java.lang.Long getFrom()
           
 java.lang.Long getTo()
           
 void setFrom(java.lang.Long value)
           
 void setTo(java.lang.Long value)
           
 
Methods inherited from class com.stimulsoft.report.dictionary.StiDialogInfoItem
getKey, getPropName, getValue, setFrom, setKey, setTo, setValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiDialogInfoItem.StiLongRangeDialogInfoItem

public StiDialogInfoItem.StiLongRangeDialogInfoItem()
Method Detail

getComponentId

public StiComponentId getComponentId()
Overrides:
getComponentId in class StiDialogInfoItem

getFrom

public java.lang.Long getFrom()
Overrides:
getFrom in class StiDialogInfoItem

setFrom

public void setFrom(java.lang.Long value)

getTo

public java.lang.Long getTo()
Overrides:
getTo in class StiDialogInfoItem
Returns:
the keyObjectTo

setTo

public void setTo(java.lang.Long value)