All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.Book

java.lang.Object
   |
   +----org.dorm4.fls.StdLibraryObject
           |
           +----org.dorm4.fls.Item
                   |
                   +----org.dorm4.fls.Book

public class Book
extends Item
Book object represents a book in the library.


Variable Index

 o AUTHOR
 o CLASS_NO
 o COPY_INFO
 o ISBN
 o ITEM_NO
 o PL_OF_PUB
 o props
 o PUB_DATE
 o PUBLISHER

Method Index

 o extProperties()
Returns the extended propterties of this class.
 o getEditor()
Returns a (GUI?) editor specific for the type of object
 o getExtendedProperties()
Returns the extended propterties of this class.
 o toString()

Variables

 o props
 protected static int props
 o AUTHOR
 public static final int AUTHOR
 o CLASS_NO
 public static final int CLASS_NO
 o ITEM_NO
 public static final int ITEM_NO
 o COPY_INFO
 public static final int COPY_INFO
 o PL_OF_PUB
 public static final int PL_OF_PUB
 o PUBLISHER
 public static final int PUBLISHER
 o PUB_DATE
 public static final int PUB_DATE
 o ISBN
 public static final int ISBN

Methods

 o toString
 public String toString()
Overrides:
toString in class Item
 o getExtendedProperties
 public Object[][] getExtendedProperties()
Returns the extended propterties of this class. Non-static so that it may be overriden.

Overrides:
getExtendedProperties in class Item
 o extProperties
 protected static Object[][] extProperties()
Returns the extended propterties of this class.

 o getEditor
 public IObjectEditor getEditor()
Returns a (GUI?) editor specific for the type of object

Overrides:
getEditor in class StdLibraryObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index