net.datacrow.core.objects.helpers
Class ContactPerson

java.lang.Object
  extended by net.datacrow.core.objects.DcObject
      extended by net.datacrow.core.objects.helpers.ContactPerson
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DcObject>

public class ContactPerson
extends DcObject

See Also:
Serialized Form

Field Summary
static int _A_NAME
           
static int _B_DESCRIPTION
           
static int _C_PHOTO
           
static int _D_CATEGORY
           
static int _E_EMAIL
           
static int _F_ADDRESS
           
static int _G_PHONE_HOME
           
static int _H_PHONE_WORK
           
static int _J_CITY
           
static int _K_COUNTRY
           
 
Fields inherited from class net.datacrow.core.objects.DcObject
_ID, _SYS_AVAILABLE, _SYS_CONTAINER, _SYS_CREATED, _SYS_DISPLAYVALUE, _SYS_EXTERNAL_REFERENCES, _SYS_FILEHASH, _SYS_FILEHASHTYPE, _SYS_FILENAME, _SYS_FILESIZE, _SYS_LENDBY, _SYS_LOANDAYSTILLOVERDUE, _SYS_LOANDUEDATE, _SYS_LOANDURATION, _SYS_MODIFIED, _SYS_MODULE, _SYS_SERVICE, _SYS_SERVICEURL, _VALUE, children
 
Constructor Summary
ContactPerson()
           
 
Method Summary
 void delete(boolean validate)
          Permanently deletes the item.
 
Methods inherited from class net.datacrow.core.objects.DcObject
addChild, addExternalReference, addRequest, applyEnhancers, applyTemplate, applyTemplate, beforeDelete, beforeSave, checkIntegrity, clearValues, clone, compareTo, copy, copyImage, createIcon, destroy, equals, executeRequests, finalize, flushImages, getChildren, getCurrentChildren, getDatabaseFieldCount, getDatabaseFieldName, getDefaultSortFieldIdx, getDisplayFieldIdx, getDisplayString, getExternalReference, getField, getFieldIndices, getFields, getFieldType, getFileField, getFilename, getIcon, getID, getLabel, getMaxFieldLength, getModule, getName, getNormalizedString, getNotSearchableFields, getParentID, getParentReferenceFieldIndex, getRequests, getSystemDisplayFieldIdx, getTableName, getTableShortName, getValue, getValueDef, getValues, hashCode, hasPrimaryKey, initializeImages, initializeReferences, initializeReferences, isChanged, isChanged, isDestroyed, isEnabled, isFilled, isLastInLine, isLoaded, isNew, isRequired, isSearchable, isUnique, isUpdateGUI, load, loadChildren, markAsChanged, markAsUnchanged, merge, release, reload, removeChildren, removeRequests, saveNew, saveUpdate, saveUpdate, setChanged, setChildren, setIDs, setLastInLine, setLoanInformation, setLoanInformation, setNew, setUpdateGUI, setValidate, setValue, setValueForColumn, setValueForName, setValueLowLevel, toString, validateRequiredFields
 
Methods inherited from class java.lang.Object
getClass, 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_CATEGORY

public static final int _D_CATEGORY
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

_J_CITY

public static final int _J_CITY
See Also:
Constant Field Values

_K_COUNTRY

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

ContactPerson

public ContactPerson()
Method Detail

delete

public void delete(boolean validate)
Description copied from class: DcObject
Permanently deletes the item.

Overrides:
delete in class DcObject