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.
-
AUTHOR
-
-
CLASS_NO
-
-
COPY_INFO
-
-
ISBN
-
-
ITEM_NO
-
-
PL_OF_PUB
-
-
props
-
-
PUB_DATE
-
-
PUBLISHER
-
-
extProperties()
- Returns the extended propterties of this class.
-
getEditor()
- Returns a (GUI?) editor specific for the type of object
-
getExtendedProperties()
- Returns the extended propterties of this class.
-
toString()
-
props
protected static int props
AUTHOR
public static final int AUTHOR
CLASS_NO
public static final int CLASS_NO
ITEM_NO
public static final int ITEM_NO
COPY_INFO
public static final int COPY_INFO
PL_OF_PUB
public static final int PL_OF_PUB
PUBLISHER
public static final int PUBLISHER
PUB_DATE
public static final int PUB_DATE
ISBN
public static final int ISBN
toString
public String toString()
- Overrides:
- toString in class Item
getExtendedProperties
public Object[][] getExtendedProperties()
- Returns the extended propterties of this class. Non-static
so that it may be overriden.
- Overrides:
- getExtendedProperties in class Item
extProperties
protected static Object[][] extProperties()
- Returns the extended propterties of this class.
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