|
WebObjects 5.4.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package com.webobjects.appserver |
|---|
| Class com.webobjects.appserver._WODocumentType extends org.apache.xerces.dom.DocumentTypeImpl implements Serializable |
|---|
serialVersionUID: 1962420631186282410L
| Serialized Fields |
|---|
String dtdString
| Class com.webobjects.appserver.WOApplication.Event extends WOEvent implements Serializable |
|---|
serialVersionUID: 9103314272492083747L
| Class com.webobjects.appserver.WOAssociation.Event extends WOEvent implements Serializable |
|---|
serialVersionUID: -8843814780214416992L
| Serialized Fields |
|---|
String _keyPath
String _defaultBindingName
| Class com.webobjects.appserver.WOComponent extends WOElement implements Serializable |
|---|
serialVersionUID: 9030800440407384426L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
readObject() method is responsible for reading from the stream and restoring the classes fields.
IOException - when unable to read from the ObjectInputStream specified
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
writeObject() method is responsible for writing the state of the object for its particular class so that the corresponding readObject() method can restore it.
IOException - when unable to write to the ObjectOutputStream specified| Serialized Fields |
|---|
String _name
NSMutableDictionary<K,V> _subcomponents
String _templateName
NSMutableDictionary<K,V> _variables
NSMutableDictionary<K,V> _variableValues
boolean _isPage
boolean _caching
boolean _isSynchronized
| Class com.webobjects.appserver.WOComponent.Event extends WOEvent implements Serializable |
|---|
serialVersionUID: 1412114384422483695L
| Class com.webobjects.appserver.WOCookie extends Object implements Serializable |
|---|
serialVersionUID: 4511673225599865671L
| Serialization Methods |
|---|
public void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
readObject() method is responsible for reading from the stream and restoring the classes fields.
IOException - when unable to read from the ObjectInputStream specified
ClassNotFoundException
public void writeObject(ObjectOutputStream out)
throws IOException
writeObject() method is responsible for writing the state of the object for its particular class so that the corresponding readObject() method can restore it.
IOException - when unable to write to the ObjectOutputStream specified| Serialized Fields |
|---|
String _name
String _value
String _domain
String _path
boolean _isSecure
NSTimestamp _expires
int _timeout
| Class com.webobjects.appserver.WODisplayGroup extends Object implements Serializable |
|---|
serialVersionUID: -4371292869421265023L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
| Class com.webobjects.appserver.WODOMParserException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 7757553325638250992L
| Class com.webobjects.appserver.WODynamicURL extends Object implements Serializable |
|---|
serialVersionUID: -317654967948689886L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
String _prefix
String _webObjectsVersion
String _applicationName
String _applicationNumber
String _requestHandlerKey
String _requestHandlerPath
String _queryString
| Class com.webobjects.appserver.WODynamicURL.LocaleURLFormatException extends com.webobjects.appserver._private.WOURLFormatException implements Serializable |
|---|
serialVersionUID: -5100348852777182664L
| Class com.webobjects.appserver.WODynamicURL.WOURLInvalidApplicationName extends WODynamicURL.LocaleURLFormatException implements Serializable |
|---|
serialVersionUID: -742833876313103459L
| Class com.webobjects.appserver.WODynamicURL.WOURLInvalidApplicationNumber extends WODynamicURL.LocaleURLFormatException implements Serializable |
|---|
serialVersionUID: 36706046074253265L
| Class com.webobjects.appserver.WODynamicURL.WOURLInvalidPrefix extends WODynamicURL.LocaleURLFormatException implements Serializable |
|---|
serialVersionUID: -8150957052360000211L
| Class com.webobjects.appserver.WODynamicURL.WOURLInvalidQueryString extends WODynamicURL.LocaleURLFormatException implements Serializable |
|---|
serialVersionUID: -6019682633803385386L
| Class com.webobjects.appserver.WODynamicURL.WOURLInvalidRequestHandlerKey extends WODynamicURL.LocaleURLFormatException implements Serializable |
|---|
serialVersionUID: -3006727875617155222L
| Class com.webobjects.appserver.WODynamicURL.WOURLInvalidRequestHandlerPath extends WODynamicURL.LocaleURLFormatException implements Serializable |
|---|
serialVersionUID: 338627336074516865L
| Class com.webobjects.appserver.WODynamicURL.WOURLInvalidWebObjectsVersion extends WODynamicURL.LocaleURLFormatException implements Serializable |
|---|
serialVersionUID: 7425735459828878389L
| Class com.webobjects.appserver.WOEvent extends EOEvent implements Serializable |
|---|
serialVersionUID: -1339153557998628913L
| Serialized Fields |
|---|
String _componentName
String _pageName
| Class com.webobjects.appserver.WOPageNotFoundException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 7526068152775009876L
| Class com.webobjects.appserver.WORedirect extends WOComponent implements Serializable |
|---|
serialVersionUID: 5003612439663446862L
| Serialized Fields |
|---|
String _url
| Class com.webobjects.appserver.WOSchemeNotSupportedException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 2196738096226506977L
| Class com.webobjects.appserver.WOSession extends Object implements Serializable |
|---|
serialVersionUID: -3892089045508903478L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
String _sessionID
long _timeOut
NSMutableArray<E> _contextArrayStack
NSMutableDictionary<K,V> _contextRecords
NSArray<E> _languages
NSMutableDictionary<K,V> _componentState
NSTimestamp _birthDate
boolean _wasTimedOut
boolean _wasJ2EETerminated
NSMutableArray<E> _stats
StringBuffer _formattedStats
int _contextCounter
int _requestCounter
boolean _allowedToViewStatistics
boolean _allowedToViewEvents
boolean _terminating
boolean _distributionEnabled
boolean _cookieRVEnabled
boolean _URLRVEnabled
NSMutableDictionary<K,V> _permanentPageCache
NSMutableArray<E> _permanentContextIDArray
WOSession.PageFragmentCache _pageFragmentCache
EOEditingContext _editingContext
boolean _hasSessionLockedEditingContext
| Class com.webobjects.appserver.WOSession.PageFragmentCache extends LinkedHashMap<String,com.webobjects.appserver._private.WOTransactionRecord> implements Serializable |
|---|
serialVersionUID: 6647613370983434989L
| Class com.webobjects.appserver.WOStopWatch extends EOEvent implements Serializable |
|---|
serialVersionUID: 2845106227386078947L
| Serialized Fields |
|---|
String _name
long _accumulatedTime
long _currentStartTime
int _startCount
boolean _isRunning
| Package com.webobjects.appserver.parser |
|---|
| Class com.webobjects.appserver.parser.WOHTMLFormatException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 5253356669152671380L
| Class com.webobjects.appserver.parser.WOParserException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 2913798622465201884L
| Serialized Fields |
|---|
String _referenceName
WOMLPosition _position
| Package com.webobjects.appserver.parser.declaration |
|---|
| Class com.webobjects.appserver.parser.declaration.ParseException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
boolean specialConstructor
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
| Class com.webobjects.appserver.parser.declaration.TokenMgrError extends Error implements Serializable |
|---|
| Serialized Fields |
|---|
int errorCode
| Class com.webobjects.appserver.parser.declaration.WODeclarationFormatException extends WOParserException implements Serializable |
|---|
serialVersionUID: -7162659029219871263L
| Class com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException extends WODeclarationFormatException implements Serializable |
|---|
serialVersionUID: -4551159915662157920L
| Package com.webobjects.appserver.parser.woml |
|---|
| Class com.webobjects.appserver.parser.woml.WOMLElementGenerationException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -1226956407949803045L
| Class com.webobjects.appserver.parser.woml.WOMLNodeException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 8710550725444136443L
| Serialized Fields |
|---|
WOMLNode _node
| Class com.webobjects.appserver.parser.woml.WOMLTemplateParserException extends WOParserException implements Serializable |
|---|
| Package com.webobjects.appserver.parser.woml.namespaces |
|---|
| Class com.webobjects.appserver.parser.woml.namespaces.WOGenericElementRuleViolationException extends RuntimeException implements Serializable |
|---|
| Package com.webobjects.appserver.xml |
|---|
| Class com.webobjects.appserver.xml.WOXMLException extends NSForwardException implements Serializable |
|---|
serialVersionUID: -7029058176377973889L
| Serialized Fields |
|---|
String _extraMessage
| Package com.webobjects.directtoweb |
|---|
| Class com.webobjects.directtoweb.Assignment extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String _keyPath
Object _value
| Class com.webobjects.directtoweb.BASConfirmPage extends D2WConfirmPage implements Serializable |
|---|
serialVersionUID: 1901767123620632355L
| Class com.webobjects.directtoweb.BASDefaultHeader extends DefaultHeader implements Serializable |
|---|
serialVersionUID: 8184192526651969417L
| Class com.webobjects.directtoweb.BASEditRelationshipPage extends D2WEditRelationshipPage implements Serializable |
|---|
serialVersionUID: 5913538797447944984L
| Class com.webobjects.directtoweb.BASErrorPage extends D2WErrorPage implements Serializable |
|---|
serialVersionUID: -8549350337859766821L
| Class com.webobjects.directtoweb.BASHead extends D2WHead implements Serializable |
|---|
serialVersionUID: 2155710769131073447L
| Class com.webobjects.directtoweb.BASInspectPage extends D2WInspectPage implements Serializable |
|---|
serialVersionUID: -4916399395022455834L
| Class com.webobjects.directtoweb.BASListPage extends D2WListPage implements Serializable |
|---|
serialVersionUID: -1888764585540079527L
| Class com.webobjects.directtoweb.BASMasterDetailPage extends D2WMasterDetailPage implements Serializable |
|---|
serialVersionUID: 5154290215455542871L
| Class com.webobjects.directtoweb.BASPlainListPage extends D2WPlainListPage implements Serializable |
|---|
serialVersionUID: 3509373662113492159L
| Class com.webobjects.directtoweb.BASQueryAllEntitiesPage extends D2WQueryAllEntitiesPage implements Serializable |
|---|
| Class com.webobjects.directtoweb.BASQueryPage extends D2WQueryPage implements Serializable |
|---|
| Class com.webobjects.directtoweb.BASSideHeader extends DefaultHeader implements Serializable |
|---|
| Class com.webobjects.directtoweb.BASSidePageWrapper extends WOComponent implements Serializable |
|---|
| Class com.webobjects.directtoweb.BooleanAssignment extends Assignment implements Serializable |
|---|
serialVersionUID: -3547543529199047032L
| Class com.webobjects.directtoweb.BooleanQualifier extends EOQualifier implements Serializable |
|---|
serialVersionUID: -7397738313073637679L
| Serialized Fields |
|---|
String _key
| Class com.webobjects.directtoweb.D2WCollapsibleComponentContent extends WOComponent implements Serializable |
|---|
serialVersionUID: 1918951314243037264L
| Class com.webobjects.directtoweb.D2WCompactInspectComponent extends D2WComponent implements Serializable |
|---|
serialVersionUID: -4423108174421221655L
| Serialized Fields |
|---|
boolean _rowFlip
| Class com.webobjects.directtoweb.D2WComponent extends WOComponent implements Serializable |
|---|
serialVersionUID: -2065818225355032629L
| Serialized Fields |
|---|
D2WContext _localContext
EOEnterpriseObject _eo
String _entitiesString
com.apple.client.directtoweb.common.Settings _settings
String _settingsString
String _dynamicPagesString
boolean _readOnlyComputed
boolean _entityIsReadOnly
String _tasksString
| Class com.webobjects.directtoweb.D2WConfirmPage extends D2WPage implements Serializable |
|---|
serialVersionUID: -2397874320179724410L
| Serialized Fields |
|---|
NextPageDelegate _confirmPageDelegate
NextPageDelegate _cancelDelegate
String _messageString
| Class com.webobjects.directtoweb.D2WCustomComponent extends D2WComponent implements Serializable |
|---|
serialVersionUID: -2602076436902660802L
| Class com.webobjects.directtoweb.D2WCustomQueryComponent extends D2WComponent implements Serializable |
|---|
serialVersionUID: 4822939364910493034L
| Serialized Fields |
|---|
WODisplayGroup displayGroup
The implementation is subject to change in future releases.
| Class com.webobjects.directtoweb.D2WDefaultCustomComponent extends WOComponent implements Serializable |
|---|
serialVersionUID: 4349548094499698580L
| Serialized Fields |
|---|
EOEnterpriseObject object
The implementation is subject to change in future releases.
String key
The implementation is subject to change in future releases.
WODisplayGroup displayGroup
The implementation is subject to change in future releases.
| Class com.webobjects.directtoweb.D2WDisplayBoolean extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: 7363060968928054153L
| Class com.webobjects.directtoweb.D2WDisplayDate extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: -4124794592472290200L
| Class com.webobjects.directtoweb.D2WDisplayHyperlink extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: -3498717703868861777L
| Class com.webobjects.directtoweb.D2WDisplayImage extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: 2952113878421023041L
| Class com.webobjects.directtoweb.D2WDisplayImageFromPath extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: 3416274461668609379L
| Class com.webobjects.directtoweb.D2WDisplayLargeString extends D2WDisplayString implements Serializable |
|---|
serialVersionUID: 3515869060683970985L
| Class com.webobjects.directtoweb.D2WDisplayMailTo extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: -6931522111318398228L
| Class com.webobjects.directtoweb.D2WDisplayNumber extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: -8333027319617399463L
| Class com.webobjects.directtoweb.D2WDisplayString extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: 6861228301550107772L
| Class com.webobjects.directtoweb.D2WDisplayStyledDate extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: 6249308652272219964L
| Class com.webobjects.directtoweb.D2WDisplayStyledNumber extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: -471017762099218941L
| Class com.webobjects.directtoweb.D2WDisplayStyledString extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: 3378593910036681894L
| Class com.webobjects.directtoweb.D2WDisplayThresholdColoredNumber extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: -389061346890715949L
| Class com.webobjects.directtoweb.D2WDisplayToMany extends D2WComponent implements Serializable |
|---|
serialVersionUID: -2824737769262150551L
| Class com.webobjects.directtoweb.D2WDisplayToMany2 extends D2WDisplayToMany implements Serializable |
|---|
serialVersionUID: 2641453643017964844L
| Serialized Fields |
|---|
EOEnterpriseObject item
| Class com.webobjects.directtoweb.D2WDisplayToManyBrowser extends D2WDisplayToMany implements Serializable |
|---|
serialVersionUID: -4049520051734326694L
| Serialized Fields |
|---|
EOEnterpriseObject browserItem
| Class com.webobjects.directtoweb.D2WDisplayToManyFault extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: -6193431969880560119L
| Serialized Fields |
|---|
String _helpString
| Class com.webobjects.directtoweb.D2WDisplayToManyTable extends D2WDisplayToMany implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
EOEnterpriseObject item
| Class com.webobjects.directtoweb.D2WDisplayToOne extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: 1L
| Class com.webobjects.directtoweb.D2WDisplayToOneFault extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: 3911473338798197828L
| Serialized Fields |
|---|
String _helpString
| Class com.webobjects.directtoweb.D2WEdit extends D2WEmbeddedComponent implements Serializable |
|---|
serialVersionUID: 4729040865195664776L
| Class com.webobjects.directtoweb.D2WEditBoolean extends EditComponent implements Serializable |
|---|
serialVersionUID: 4264599215220704541L
| Class com.webobjects.directtoweb.D2WEditDate extends EditComponent implements Serializable |
|---|
serialVersionUID: 1L
| Class com.webobjects.directtoweb.D2WEditLargeString extends D2WEditString implements Serializable |
|---|
serialVersionUID: 1L
| Class com.webobjects.directtoweb.D2WEditNumber extends EditComponent implements Serializable |
|---|
serialVersionUID: 4416709701918206849L
| Class com.webobjects.directtoweb.D2WEditRelationshipPage extends D2WPage implements Serializable |
|---|
serialVersionUID: 1170927165225648054L
| Serialized Fields |
|---|
int _state
EODataSource selectDataSource
EOEnterpriseObject _eoToAddToRelationship
EOEnterpriseObject _newEOInRelationship
EOEditingContext _editingContext
String _relationshipKey
WODisplayGroup relationshipDisplayGroup
EOEnterpriseObject browserItem
NSArray<E> browserSelections
boolean isRelationshipToMany
| Class com.webobjects.directtoweb.D2WEditString extends EditComponent implements Serializable |
|---|
serialVersionUID: 8088785660800294662L
| Class com.webobjects.directtoweb.D2WEditToManyFault extends D2WComponent implements Serializable |
|---|
serialVersionUID: -7867943175746815831L
| Serialized Fields |
|---|
EOEnterpriseObject browserItem
The implementation is subject to change in future releases.
D2WEditToManyFault.browserList(),
D2WEditToManyFault.browserStringForItem()| Class com.webobjects.directtoweb.D2WEditToManyRelationship extends EditRelationship implements Serializable |
|---|
serialVersionUID: 1115326765327619242L
| Class com.webobjects.directtoweb.D2WEditToOneFault extends D2WDisplayToOne implements Serializable |
|---|
serialVersionUID: 451832768224656128L
| Class com.webobjects.directtoweb.D2WEditToOneRelationship extends EditRelationship implements Serializable |
|---|
serialVersionUID: -1363073295589638792L
| Class com.webobjects.directtoweb.D2WEditUneditable extends D2WStatelessComponent implements Serializable |
|---|
serialVersionUID: -1944701693693071154L
| Serialized Fields |
|---|
Object value
The implementation is subject to change in future releases.
| Class com.webobjects.directtoweb.D2WEmbeddedComponent extends WOComponent implements Serializable |
|---|
serialVersionUID: 8762790155443643974L
| Serialized Fields |
|---|
NextPageDelegate _actionPageDelegate
| Class com.webobjects.directtoweb.D2WEmptyWrapper extends WOComponent implements Serializable |
|---|
serialVersionUID: 8136471736281920340L
| Class com.webobjects.directtoweb.D2WErrorPage extends D2WPage implements Serializable |
|---|
serialVersionUID: 9102279472003269809L
| Serialized Fields |
|---|
String _message
| Class com.webobjects.directtoweb.D2WGenerationWrapper extends WOComponent implements Serializable |
|---|
serialVersionUID: 354118043782285013L
| Class com.webobjects.directtoweb.D2WHead extends D2WComponent implements Serializable |
|---|
serialVersionUID: 826315507278516770L
| Class com.webobjects.directtoweb.D2WInspect extends D2WEmbeddedComponent implements Serializable |
|---|
serialVersionUID: -175618471209001187L
| Class com.webobjects.directtoweb.D2WInspectPage extends D2WPage implements Serializable |
|---|
serialVersionUID: 5264438484967279299L
| Serialized Fields |
|---|
String errorMessage
EOEditingContext _context
String _validationExceptionString
boolean _wasGenerated
| Class com.webobjects.directtoweb.D2WKeyPathContainer extends D2WComponent implements Serializable |
|---|
serialVersionUID: 3696154802307211708L
| Serialized Fields |
|---|
EOEnterpriseObject listEo
NSArray<E> _list
String _partialPropertyKeyPath
D2WContext _subContext
| Class com.webobjects.directtoweb.D2WList extends D2WEmbeddedComponent implements Serializable |
|---|
serialVersionUID: -5937082747977931742L
| Serialized Fields |
|---|
EOArrayDataSource _dataSource
| Class com.webobjects.directtoweb.D2WListPage extends D2WPage implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
WODisplayGroup _displayGroup
boolean _hasToUpdate
boolean _rowFlip
String _defaultSortKey
boolean _displayGroupAlreadySetUp
| Class com.webobjects.directtoweb.D2WMasterDetailPage extends D2WPage implements Serializable |
|---|
serialVersionUID: 4991645123178418040L
| Serialized Fields |
|---|
EOEnterpriseObject selectedObject
boolean _wasGenerated
| Class com.webobjects.directtoweb.D2WModelException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 5753140822296442933L
| Class com.webobjects.directtoweb.D2WPage extends D2WComponent implements Serializable |
|---|
serialVersionUID: -829540772525583506L
| Serialized Fields |
|---|
Object _pageWrapperLock
WOComponent _nextPage
NextPageDelegate _nextPageDelegate
EODataSource _dataSource
NSMutableDictionary<K,V> _extraBindings
| Class com.webobjects.directtoweb.D2WPlainListPage extends D2WListPage implements Serializable |
|---|
serialVersionUID: -4151392584026571045L
| Serialized Fields |
|---|
NSMutableArray<E> _sortKeyList
| Class com.webobjects.directtoweb.D2WQuery extends D2WEmbeddedComponent implements Serializable |
|---|
serialVersionUID: -5929553139940908717L
| Class com.webobjects.directtoweb.D2WQueryAllEntitiesPage extends D2WPage implements Serializable |
|---|
serialVersionUID: 3675463043721819814L
| Serialized Fields |
|---|
WODisplayGroup displayGroup
EODatabaseDataSource _queryDataSource
| Class com.webobjects.directtoweb.D2WQueryAnyField extends QueryComponent implements Serializable |
|---|
serialVersionUID: -5692731101249598026L
| Serialized Fields |
|---|
NSMutableArray<E> _displayAttributeKeys
D2WContext _relationshipContext
| Class com.webobjects.directtoweb.D2WQueryBoolean extends QueryComponent implements Serializable |
|---|
serialVersionUID: 8382230290394198416L
| Serialized Fields |
|---|
Object item
int index
NSArray<E> queryNumbers
| Class com.webobjects.directtoweb.D2WQueryDateOperator extends QueryOperatorComponent implements Serializable |
|---|
serialVersionUID: -1508523205168570915L
| Class com.webobjects.directtoweb.D2WQueryDateRange extends D2WQueryRangeComponent implements Serializable |
|---|
serialVersionUID: -2902339106321583985L
| Class com.webobjects.directtoweb.D2WQueryNumberOperator extends QueryOperatorComponent implements Serializable |
|---|
serialVersionUID: -2986525505439078258L
| Class com.webobjects.directtoweb.D2WQueryNumberRange extends D2WQueryRangeComponent implements Serializable |
|---|
serialVersionUID: 5098578405166784021L
| Class |
|---|