|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiz.wedoit4u.ejb.entity.EntityBeanAdapter
biz.wedoit4u.ejb.entity.SitePropertyBean
public abstract class SitePropertyBean
The implementation of the entity bean representing a record in the
site_propertiess table.
Copyright 2003, Rakesh Vidyadharan
| Constructor Summary | |
|---|---|
SitePropertyBean()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
ejbCreate(int customerId,
int topRail,
int leftRail,
int rightRail,
int bottomRail,
java.lang.String header,
java.lang.String footer)
Create a new site_properties record. |
void |
ejbPostCreate(int customerId,
int topRail,
int leftRail,
int rightRail,
int bottomRail,
java.lang.String header,
java.lang.String footer)
Mandatory post create method for ejbCreate( int, int, int, int, int, String, String ). |
abstract int |
getBottomRail()
Return the value in the bottom_rail column. |
abstract int |
getCustomerId()
Return the value in the site_properties_id column. |
abstract java.lang.String |
getFooter()
Return the value in the footer column. |
abstract java.lang.String |
getHeader()
Return the value in the header column. |
abstract int |
getLeftRail()
Return the value in the left_rail column. |
abstract int |
getRightRail()
Return the value in the right_rail column. |
abstract int |
getTopRail()
Return the value in the top_rail column. |
abstract void |
setBottomRail(int bottomRail)
Set the value in the bottom_rail column. |
abstract void |
setCustomerId(int customerId)
Set the value in the site_properties_id column. |
abstract void |
setFooter(java.lang.String footer)
Set the value in the footer column. |
abstract void |
setHeader(java.lang.String header)
Set the value in the header column. |
abstract void |
setLeftRail(int leftRail)
Set the value in the left_rail column. |
abstract void |
setRightRail(int rightRail)
Set the value in the right_rail column. |
abstract void |
setTopRail(int topRail)
Set the value in the top_rail column. |
| Methods inherited from class biz.wedoit4u.ejb.entity.EntityBeanAdapter |
|---|
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SitePropertyBean()
| Method Detail |
|---|
public java.lang.Integer ejbCreate(int customerId,
int topRail,
int leftRail,
int rightRail,
int bottomRail,
java.lang.String header,
java.lang.String footer)
throws javax.ejb.CreateException
site_properties record.
customerId - - The customer_id value.topRail - - The top_rail value.leftRail - - The left_rail value.rightRail - - The right_rail value.bottomRail - - The bottom_rail value.header - - The header value.footer - - The footer value.
javax.ejb.CreateException - - If errors are encountered while creating
the new record.
public void ejbPostCreate(int customerId,
int topRail,
int leftRail,
int rightRail,
int bottomRail,
java.lang.String header,
java.lang.String footer)
throws javax.ejb.CreateException
post create method for ejbCreate( int, int, int, int, int, String, String ). No special
post processing is required.
customerId - - The customer_id value.topRail - - The top_rail value.leftRail - - The left_rail value.rightRail - - The right_rail value.bottomRail - - The bottom_rail value.header - - The header value.footer - - The footer value.
javax.ejb.CreateException - - If errors are encountered while creating
the new record.public abstract int getCustomerId()
site_properties_id column.
public abstract void setCustomerId(int customerId)
site_properties_id column.
customerId - - The value to set.public abstract int getTopRail()
top_rail column.
public abstract void setTopRail(int topRail)
top_rail column.
topRail - - The value to set.public abstract int getLeftRail()
left_rail column.
public abstract void setLeftRail(int leftRail)
left_rail column.
leftRail - - The value to set.public abstract int getRightRail()
right_rail column.
public abstract void setRightRail(int rightRail)
right_rail column.
rightRail - - The value to set.public abstract int getBottomRail()
bottom_rail column.
public abstract void setBottomRail(int bottomRail)
bottom_rail column.
bottomRail - - The value to set.public abstract java.lang.String getHeader()
header column.
public abstract void setHeader(java.lang.String header)
header column.
header - - The value to set.public abstract java.lang.String getFooter()
footer column.
public abstract void setFooter(java.lang.String footer)
footer column.
footer - - The value to set.
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||