|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.beasys.portal.ejb.BaseBean
|
+--com.beasys.portal.ejb.ColumnInformationBean
Column information for a portal/category bean implementation.
| Field Summary | |
java.lang.String |
categoryName
The category name. |
int |
columnOrder
|
int |
columnWidth
The column width. |
java.lang.String |
portalName
The portal name. |
| Fields inherited from class com.beasys.portal.ejb.BaseBean |
ctx,
isModified |
| Constructor Summary | |
ColumnInformationBean()
|
|
| Method Summary | |
void |
ejbCreate(ColumnInformationPK pk)
Ejb create. |
void |
ejbPostCreate(ColumnInformationPK pk)
Ejb post create. |
java.lang.String |
getCategoryName()
Get category name. |
int |
getColumnOrder()
Get column order. |
int |
getColumnWidth()
Get column width in percent. |
java.lang.String |
getPortalName()
Get portal name. |
void |
setColumnOrder(int anOrder)
Set column order. |
void |
setColumnWidth(int aWidth)
Set column width in percent. |
| Methods inherited from class com.beasys.portal.ejb.BaseBean |
ejbActivate,
ejbLoad,
ejbPassivate,
ejbRemove,
ejbStore,
isModified,
setEntityContext,
unsetEntityContext |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public java.lang.String portalName
public java.lang.String categoryName
public int columnWidth
public int columnOrder
| Constructor Detail |
public ColumnInformationBean()
| Method Detail |
public void ejbCreate(ColumnInformationPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
pk - the column information primary key.CreateException - error on create.RemoteException - container error.
public void ejbPostCreate(ColumnInformationPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
pk - the column information primary key.CreateException - error on create.RemoteException - container error.public java.lang.String getPortalName()
String the portal name.public java.lang.String getCategoryName()
String the category name.public int getColumnWidth()
int the column width in percent.public void setColumnWidth(int aWidth)
aWidth - the column width in percent.public int getColumnOrder()
int the colum order.public void setColumnOrder(int anOrder)
anOrder - the column order.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||