pt.uminho.anote2.aibench.publicationmanager.dataStructures
Class PDF

java.lang.Object
  extended by pt.uminho.anote2.aibench.publicationmanager.dataStructures.PDF
All Implemented Interfaces:
java.io.Serializable

public class PDF
extends java.lang.Object
implements java.io.Serializable

Class that represent a pdf File

Author:
Rafael Carreira
See Also:
Serialized Form

Constructor Summary
PDF(java.io.File file)
           
 
Method Summary
 java.lang.String getFilepath()
          Method that a PDf File Path
 void setFilepath(java.lang.String filepath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDF

public PDF(java.io.File file)
Method Detail

getFilepath

public java.lang.String getFilepath()
Method that a PDf File Path

Returns:
PDf File Path or null if PDf File Path don't exist

setFilepath

public void setFilepath(java.lang.String filepath)