net.sf.dc.core.objects.person
Class Person

java.lang.Object
  extended bynet.sf.dc.core.objects.DcObject
      extended bynet.sf.dc.core.objects.person.Person

public class Person
extends DcObject


Field Summary
static int _A_NAME
           
static int _B_DESCRIPTION
           
static int _C_PHOTO
           
static int _D_TYPE
           
static int _E_EMAIL
           
static int _F_ADDRESS
           
static int _G_PHONE_HOME
           
static int _H_PHONE_WORK
           
 
Fields inherited from class net.sf.dc.core.objects.DcObject
_ID, _SYS_AVAILABLE, _SYS_LOANDURATION, _SYS_LOANEDBY, _SYS_MODULE, alChildren, alwaysGenerateID, bValidation, module, uiRowNumber, values
 
Constructor Summary
Person()
           
 
Method Summary
 void delete()
           
 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, copy, finalize, getChangedFields, getChildren, getDatabaseFieldCount, 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, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_A_NAME

public static final int _A_NAME
See Also:
Constant Field Values

_B_DESCRIPTION

public static final int _B_DESCRIPTION
See Also:
Constant Field Values

_C_PHOTO

public static final int _C_PHOTO
See Also:
Constant Field Values

_D_TYPE

public static final int _D_TYPE
See Also:
Constant Field Values

_E_EMAIL

public static final int _E_EMAIL
See Also:
Constant Field Values

_F_ADDRESS

public static final int _F_ADDRESS
See Also:
Constant Field Values

_G_PHONE_HOME

public static final int _G_PHONE_HOME
See Also:
Constant Field Values

_H_PHONE_WORK

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

Person

public Person()
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

delete

public void delete()
Overrides:
delete in class DcObject

toString

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