public abstract class ContactCategoryBase extends org.melati.poem.JdbcPersistent
Persistent
ContactCategory Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Modifier and Type | Field and Description |
|---|---|
protected Integer |
category
category - Category
|
protected Integer |
contact
contact - Contact
|
protected Integer |
id
id
|
valid| Constructor and Description |
|---|
ContactCategoryBase() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategory_unsafe()
Retrieves the
Category value, without locking,
for this ContactCategory Persistent. |
Category |
getCategory()
Retrieves the
Category object referred to. |
org.melati.poem.Field<Integer> |
getCategoryField()
Retrieves the
Category value as a Field
from this ContactCategory Persistent. |
Integer |
getCategoryTroid()
Retrieves the Table Row Object ID.
|
Integer |
getContact_unsafe()
Retrieves the
Contact value, without locking,
for this ContactCategory Persistent. |
Contact |
getContact()
Retrieves the
Contact object referred to. |
ContactCategoryTable<ContactCategory> |
getContactCategoryTable()
Retrieves the
ContactCategoryTable table
which this Persistent is from. |
org.melati.poem.Field<Integer> |
getContactField()
Retrieves the
Contact value as a Field
from this ContactCategory Persistent. |
ContactsDatabaseTables |
getContactsDatabaseTables()
Retrieves the Database object.
|
Integer |
getContactTroid()
Retrieves the Table Row Object ID.
|
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this ContactCategory Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
ContactCategory Persistent. |
org.melati.poem.Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this ContactCategory Persistent. |
void |
setCategory_unsafe(Integer cooked)
Sets the
Category value directly, without checking,
for this ContactCategory Persistent. |
void |
setCategory(Category cooked)
Set the Category.
|
void |
setCategoryTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setContact_unsafe(Integer cooked)
Sets the
Contact value directly, without checking,
for this ContactCategory Persistent. |
void |
setContact(Contact cooked)
Set the Contact.
|
void |
setContactTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setId_unsafe(Integer cooked)
Sets the
Id value directly, without checking,
for this ContactCategory Persistent. |
void |
setId(int cooked)
Sets the
Id value, with checking, for this
ContactCategory Persistent. |
void |
setId(Integer cooked)
Sets the
Id value, with checking, for this
ContactCategory 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, getName, 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 Integer category
protected Integer contact
public ContactsDatabaseTables getContactsDatabaseTables()
public ContactCategoryTable<ContactCategory> getContactCategoryTable()
ContactCategoryTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws org.melati.poem.AccessPoemException
ContactCategory Persistent.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
ContactCategory 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
ContactCategory 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
ContactCategory 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 ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getCategory_unsafe()
Category value, without locking,
for this ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setCategory_unsafe(Integer cooked)
Category value directly, without checking,
for this ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getCategoryTroid() throws org.melati.poem.AccessPoemException
Integerorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rightspublic void setCategoryTroid(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 Category getCategory() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Category object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsCategory as a Categoryorg.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 setCategory(Category cooked) throws org.melati.poem.AccessPoemException
cooked - a validated Categoryorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field<Integer> getCategoryField() throws org.melati.poem.AccessPoemException
Category value as a Field
from this ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getContact_unsafe()
Contact value, without locking,
for this ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setContact_unsafe(Integer cooked)
Contact value directly, without checking,
for this ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getContactTroid() throws org.melati.poem.AccessPoemException
Integerorg.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rightspublic void setContactTroid(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 getContact() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Contact object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsContact 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 setContact(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> getContactField() throws org.melati.poem.AccessPoemException
Contact value as a Field
from this ContactCategory Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatororg.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsCopyright © 2000–2021 PanEris. All rights reserved.