xml
Class RTIComponentDocument.fileNameRec

java.lang.Object
  |
  +--xml.RTIComponentDocument.fileNameRec

class RTIComponentDocument.fileNameRec
extends java.lang.Object


Field Summary
(package private)  java.lang.String cmp_filename
           
(package private)  java.lang.String cmp_filepath
           
(package private)  java.lang.String cmp_fileurl
           
 
Constructor Summary
(package private) RTIComponentDocument.fileNameRec(java.lang.String _cmp_filename, java.lang.String _cmp_filepath, java.lang.String _cmp_fileurl)
           
 
Method Summary
 java.lang.String getFileName()
           
 java.lang.String getFilePath()
           
 java.lang.String getFileUrl()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

cmp_filename

java.lang.String cmp_filename

cmp_filepath

java.lang.String cmp_filepath

cmp_fileurl

java.lang.String cmp_fileurl
Constructor Detail

RTIComponentDocument.fileNameRec

RTIComponentDocument.fileNameRec(java.lang.String _cmp_filename,
                                 java.lang.String _cmp_filepath,
                                 java.lang.String _cmp_fileurl)
Method Detail

getFileName

public java.lang.String getFileName()

getFilePath

public java.lang.String getFilePath()

getFileUrl

public java.lang.String getFileUrl()