org.paneris.jammyjoes.model.generated
Class AffiliateTransactionBase

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.jammyjoes.model.generated.AffiliateTransactionBase
All Implemented Interfaces:
java.lang.Cloneable, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable
Direct Known Subclasses:
AffiliateTransaction

public abstract class AffiliateTransactionBase
extends org.melati.poem.JdbcPersistent

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

id

protected java.lang.Integer id
id


affiliate

protected java.lang.Integer affiliate
affiliate - The Affiliate that generated this hit


hit

protected java.sql.Timestamp hit
Date of hit - The date when this hit came in


referrerURL

protected java.lang.String referrerURL
URL - The Referring URL


landingPage

protected java.lang.String landingPage
URL - The Landing Page


userIpAddress

protected java.lang.String userIpAddress
IP Address - The User's IP Address

Constructor Detail

AffiliateTransactionBase

public AffiliateTransactionBase()
Method Detail

getJammyjoesDatabaseTables

public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
Retrieves the Database object.

Returns:
the database

getAffiliateTransactionTable

public AffiliateTransactionTable getAffiliateTransactionTable()
Retrieves the AffiliateTransactionTable table which this Persistent is from.

Returns:
the AffiliateTransactionTable

getId_unsafe

public java.lang.Integer getId_unsafe()
Retrieves the Id value, without locking, for this AffiliateTransaction Persistent.

Returns:
the Integer id

setId_unsafe

public void setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking, for this AffiliateTransaction Persistent.

Parameters:
cooked - the pre-validated value to set

getId

public java.lang.Integer getId()
                        throws org.melati.poem.AccessPoemException
Retrieves the Id value, with locking, for this AffiliateTransaction Persistent.

Returns:
the value of the field Id for this AffiliateTransaction Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setId

public void setId(java.lang.Integer cooked)
           throws org.melati.poem.AccessPoemException,
                  org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this AffiliateTransaction Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

setId

public final void setId(int cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this AffiliateTransaction Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getIdField

public org.melati.poem.Field getIdField()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Id value as a Field from this AffiliateTransaction Persistent.

Returns:
the Integer id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getAffiliate_unsafe

public java.lang.Integer getAffiliate_unsafe()
Retrieves the Affiliate value, without locking, for this AffiliateTransaction Persistent.

Returns:
the Integer affiliate

setAffiliate_unsafe

public void setAffiliate_unsafe(java.lang.Integer cooked)
Sets the Affiliate value directly, without checking, for this AffiliateTransaction Persistent.

Parameters:
cooked - the pre-validated value to set

getAffiliateTroid

public java.lang.Integer getAffiliateTroid()
                                    throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights

setAffiliateTroid

public void setAffiliateTroid(java.lang.Integer raw)
                       throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getAffiliate

public Affiliate getAffiliate()
                       throws org.melati.poem.AccessPoemException,
                              org.melati.poem.NoSuchRowPoemException
Retrieves the Affiliate object referred to.

Returns:
the Affiliate as a Affiliate
Throws:
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

setAffiliate

public void setAffiliate(Affiliate cooked)
                  throws org.melati.poem.AccessPoemException
Set the Affiliate.

Parameters:
cooked - a validated Affiliate
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getAffiliateField

public org.melati.poem.Field getAffiliateField()
                                        throws org.melati.poem.AccessPoemException
Retrieves the Affiliate value as a Field from this AffiliateTransaction Persistent.

Returns:
the Integer affiliate
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getHit_unsafe

public java.sql.Timestamp getHit_unsafe()
Retrieves the Hit value, without locking, for this AffiliateTransaction Persistent.

Returns:
the Timestamp hit

setHit_unsafe

public void setHit_unsafe(java.sql.Timestamp cooked)
Sets the Hit value directly, without checking, for this AffiliateTransaction Persistent.

Parameters:
cooked - the pre-validated value to set

getHit

public java.sql.Timestamp getHit()
                          throws org.melati.poem.AccessPoemException
Retrieves the Hit value, with locking, for this AffiliateTransaction Persistent. Field description: The date when this hit came in

Returns:
the value of the field Hit for this AffiliateTransaction Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setHit

public void setHit(java.sql.Timestamp cooked)
            throws org.melati.poem.AccessPoemException,
                   org.melati.poem.ValidationPoemException
Sets the Hit value, with checking, for this AffiliateTransaction Persistent. Field description: The date when this hit came in

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getHitField

public org.melati.poem.Field getHitField()
                                  throws org.melati.poem.AccessPoemException
Retrieves the Hit value as a Field from this AffiliateTransaction Persistent.

Returns:
the Timestamp hit
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getReferrerURL_unsafe

public java.lang.String getReferrerURL_unsafe()
Retrieves the ReferrerURL value, without locking, for this AffiliateTransaction Persistent.

Returns:
the String referrerURL

setReferrerURL_unsafe

public void setReferrerURL_unsafe(java.lang.String cooked)
Sets the ReferrerURL value directly, without checking, for this AffiliateTransaction Persistent.

Parameters:
cooked - the pre-validated value to set

getReferrerURL

public java.lang.String getReferrerURL()
                                throws org.melati.poem.AccessPoemException
Retrieves the ReferrerURL value, with locking, for this AffiliateTransaction Persistent. Field description: The Referring URL

Returns:
the value of the field ReferrerURL for this AffiliateTransaction Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setReferrerURL

public void setReferrerURL(java.lang.String cooked)
                    throws org.melati.poem.AccessPoemException,
                           org.melati.poem.ValidationPoemException
Sets the ReferrerURL value, with checking, for this AffiliateTransaction Persistent. Field description: The Referring URL

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getReferrerURLField

public org.melati.poem.Field getReferrerURLField()
                                          throws org.melati.poem.AccessPoemException
Retrieves the ReferrerURL value as a Field from this AffiliateTransaction Persistent.

Returns:
the String referrerURL
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getLandingPage_unsafe

public java.lang.String getLandingPage_unsafe()
Retrieves the LandingPage value, without locking, for this AffiliateTransaction Persistent.

Returns:
the String landingPage

setLandingPage_unsafe

public void setLandingPage_unsafe(java.lang.String cooked)
Sets the LandingPage value directly, without checking, for this AffiliateTransaction Persistent.

Parameters:
cooked - the pre-validated value to set

getLandingPage

public java.lang.String getLandingPage()
                                throws org.melati.poem.AccessPoemException
Retrieves the LandingPage value, with locking, for this AffiliateTransaction Persistent. Field description: The Landing Page

Returns:
the value of the field LandingPage for this AffiliateTransaction Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setLandingPage

public void setLandingPage(java.lang.String cooked)
                    throws org.melati.poem.AccessPoemException,
                           org.melati.poem.ValidationPoemException
Sets the LandingPage value, with checking, for this AffiliateTransaction Persistent. Field description: The Landing Page

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getLandingPageField

public org.melati.poem.Field getLandingPageField()
                                          throws org.melati.poem.AccessPoemException
Retrieves the LandingPage value as a Field from this AffiliateTransaction Persistent.

Returns:
the String landingPage
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getUserIpAddress_unsafe

public java.lang.String getUserIpAddress_unsafe()
Retrieves the UserIpAddress value, without locking, for this AffiliateTransaction Persistent.

Returns:
the String userIpAddress

setUserIpAddress_unsafe

public void setUserIpAddress_unsafe(java.lang.String cooked)
Sets the UserIpAddress value directly, without checking, for this AffiliateTransaction Persistent.

Parameters:
cooked - the pre-validated value to set

getUserIpAddress

public java.lang.String getUserIpAddress()
                                  throws org.melati.poem.AccessPoemException
Retrieves the UserIpAddress value, with locking, for this AffiliateTransaction Persistent. Field description: The User's IP Address

Returns:
the value of the field UserIpAddress for this AffiliateTransaction Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setUserIpAddress

public void setUserIpAddress(java.lang.String cooked)
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.ValidationPoemException
Sets the UserIpAddress value, with checking, for this AffiliateTransaction Persistent. Field description: The User's IP Address

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid

getUserIpAddressField

public org.melati.poem.Field getUserIpAddressField()
                                            throws org.melati.poem.AccessPoemException
Retrieves the UserIpAddress value as a Field from this AffiliateTransaction Persistent.

Returns:
the String userIpAddress
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights


Copyright © 2001-2008 PanEris. All Rights Reserved.