|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.transaction.Transactioned org.melati.poem.JdbcPersistent org.paneris.jammyjoes.model.generated.AffiliateBase
public abstract class AffiliateBase
Melati POEM generated abstract base class for a Persistent
Affiliate
Object.
Field Summary | |
---|---|
protected java.lang.String |
company
Company - The Affiliate's Company Name |
protected java.lang.Integer |
cookiedays
Cookie Days - The number of days to set a cookie for for this Affiliate |
protected java.lang.Integer |
id
id |
protected java.lang.String |
payee
Payee - The Payee (for cheques) |
protected java.lang.Double |
percentage
Percentage - The percentage of sales for this Affiliate |
protected java.sql.Timestamp |
registration
Date of Registration - The date when this Affiliate Registered |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
AffiliateBase()
|
Method Summary | |
---|---|
AffiliateTable |
getAffiliateTable()
Retrieves the AffiliateTable table
which this Persistent is from. |
java.lang.String |
getCompany_unsafe()
Retrieves the Company value, without locking,
for this Affiliate Persistent . |
java.lang.String |
getCompany()
Retrieves the Company value, with locking, for this Affiliate Persistent . |
org.melati.poem.Field |
getCompanyField()
Retrieves the Company value as a Field
from this Affiliate Persistent . |
java.lang.Integer |
getCookiedays_unsafe()
Retrieves the Cookiedays value, without locking,
for this Affiliate Persistent . |
java.lang.Integer |
getCookiedays()
Retrieves the Cookiedays value, with locking, for this Affiliate Persistent . |
org.melati.poem.Field |
getCookiedaysField()
Retrieves the Cookiedays value as a Field
from this Affiliate Persistent . |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Affiliate Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Affiliate Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Affiliate Persistent . |
JammyjoesDatabaseTables |
getJammyjoesDatabaseTables()
Retrieves the Database object. |
java.lang.String |
getPayee_unsafe()
Retrieves the Payee value, without locking,
for this Affiliate Persistent . |
java.lang.String |
getPayee()
Retrieves the Payee value, with locking, for this Affiliate Persistent . |
org.melati.poem.Field |
getPayeeField()
Retrieves the Payee value as a Field
from this Affiliate Persistent . |
java.lang.Double |
getPercentage_unsafe()
Retrieves the Percentage value, without locking,
for this Affiliate Persistent . |
java.lang.Double |
getPercentage()
Retrieves the Percentage value, with locking, for this Affiliate Persistent . |
org.melati.poem.Field |
getPercentageField()
Retrieves the Percentage value as a Field
from this Affiliate Persistent . |
java.sql.Timestamp |
getRegistration_unsafe()
Retrieves the Registration value, without locking,
for this Affiliate Persistent . |
java.sql.Timestamp |
getRegistration()
Retrieves the Registration value, with locking, for this Affiliate Persistent . |
org.melati.poem.Field |
getRegistrationField()
Retrieves the Registration value as a Field
from this Affiliate Persistent . |
void |
setCompany_unsafe(java.lang.String cooked)
Sets the Company value directly, without checking,
for this Affiliate Persistent . |
void |
setCompany(java.lang.String cooked)
Sets the Company value, with checking, for this
Affiliate Persistent . |
void |
setCookiedays_unsafe(java.lang.Integer cooked)
Sets the Cookiedays value directly, without checking,
for this Affiliate Persistent . |
void |
setCookiedays(int cooked)
Sets the Cookiedays value, with checking, for this
Affiliate Persistent . |
void |
setCookiedays(java.lang.Integer cooked)
Sets the Cookiedays value, with checking, for this
Affiliate Persistent . |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Affiliate Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Affiliate Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Affiliate Persistent . |
void |
setPayee_unsafe(java.lang.String cooked)
Sets the Payee value directly, without checking,
for this Affiliate Persistent . |
void |
setPayee(java.lang.String cooked)
Sets the Payee value, with checking, for this
Affiliate Persistent . |
void |
setPercentage_unsafe(java.lang.Double cooked)
Sets the Percentage value directly, without checking,
for this Affiliate Persistent . |
void |
setPercentage(double cooked)
Sets the Percentage value, with checking, for this Affiliate Persistent . |
void |
setPercentage(java.lang.Double cooked)
Sets the Percentage value, with checking, for this
Affiliate Persistent . |
void |
setRegistration_unsafe(java.sql.Timestamp cooked)
Sets the Registration value directly, without checking,
for this Affiliate Persistent . |
void |
setRegistration(java.sql.Timestamp cooked)
Sets the Registration value, with checking, for this
Affiliate Persistent . |
Methods inherited from class org.melati.poem.JdbcPersistent |
---|
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, writeLock |
Methods inherited from class org.melati.poem.transaction.Transactioned |
---|
markValid, reset, setTransactionPool, transactionPool, unSee |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.Integer id
protected java.lang.String company
protected java.lang.String payee
protected java.lang.Double percentage
protected java.lang.Integer cookiedays
protected java.sql.Timestamp registration
Constructor Detail |
---|
public AffiliateBase()
Method Detail |
---|
public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
public AffiliateTable getAffiliateTable()
AffiliateTable
table
which this Persistent
is from.
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this Affiliate
Persistent
.
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this Affiliate Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getId() throws org.melati.poem.AccessPoemException
Affiliate
Persistent
.
Id
for this
Affiliate
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setId(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
Affiliate
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.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
Affiliate
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getIdField() throws org.melati.poem.AccessPoemException
Id
value as a Field
from this Affiliate
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getCompany_unsafe()
Company
value, without locking,
for this Affiliate
Persistent
.
public void setCompany_unsafe(java.lang.String cooked)
Company
value directly, without checking,
for this Affiliate Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getCompany() throws org.melati.poem.AccessPoemException
Affiliate
Persistent
.
Field description:
The Affiliate's Company Name
Company
for this
Affiliate
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setCompany(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Company
value, with checking, for this
Affiliate
Persistent
.
Field description:
The Affiliate's Company Name
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getCompanyField() throws org.melati.poem.AccessPoemException
Company
value as a Field
from this Affiliate
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getPayee_unsafe()
Payee
value, without locking,
for this Affiliate
Persistent
.
public void setPayee_unsafe(java.lang.String cooked)
Payee
value directly, without checking,
for this Affiliate Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getPayee() throws org.melati.poem.AccessPoemException
Affiliate
Persistent
.
Field description:
The Payee (for cheques)
Payee
for this
Affiliate
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setPayee(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Payee
value, with checking, for this
Affiliate
Persistent
.
Field description:
The Payee (for cheques)
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getPayeeField() throws org.melati.poem.AccessPoemException
Payee
value as a Field
from this Affiliate
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getPercentage_unsafe()
Percentage
value, without locking,
for this Affiliate
Persistent
.
public void setPercentage_unsafe(java.lang.Double cooked)
Percentage
value directly, without checking,
for this Affiliate Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getPercentage() throws org.melati.poem.AccessPoemException
Affiliate
Persistent
.
Field description:
The percentage of sales for this Affiliate
Percentage
for this
Affiliate
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setPercentage(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Percentage
value, with checking, for this
Affiliate
Persistent
.
Field description:
The percentage of sales for this Affiliate
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setPercentage(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Percentage
value, with checking, for this Affiliate
Persistent
.
Field description:
The percentage of sales for this Affiliate
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getPercentageField() throws org.melati.poem.AccessPoemException
Percentage
value as a Field
from this Affiliate
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getCookiedays_unsafe()
Cookiedays
value, without locking,
for this Affiliate
Persistent
.
public void setCookiedays_unsafe(java.lang.Integer cooked)
Cookiedays
value directly, without checking,
for this Affiliate Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getCookiedays() throws org.melati.poem.AccessPoemException
Affiliate
Persistent
.
Field description:
The number of days to set a cookie for for this Affiliate
Cookiedays
for this
Affiliate
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setCookiedays(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Cookiedays
value, with checking, for this
Affiliate
Persistent
.
Field description:
The number of days to set a cookie for for this Affiliate
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setCookiedays(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Cookiedays
value, with checking, for this
Affiliate
Persistent
.
Field description:
The number of days to set a cookie for for this Affiliate
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getCookiedaysField() throws org.melati.poem.AccessPoemException
Cookiedays
value as a Field
from this Affiliate
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.sql.Timestamp getRegistration_unsafe()
Registration
value, without locking,
for this Affiliate
Persistent
.
public void setRegistration_unsafe(java.sql.Timestamp cooked)
Registration
value directly, without checking,
for this Affiliate Persistent
.
cooked
- the pre-validated value to setpublic java.sql.Timestamp getRegistration() throws org.melati.poem.AccessPoemException
Affiliate
Persistent
.
Field description:
The date when this Affiliate Registered
Registration
for this
Affiliate
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setRegistration(java.sql.Timestamp cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Registration
value, with checking, for this
Affiliate
Persistent
.
Field description:
The date when this Affiliate Registered
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getRegistrationField() throws org.melati.poem.AccessPoemException
Registration
value as a Field
from this Affiliate
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |