net.sf.dc.core.objects.book
Class BookCategory

java.lang.Object
  extended bynet.sf.dc.core.objects.DcObject
      extended bynet.sf.dc.core.objects.book.BookCategory

public class BookCategory
extends DcObject

Representation of a Book Catagory. Allows saving, updating and querying of Catagory items

Since:
1.4
Version:
1.9
Author:
Robert Jan van der Waals

Field Summary
static int _A_NAME
           
static int _B_ICON
           
 
Fields inherited from class net.sf.dc.core.objects.DcObject
_ID, _SYS_MODULE, alChildren, alwaysGenerateID, bValidation, module, uiRowNumber, values
 
Constructor Summary
BookCategory()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getFilename()
          Returns the filename
 javax.swing.ImageIcon getIcon()
          Returns the icon for this object
protected  void setModuleIndex()
          Sets the module index / sets the ownership of this data crow object
 java.lang.String toString()
          Create a UI representation for this object
 
Methods inherited from class net.sf.dc.core.objects.DcObject
addChild, addChildren, addRequest, applySettings, checkIntegrity, clearValues, delete, finalize, getChangedFields, getChildren, getDatabaseFieldName, getDisabledFields, getDisplayString, getField, getFieldIndices, getFields, getFieldType, getHiddenFields, getID, getLabel, getMaxFieldLength, getModule, getNotSearchableFields, getParentReferenceFieldIndex, getRequests, getRow, getSilence, getTableJoin, getTableName, getTableShortName, getValue, getValueDef, getVisibleFields, isBatch, isChanged, isChanged, isEnabled, isEndOfBatch, isRequired, isSearchable, isUnique, load, markAsUnchanged, reload, removeChildren, removeRequestors, saveNew, saveUpdate, setBatch, setChanged, setChildren, setEndOfBatch, setIDs, setRow, setSilence, setValidation, setValue, setValueForColumn
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_A_NAME

public static final int _A_NAME
See Also:
Constant Field Values

_B_ICON

public static final int _B_ICON
See Also:
Constant Field Values
Constructor Detail

BookCategory

public BookCategory()
Method Detail

setModuleIndex

protected void setModuleIndex()
Sets the module index / sets the ownership of this data crow object

Specified by:
setModuleIndex in class DcObject

getIcon

public javax.swing.ImageIcon getIcon()
Returns the icon for this object

Specified by:
getIcon in class DcObject

getFilename

public java.lang.String getFilename()
Description copied from class: DcObject
Returns the filename

Specified by:
getFilename in class DcObject

toString

public java.lang.String toString()
Create a UI representation for this object


equals

public boolean equals(java.lang.Object o)