public abstract class ContactBase extends org.melati.poem.JdbcPersistent
Persistent
Contact Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Modifier and Type | Field and Description |
|---|---|
protected String |
address
address - Contact Address
|
protected Integer |
id
id
|
protected Date |
lastupdated
lastupdated - When was this last updated?
|
protected Integer |
lastupdateuser
lastupdateuser - Who last updated this?
|
protected String |
name
name - Contact Name
|
protected Integer |
owner
owner - Contact who owns this contact
|
protected Integer |
updates
updates - How many times has this record been updated?
|
valid| Constructor and Description |
|---|
ContactBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress_unsafe()
Retrieves the
Address value, without locking,
for this Contact Persistent. |
String |
getAddress()
Retrieves the Address value, with locking, for this
Contact Persistent. |
org.melati.poem.Field<String> |
getAddressField()
Retrieves the
Address value as a Field
from this Contact Persistent. |
List<ContactCategory> |
getContactContactCategoryList()
References to this Contact in the ContactCategory table via its contact field, as a List.
|
Enumeration<ContactCategory> |
getContactContactCategorys()
References to this Contact in the ContactCategory table via its contact field.
|
ContactsDatabaseTables |
getContactsDatabaseTables()
Retrieves the Database object.
|
ContactTable<Contact> |
getContactTable()
Retrieves the
ContactTable table
which this Persistent is from. |
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this Contact Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
Contact Persistent. |
org.melati.poem.Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this Contact Persistent. |
Date |
getLastupdated_unsafe()
Retrieves the
Lastupdated value, without locking,
for this Contact Persistent. |
Date |
getLastupdated()
Retrieves the Lastupdated value, with locking, for this
Contact Persistent. |
org.melati.poem.Field<Date> |
getLastupdatedField()
Retrieves the
Lastupdated value as a Field
from this Contact Persistent. |
Integer |
getLastupdateuser_unsafe()
Retrieves the
Lastupdateuser value, without locking,
for this Contact Persistent. |
org.melati.poem.User |
getLastupdateuser()
Retrieves the
Lastupdateuser object referred to. |
org.melati.poem.Field<Integer> |
getLastupdateuserField()
Retrieves the
Lastupdateuser value as a Field
from this Contact Persistent. |
Integer |
getLastupdateuserTroid()
Retrieves the Table Row Object ID.
|
String |
getName_unsafe()
Retrieves the
Name value, without locking,
for this Contact Persistent. |
String |
getName()
Retrieves the Name value, with locking, for this
Contact Persistent. |
org.melati.poem.Field<String> |
getNameField()
Retrieves the
Name value as a Field
from this Contact Persistent. |
Integer |
getOwner_unsafe()
Retrieves the
Owner value, without locking,
for this Contact Persistent. |
Contact |
getOwner()
Retrieves the
Owner object referred to. |
List<Contact> |
getOwnerContactList()
References to this Contact in the Contact table via its owner field, as a List.
|
Enumeration<Contact> |
getOwnerContacts()
References to this Contact in the Contact table via its owner field.
|
org.melati.poem.Field<Integer> |
getOwnerField()
Retrieves the
Owner value as a Field
from this Contact Persistent. |
Integer |
getOwnerTroid()
Retrieves the Table Row Object ID.
|
Integer |
getUpdates_unsafe()
Retrieves the
Updates value, without locking,
for this Contact Persistent. |
Integer |
getUpdates()
Retrieves the Updates value, with locking, for this
Contact Persistent. |
org.melati.poem.Field<Integer> |
getUpdatesField()
Retrieves the
Updates value as a Field
from this Contact Persistent. |
void |
setAddress_unsafe(String cooked)
Sets the
Address value directly, without checking,
for this Contact Persistent. |
void |
setAddress(String cooked)
Sets the
Address value, with checking, for this
Contact Persistent. |
void |
setId_unsafe(Integer cooked)
Sets the
Id value directly, without checking,
for this Contact Persistent. |
void |
setId(int cooked)
Sets the
Id value, with checking, for this
Contact Persistent. |
void |
setId(Integer cooked)
Sets the
Id value, with checking, for this
Contact Persistent. |
void |
setLastupdated_unsafe(Date cooked)
Sets the
Lastupdated value directly, without checking,
for this Contact Persistent. |
void |
setLastupdated(Date cooked)
Sets the
Lastupdated value, with checking, for this
Contact Persistent. |
void |
setLastupdateuser_unsafe(Integer cooked)
Sets the
Lastupdateuser value directly, without checking,
for this Contact Persistent. |
void |
setLastupdateuser(org.melati.poem.User cooked)
Set the Lastupdateuser.
|
void |
setLastupdateuserTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setName_unsafe(String cooked)
Sets the
Name value directly, without checking,
for this Contact Persistent. |
void |
setName(String cooked)
Sets the
Name value, with checking, for this
Contact Persistent. |
void |
setOwner_unsafe(Integer cooked)
Sets the
Owner value directly, without checking,
for this Contact Persistent. |
void |
setOwner(Contact cooked)
Set the Owner.
|
void |
setOwnerTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setUpdates_unsafe(Integer cooked)
Sets the
Updates value directly, without checking,
for this Contact Persistent. |
void |
setUpdates(int cooked)
Sets the
Updates value, with checking, for this
Contact Persistent. |
void |
setUpdates(Integer cooked)
Sets the
Updates value, with checking, for this
Contact Persistent. |
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLockmarkValid, reset, setTransactionPool, transactionPool, unSeeprotected Integer id
protected String name
protected Integer owner
protected String address
protected Integer updates
protected Date lastupdated
protected Integer lastupdateuser
public ContactsDatabaseTables getContactsDatabaseTables()
public ContactTable<Contact> getContactTable()
ContactTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws org.melati.poem.AccessPoemException
Contact Persistent.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
Contact Persistentorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic void setId(Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id value, with checking, for this
Contact Persistent.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.ValidationPoemException - if the value is not validpublic final void setId(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
Contact Persistent.
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.ValidationPoemException - if the value is not validpublic org.melati.poem.Field<Integer> getIdField() throws org.melati.poem.AccessPoemException
Id value as a Field
from this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic String getName_unsafe()
Name value, without locking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(String cooked)
Name value directly, without checking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getName() throws org.melati.poem.AccessPoemException
Contact Persistent.
Field description:
Contact Name
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsgetName in interface org.melati.poem.TreeablegetName in class org.melati.poem.JdbcPersistentName for this
Contact Persistentorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic void setName(String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Name value, with checking, for this
Contact Persistent.
Field description:
Contact Name
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.ValidationPoemException - if the value is not validpublic org.melati.poem.Field<String> getNameField() throws org.melati.poem.AccessPoemException
Name value as a Field
from this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getOwner_unsafe()
Owner value, without locking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setOwner_unsafe(Integer cooked)
Owner value directly, without checking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getOwnerTroid() throws org.melati.poem.AccessPoemException
Integerorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rightspublic void setOwnerTroid(Integer raw) throws org.melati.poem.AccessPoemException
raw - a Table Row Object Idorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Contact getOwner() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Owner object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsOwner as a Contactorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rightsorg.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setOwner(Contact cooked) throws org.melati.poem.AccessPoemException
cooked - a validated Contactorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field<Integer> getOwnerField() throws org.melati.poem.AccessPoemException
Owner value as a Field
from this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic String getAddress_unsafe()
Address value, without locking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setAddress_unsafe(String cooked)
Address value directly, without checking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getAddress() throws org.melati.poem.AccessPoemException
Contact Persistent.
Field description:
Contact Address
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsAddress for this
Contact Persistentorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic void setAddress(String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Address value, with checking, for this
Contact Persistent.
Field description:
Contact Address
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.ValidationPoemException - if the value is not validpublic org.melati.poem.Field<String> getAddressField() throws org.melati.poem.AccessPoemException
Address value as a Field
from this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getUpdates_unsafe()
Updates value, without locking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setUpdates_unsafe(Integer cooked)
Updates value directly, without checking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getUpdates() throws org.melati.poem.AccessPoemException
Contact Persistent.
Field description:
How many times has this record been updated?
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsUpdates for this
Contact Persistentorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic void setUpdates(Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Updates value, with checking, for this
Contact Persistent.
Field description:
How many times has this record been updated?
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.ValidationPoemException - if the value is not validpublic final void setUpdates(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Updates value, with checking, for this
Contact Persistent.
Field description:
How many times has this record been updated?
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.ValidationPoemException - if the value is not validpublic org.melati.poem.Field<Integer> getUpdatesField() throws org.melati.poem.AccessPoemException
Updates value as a Field
from this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Date getLastupdated_unsafe()
Lastupdated value, without locking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setLastupdated_unsafe(Date cooked)
Lastupdated value directly, without checking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Date getLastupdated() throws org.melati.poem.AccessPoemException
Contact Persistent.
Field description:
When was this last updated?
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsLastupdated for this
Contact Persistentorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic void setLastupdated(Date cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Lastupdated value, with checking, for this
Contact Persistent.
Field description:
When was this last updated?
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.ValidationPoemException - if the value is not validpublic org.melati.poem.Field<Date> getLastupdatedField() throws org.melati.poem.AccessPoemException
Lastupdated value as a Field
from this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getLastupdateuser_unsafe()
Lastupdateuser value, without locking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setLastupdateuser_unsafe(Integer cooked)
Lastupdateuser value directly, without checking,
for this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getLastupdateuserTroid() throws org.melati.poem.AccessPoemException
Integerorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rightspublic void setLastupdateuserTroid(Integer raw) throws org.melati.poem.AccessPoemException
raw - a Table Row Object Idorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic org.melati.poem.User getLastupdateuser() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Lastupdateuser object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsLastupdateuser as a Userorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rightsorg.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setLastupdateuser(org.melati.poem.User cooked) throws org.melati.poem.AccessPoemException
cooked - a validated Userorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field<Integer> getLastupdateuserField() throws org.melati.poem.AccessPoemException
Lastupdateuser value as a Field
from this Contact Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Enumeration<Contact> getOwnerContacts()
public List<Contact> getOwnerContactList()
public Enumeration<ContactCategory> getContactContactCategorys()
public List<ContactCategory> getContactContactCategoryList()
Copyright © 2000–2015 PanEris. All rights reserved.