|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.paneris.jammyjoes.model.generated.AffiliateTransactionBase
public abstract class AffiliateTransactionBase
Melati POEM generated abstract base class for a Persistent
AffiliateTransaction Object.
| Field Summary | |
|---|---|
protected java.lang.Integer |
affiliate
affiliate - The Affiliate that generated this hit |
protected java.sql.Timestamp |
hit
Date of hit - The date when this hit came in |
protected java.lang.Integer |
id
id |
protected java.lang.String |
landingPage
URL - The Landing Page |
protected java.lang.String |
referrerURL
URL - The Referring URL |
protected java.lang.String |
userIpAddress
IP Address - The User's IP Address |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
AffiliateTransactionBase()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAffiliate_unsafe()
Retrieves the Affiliate value, without locking,
for this AffiliateTransaction Persistent. |
Affiliate |
getAffiliate()
Retrieves the Affiliate object referred to. |
org.melati.poem.Field |
getAffiliateField()
Retrieves the Affiliate value as a Field
from this AffiliateTransaction Persistent. |
AffiliateTransactionTable |
getAffiliateTransactionTable()
Retrieves the AffiliateTransactionTable table
which this Persistent is from. |
java.lang.Integer |
getAffiliateTroid()
Retrieves the Table Row Object ID. |
java.sql.Timestamp |
getHit_unsafe()
Retrieves the Hit value, without locking,
for this AffiliateTransaction Persistent. |
java.sql.Timestamp |
getHit()
Retrieves the Hit value, with locking, for this AffiliateTransaction Persistent. |
org.melati.poem.Field |
getHitField()
Retrieves the Hit value as a Field
from this AffiliateTransaction Persistent. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this AffiliateTransaction Persistent. |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this AffiliateTransaction Persistent. |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this AffiliateTransaction Persistent. |
JammyjoesDatabaseTables |
getJammyjoesDatabaseTables()
Retrieves the Database object. |
java.lang.String |
getLandingPage_unsafe()
Retrieves the LandingPage value, without locking,
for this AffiliateTransaction Persistent. |
java.lang.String |
getLandingPage()
Retrieves the LandingPage value, with locking, for this AffiliateTransaction Persistent. |
org.melati.poem.Field |
getLandingPageField()
Retrieves the LandingPage value as a Field
from this AffiliateTransaction Persistent. |
java.lang.String |
getReferrerURL_unsafe()
Retrieves the ReferrerURL value, without locking,
for this AffiliateTransaction Persistent. |
java.lang.String |
getReferrerURL()
Retrieves the ReferrerURL value, with locking, for this AffiliateTransaction Persistent. |
org.melati.poem.Field |
getReferrerURLField()
Retrieves the ReferrerURL value as a Field
from this AffiliateTransaction Persistent. |
java.lang.String |
getUserIpAddress_unsafe()
Retrieves the UserIpAddress value, without locking,
for this AffiliateTransaction Persistent. |
java.lang.String |
getUserIpAddress()
Retrieves the UserIpAddress value, with locking, for this AffiliateTransaction Persistent. |
org.melati.poem.Field |
getUserIpAddressField()
Retrieves the UserIpAddress value as a Field
from this AffiliateTransaction Persistent. |
void |
setAffiliate_unsafe(java.lang.Integer cooked)
Sets the Affiliate value directly, without checking,
for this AffiliateTransaction Persistent. |
void |
setAffiliate(Affiliate cooked)
Set the Affiliate. |
void |
setAffiliateTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setHit_unsafe(java.sql.Timestamp cooked)
Sets the Hit value directly, without checking,
for this AffiliateTransaction Persistent. |
void |
setHit(java.sql.Timestamp cooked)
Sets the Hit value, with checking, for this
AffiliateTransaction Persistent. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this AffiliateTransaction Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
AffiliateTransaction Persistent. |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
AffiliateTransaction Persistent. |
void |
setLandingPage_unsafe(java.lang.String cooked)
Sets the LandingPage value directly, without checking,
for this AffiliateTransaction Persistent. |
void |
setLandingPage(java.lang.String cooked)
Sets the LandingPage value, with checking, for this
AffiliateTransaction Persistent. |
void |
setReferrerURL_unsafe(java.lang.String cooked)
Sets the ReferrerURL value directly, without checking,
for this AffiliateTransaction Persistent. |
void |
setReferrerURL(java.lang.String cooked)
Sets the ReferrerURL value, with checking, for this
AffiliateTransaction Persistent. |
void |
setUserIpAddress_unsafe(java.lang.String cooked)
Sets the UserIpAddress value directly, without checking,
for this AffiliateTransaction Persistent. |
void |
setUserIpAddress(java.lang.String cooked)
Sets the UserIpAddress value, with checking, for this
AffiliateTransaction 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.Integer affiliate
protected java.sql.Timestamp hit
protected java.lang.String referrerURL
protected java.lang.String landingPage
protected java.lang.String userIpAddress
| Constructor Detail |
|---|
public AffiliateTransactionBase()
| Method Detail |
|---|
public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
public AffiliateTransactionTable getAffiliateTransactionTable()
AffiliateTransactionTable table
which this Persistent is from.
public java.lang.Integer getId_unsafe()
Id value, without locking,
for this AffiliateTransaction Persistent.
public void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this AffiliateTransaction Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getId()
throws org.melati.poem.AccessPoemException
AffiliateTransaction Persistent.
Id for this
AffiliateTransaction Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(java.lang.Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
AffiliateTransaction 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 valid
public final void setId(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
AffiliateTransaction 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 valid
public org.melati.poem.Field getIdField()
throws org.melati.poem.AccessPoemException
Id value as a Field
from this AffiliateTransaction Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getAffiliate_unsafe()
Affiliate value, without locking,
for this AffiliateTransaction Persistent.
public void setAffiliate_unsafe(java.lang.Integer cooked)
Affiliate value directly, without checking,
for this AffiliateTransaction Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getAffiliateTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setAffiliateTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public Affiliate getAffiliate()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Affiliate object referred to.
Affiliate as a Affiliate
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setAffiliate(Affiliate cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated Affiliate
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getAffiliateField()
throws org.melati.poem.AccessPoemException
Affiliate value as a Field
from this AffiliateTransaction Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.sql.Timestamp getHit_unsafe()
Hit value, without locking,
for this AffiliateTransaction Persistent.
public void setHit_unsafe(java.sql.Timestamp cooked)
Hit value directly, without checking,
for this AffiliateTransaction Persistent.
cooked - the pre-validated value to set
public java.sql.Timestamp getHit()
throws org.melati.poem.AccessPoemException
AffiliateTransaction Persistent.
Field description:
The date when this hit came in
Hit for this
AffiliateTransaction Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setHit(java.sql.Timestamp cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Hit value, with checking, for this
AffiliateTransaction Persistent.
Field description:
The date when this hit came in
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 valid
public org.melati.poem.Field getHitField()
throws org.melati.poem.AccessPoemException
Hit value as a Field
from this AffiliateTransaction Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getReferrerURL_unsafe()
ReferrerURL value, without locking,
for this AffiliateTransaction Persistent.
public void setReferrerURL_unsafe(java.lang.String cooked)
ReferrerURL value directly, without checking,
for this AffiliateTransaction Persistent.
cooked - the pre-validated value to set
public java.lang.String getReferrerURL()
throws org.melati.poem.AccessPoemException
AffiliateTransaction Persistent.
Field description:
The Referring URL
ReferrerURL for this
AffiliateTransaction Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setReferrerURL(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
ReferrerURL value, with checking, for this
AffiliateTransaction Persistent.
Field description:
The Referring URL
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 valid
public org.melati.poem.Field getReferrerURLField()
throws org.melati.poem.AccessPoemException
ReferrerURL value as a Field
from this AffiliateTransaction Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getLandingPage_unsafe()
LandingPage value, without locking,
for this AffiliateTransaction Persistent.
public void setLandingPage_unsafe(java.lang.String cooked)
LandingPage value directly, without checking,
for this AffiliateTransaction Persistent.
cooked - the pre-validated value to set
public java.lang.String getLandingPage()
throws org.melati.poem.AccessPoemException
AffiliateTransaction Persistent.
Field description:
The Landing Page
LandingPage for this
AffiliateTransaction Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setLandingPage(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
LandingPage value, with checking, for this
AffiliateTransaction Persistent.
Field description:
The Landing Page
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 valid
public org.melati.poem.Field getLandingPageField()
throws org.melati.poem.AccessPoemException
LandingPage value as a Field
from this AffiliateTransaction Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getUserIpAddress_unsafe()
UserIpAddress value, without locking,
for this AffiliateTransaction Persistent.
public void setUserIpAddress_unsafe(java.lang.String cooked)
UserIpAddress value directly, without checking,
for this AffiliateTransaction Persistent.
cooked - the pre-validated value to set
public java.lang.String getUserIpAddress()
throws org.melati.poem.AccessPoemException
AffiliateTransaction Persistent.
Field description:
The User's IP Address
UserIpAddress for this
AffiliateTransaction Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setUserIpAddress(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
UserIpAddress value, with checking, for this
AffiliateTransaction Persistent.
Field description:
The User's IP Address
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 valid
public org.melati.poem.Field getUserIpAddressField()
throws org.melati.poem.AccessPoemException
UserIpAddress value as a Field
from this AffiliateTransaction 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 | |||||||||