|
||||||||||
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.Software
Representation of a Software record. Allows saving, updating and querying of Software records
Field Summary | |
static int |
_A_NAME
Name of the Software |
static int |
_B_DESCRIPTION
Description |
static int |
_C_FILENAME
Path |
static int |
_D_TYPE
Software Catagory |
static int |
_E_MULTI
Multiplayer Y/N |
static int |
_F_LOCATION
Location of the Software (for grouping) |
static int |
_G_DISPOSE
Keep this record Y/N |
Fields inherited from class rjw.dc.core.objects.DataCrowObject |
_ID |
Constructor Summary | |
Software()
Initializes the Software object; sets the required fields, the table name, initializes the value array and the database field names |
Method Summary | |
void |
load(QueryOptions options,
RequestorCollection requestors)
Loads the values from the database. |
static void |
setConvertCatagory(boolean convert)
|
void |
setValue(int iField,
java.lang.Object value)
Applies a value to this Software object |
void |
setValues(java.lang.Object[] row)
Applies values to this Software record. |
Methods inherited from class rjw.dc.core.objects.DataCrowObject |
checkIntegrity, getFieldName, getFieldNames, getLabel, getLabels, getMaxFieldLength, getMaxFieldLengths, getRequiredFields, getSilence, getTableName, getUnfilledRequiredFields, getValue, getValues, isUnique, saveNew, saveUpdate, setSilence, setUIRowNumber, setValidation, 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
public static final int _B_DESCRIPTION
public static final int _C_FILENAME
public static final int _D_TYPE
public static final int _E_MULTI
public static final int _F_LOCATION
public static final int _G_DISPOSE
Constructor Detail |
public Software()
Method Detail |
public static void setConvertCatagory(boolean convert)
public void setValues(java.lang.Object[] row)
row
- representation of an database row. First in row is the IDpublic void setValue(int iField, java.lang.Object value)
setValue
in class DataCrowObject
iField
- field numberpublic void load(QueryOptions options, RequestorCollection requestors)
load
in class DataCrowObject
options
- search optionsrequestors
- displaying request for the UI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |