|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rjw.dc.core.objects.DataCrowObject | +--rjw.dc.core.objects.software.SoftwareCatagory
Representation of a Software Catagory. Allows saving, updating and querying of Catagory records
Field Summary | |
static int |
_A_NAME
Catagory name |
Fields inherited from class rjw.dc.core.objects.DataCrowObject |
_ID |
Constructor Summary | |
SoftwareCatagory()
Initializes the Catagory object; sets the required fields, the table name, initializes the value array and the database field names |
Method Summary | |
void |
setValues(java.lang.Object[] row)
Applies values to this Catagory record. |
Methods inherited from class rjw.dc.core.objects.DataCrowObject |
checkIntegrity, clearValues, delete, getFieldIndices, getFieldName, getFieldNames, getFieldType, getFieldTypes, getHiddenFields, getLabel, getLabels, getMaxFieldLength, getMaxFieldLengths, getModuleName, getRequiredFields, getSilence, getTableName, getUnfilledRequiredFields, getValue, getValues, getVisibleFields, getVisibleValues, isAmazonUpdateAllowed, isHidden, isImdbUpdateAllowed, isRequired, isUnique, load, saveNew, saveUpdate, setAlwaysGenerateID, setSilence, setUIRowNumber, setValidation, setValue, toQueryCondition |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _A_NAME
Constructor Detail |
public SoftwareCatagory()
Method Detail |
public void setValues(java.lang.Object[] row)
setValues
in class DataCrowObject
row
- representation of an database row. First in row is the ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |