Serialized Form
|
Package org.gcube.data.tmf.api |
serialVersionUID: 1L
name
String name
description
String description
value
String value
|
Package org.gcube.data.tmf.impl |
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serial Data:
- the
SourceLifecycle, the SourceReader and the
SourceWriter.
- Throws:
IOException
identifier
String identifier
- the identifier of the source.
name
String name
- the name of the source.
description
String description
- the description of the source.
isUser
boolean isUser
- the type of the source.
cardinality
Long cardinality
- the cardinality of the source.
creationTime
Calendar creationTime
- the time of creation of the source.
lastUpdate
Calendar lastUpdate
- the time of last update of the source.
lifecycle
SourceLifecycle lifecycle
- collection lifetime callbacks.
reader
SourceReader reader
- the document reader associated with the source.
writer
SourceWriter writer
- the document writer associated with the source.
environment
Environment environment
- the context of the current call.
notifier
SourceNotifier notifier
serialVersionUID: 1L
serialVersionUID: 1L
Copyright © 2012. All Rights Reserved.