org.hccp.pdf
Class Entry

java.lang.Object
  |
  +--org.hccp.pdf.Entry

public class Entry
extends java.lang.Object

Class representing an entry into a cross-reference table. Should not be explicitly created when building documents. Management of entry objects should be left to the CrossReferenceTable object.

See Also:
CrossReferenceTable, CrossReferenceTableEntryException

Method Summary
 java.lang.String getValue()
           
 void setGenNumber(java.lang.String s)
           
 void setIsFree(boolean flag)
           
 void setObjectNumber(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setIsFree

public void setIsFree(boolean flag)

setObjectNumber

public void setObjectNumber(java.lang.String s)

setGenNumber

public void setGenNumber(java.lang.String s)

getValue

public java.lang.String getValue()
                          throws CrossReferenceTableEntryException
CrossReferenceTableEntryException