com.dfki.peregrin.representation
Class BookBit

java.lang.Object
  |
  +--com.dfki.peregrin.representation.BookBit
All Implemented Interfaces:
PageBitInterface

public class BookBit
extends java.lang.Object
implements PageBitInterface


Constructor Summary
BookBit(Book b)
           
 
Method Summary
 Book book()
           
 java.lang.String contentToString()
           
 int length()
           
 int tagNo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookBit

public BookBit(Book b)
Method Detail

book

public Book book()

contentToString

public java.lang.String contentToString()
Specified by:
contentToString in interface PageBitInterface

length

public int length()
Specified by:
length in interface PageBitInterface

tagNo

public int tagNo()
Specified by:
tagNo in interface PageBitInterface