Rakesh API

biz.wedoit4u.ejb.entity
Interface SiteProperty

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface SiteProperty
extends javax.ejb.EJBLocalObject

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

Version:
$Id: SiteProperty.java,v 1.2 2004/05/26 11:42:35 rakesh Exp $
Author:
Rakesh Vidyadharan on 25th October 2003

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

getCustomerId

int getCustomerId()
Return the value in the site_properties_id column.

Returns:
int - The value in the column.

getTopRail

int getTopRail()
Return the value in the top_rail column.

Returns:
int - The value in the column.

setTopRail

void setTopRail(int topRail)
Set the value in the top_rail column.

Parameters:
topRail - - The value to set.

getLeftRail

int getLeftRail()
Return the value in the left_rail column.

Returns:
int - The value in the column.

setLeftRail

void setLeftRail(int leftRail)
Set the value in the left_rail column.

Parameters:
leftRail - - The value to set.

getRightRail

int getRightRail()
Return the value in the right_rail column.

Returns:
int - The value in the column.

setRightRail

void setRightRail(int rightRail)
Set the value in the right_rail column.

Parameters:
rightRail - - The value to set.

getBottomRail

int getBottomRail()
Return the value in the bottom_rail column.

Returns:
int - The value in the column.

setBottomRail

void setBottomRail(int bottomRail)
Set the value in the bottom_rail column.

Parameters:
bottomRail - - The value to set.

getHeader

java.lang.String getHeader()
Return the value in the header column.

Returns:
String - The value in the column.

setHeader

void setHeader(java.lang.String header)
Set the value in the header column.

Parameters:
header - - The value to set.

getFooter

java.lang.String getFooter()
Return the value in the footer column.

Returns:
String - The value in the column.

setFooter

void setFooter(java.lang.String footer)
Set the value in the footer column.

Parameters:
footer - - The value to set.

Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan