|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ bean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.RuntimeCollective.webapps.bean
Interface SequenceBean

- All Superinterfaces:
- EntityBean, java.io.Serializable
- public interface SequenceBean
- extends EntityBean
An interface for beans that can be identified by a sequence property -- this can either be a string representing an integer or a single letter. The sequence is used to denote the order of beans within a BeanSequence.
- Version:
- $Id: SequenceBean.java,v 1.3 2003/09/30 15:13:09 joe Exp $
| Field Summary |
| Fields inherited from interface com.RuntimeCollective.webapps.bean.EntityBean |
DATABASE_TABLE, INTERFACE_BEAN, NULL_ID |
| Method Summary | |
java.lang.String |
getSequence()
Get the bean sequence. |
void |
setSequence(java.lang.String sequence)
Set the bean sequence. |
| Methods inherited from interface com.RuntimeCollective.webapps.bean.EntityBean |
delete, getId, save, setId |
| Method Detail |
getSequence
public java.lang.String getSequence()
- Get the bean sequence.
setSequence
public void setSequence(java.lang.String sequence)
- Set the bean sequence.
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ bean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC