net.sf.dc.core.objects.software
Class SoftwareCategory
java.lang.Object
net.sf.dc.core.objects.DcObject
net.sf.dc.core.objects.software.SoftwareCategory
- public class SoftwareCategory
- extends DcObject
Representation of a Software Catagory.
Allows saving, updating and querying of Catagory items
- Since:
- 1.3
- Version:
- 0.5
- Author:
- Robert Jan van der Waals
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, getChangedFields, getChangedValues, getChildren, getCreateStatements, getDatabaseFieldName, getDatabaseFieldNames, getDisabledFields, getDisplayString, getField, getFieldIndices, getFields, getFieldType, getFieldTypes, getHiddenFields, getID, getLabel, getLabels, getMaxFieldLength, getMaxFieldLengths, getModule, getNotSearchableFields, getParentReferenceFieldIndex, getReadOnlyFields, getRequests, getRequiredFields, getRow, getSilence, getTableJoin, getTableName, getTableShortName, getUnfilledRequiredFields, getValue, getValues, getVisibleFields, getVisibleValues, isBatch, isChanged, isChanged, isEnabled, isEndOfBatch, isRequired, isSearchable, isUnique, load, removeChildren, removeRequestors, saveNew, saveUpdate, setAlwaysGenerateID, setBatch, setChanged, setChildren, setEndOfBatch, setIDs, setRow, setSilence, setValidation, setValue, setValues, toQueryCondition, undoChanges |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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
SoftwareCategory
public SoftwareCategory()
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)