org.tm4j.panckoucke.store .TopicMapRefMetaData

Description

Instances of this class are collecting MetaData for a TopicMapReference Dependent on the origin and the store state of the related TopicMapReference only some of the meta data properties will contain valid data

Inheritance Hierarchy

Field Summary
HARVESTER This retrieval type indicates that the topicmap is the result of a harvesting process
PARSER This retrieval type is reserved for topicmaps that were parsed from serialized representation forms, e.g.
PROVIDER This retrieval type indicates that the topic map is added implicitly to panckoucke while a provider was created
UNKNOWN The origin of this TopicMap is unknown to the panckoucke
Method Summary
java.util.Date getRetrievalEnd()
java.util.Date getRetrievalStart()
void getRetrievalType()
Returns a hint about the origin of this topicmap.
void setRetrievalEnd(java.util.Date d)
Sets the date when the retrieval of this map finished
void setRetrievalStart(java.util.Date d)
Sets the date when the retrieval of this map started
void setRetrievalType(int type)
sets a retrievaltype for this topicmap.