Stellent
HowToComponents
JavaDoc

intradoc.shared
Class TopicInfo

java.lang.Object
  |
  +--intradoc.shared.TopicInfo

public class TopicInfo
extends java.lang.Object


Field Summary
 DataBinder m_data
          Cached topic data.
 java.lang.String m_directory
          Directory location of topic file.
 java.lang.String m_filename
          Filename of topic.
 long m_lastLoaded
          Last loaded timestamp.
 java.lang.String m_lookupKey
          Look up key
 java.lang.String m_name
          Name of the topic
 
Constructor Summary
TopicInfo()
           
TopicInfo(java.lang.String name)
           
 
Method Summary
 void copy(TopicInfo info)
          Copies information from parameter into current instance.
 DataBinder copyData(DataBinder data)
           
 java.lang.String getFilePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_lookupKey

public java.lang.String m_lookupKey
Look up key


m_name

public java.lang.String m_name
Name of the topic


m_filename

public java.lang.String m_filename
Filename of topic.


m_directory

public java.lang.String m_directory
Directory location of topic file.


m_lastLoaded

public long m_lastLoaded
Last loaded timestamp.


m_data

public DataBinder m_data
Cached topic data.

Constructor Detail

TopicInfo

public TopicInfo()

TopicInfo

public TopicInfo(java.lang.String name)
Method Detail

copy

public void copy(TopicInfo info)
Copies information from parameter into current instance.


copyData

public DataBinder copyData(DataBinder data)

getFilePath

public java.lang.String getFilePath()


(c) 1996-2005  All rights reserved.  Stellent, Inc.