rjw.dc.core.objects.software
Class SoftwareCatagory

java.lang.Object
  |
  +--rjw.dc.core.objects.DataCrowObject
        |
        +--rjw.dc.core.objects.software.SoftwareCatagory

public class SoftwareCatagory
extends DataCrowObject

Representation of a Software Catagory. Allows saving, updating and querying of Catagory records

Since:
1.3
Version:
DC0.50
Author:
Robert-Jan van der Waals

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

_A_NAME

public static final int _A_NAME
Catagory name

See Also:
Constant Field Values
Constructor Detail

SoftwareCatagory

public SoftwareCatagory()
Initializes the Catagory object; sets the required fields, the table name, initializes the value array and the database field names

Method Detail

setValues

public void setValues(java.lang.Object[] row)
Applies values to this Catagory record. The first in the row is the ID

Specified by:
setValues in class DataCrowObject
Parameters:
row - representation of an database row. First in row is the ID