|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SiteProperty
The Local interface for the entity bean representing a
record in the site_propertiess table.
Accessor methods are defined for all the columns, while mutator methods are defined for all columns except the primary key column.
Copyright 2003, Rakesh Vidyadharan
| Method Summary | |
|---|---|
int |
getBottomRail()
Return the value in the bottom_rail column. |
int |
getCustomerId()
Return the value in the site_properties_id column. |
java.lang.String |
getFooter()
Return the value in the footer column. |
java.lang.String |
getHeader()
Return the value in the header column. |
int |
getLeftRail()
Return the value in the left_rail column. |
int |
getRightRail()
Return the value in the right_rail column. |
int |
getTopRail()
Return the value in the top_rail column. |
void |
setBottomRail(int bottomRail)
Set the value in the bottom_rail column. |
void |
setFooter(java.lang.String footer)
Set the value in the footer column. |
void |
setHeader(java.lang.String header)
Set the value in the header column. |
void |
setLeftRail(int leftRail)
Set the value in the left_rail column. |
void |
setRightRail(int rightRail)
Set the value in the right_rail column. |
void |
setTopRail(int topRail)
Set the value in the top_rail column. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
int getCustomerId()
site_properties_id column.
int getTopRail()
top_rail column.
void setTopRail(int topRail)
top_rail column.
topRail - - The value to set.int getLeftRail()
left_rail column.
void setLeftRail(int leftRail)
left_rail column.
leftRail - - The value to set.int getRightRail()
right_rail column.
void setRightRail(int rightRail)
right_rail column.
rightRail - - The value to set.int getBottomRail()
bottom_rail column.
void setBottomRail(int bottomRail)
bottom_rail column.
bottomRail - - The value to set.java.lang.String getHeader()
header column.
void setHeader(java.lang.String header)
header column.
header - - The value to set.java.lang.String getFooter()
footer column.
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 | |||||||||