com.taleo.integration.client.customstep.tools.document
Class DefaultDocumentInfo

java.lang.Object
  extended by com.taleo.integration.client.customstep.tools.document.DefaultDocumentInfo
All Implemented Interfaces:
DocumentInfo

Deprecated. No more necessary with the added Document.Code to build filename.

public class DefaultDocumentInfo
extends java.lang.Object
implements DocumentInfo

Dummy implementation of DocumentInfo for unsupported document types.

Author:
Romain Guay, Taleo Corporation

Constructor Summary
DefaultDocumentInfo(java.io.File file)
          Deprecated. Constructor with the file.
 
Method Summary
 java.lang.String getAuthor()
          Deprecated. Get document author.
 java.lang.String getCreator()
          Deprecated. Get document creator.
 java.lang.String getName()
          Deprecated. Get document name.
 java.lang.String getSubject()
          Deprecated. Get document subject.
 java.lang.String getTitle()
          Deprecated. Get document title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDocumentInfo

public DefaultDocumentInfo(java.io.File file)
Deprecated. 
Constructor with the file.

Parameters:
file -
Method Detail

getAuthor

public java.lang.String getAuthor()
Deprecated. 
Description copied from interface: DocumentInfo
Get document author.

Specified by:
getAuthor in interface DocumentInfo
Returns:

getCreator

public java.lang.String getCreator()
Deprecated. 
Description copied from interface: DocumentInfo
Get document creator.

Specified by:
getCreator in interface DocumentInfo
Returns:

getName

public java.lang.String getName()
Deprecated. 
Description copied from interface: DocumentInfo
Get document name.

Specified by:
getName in interface DocumentInfo
Returns:

getSubject

public java.lang.String getSubject()
Deprecated. 
Description copied from interface: DocumentInfo
Get document subject.

Specified by:
getSubject in interface DocumentInfo
Returns:

getTitle

public java.lang.String getTitle()
Deprecated. 
Description copied from interface: DocumentInfo
Get document title.

Specified by:
getTitle in interface DocumentInfo
Returns: