|
|||||||||
| Home >> All >> com >> flexstor >> common >> keys >> [ ejb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.keys.ejb
Class WhereCollectionKey

java.lang.Objectcom.flexstor.common.keys.ejb.FlexKey
com.flexstor.common.keys.ejb.CollectionKey
com.flexstor.common.keys.ejb.WhereCollectionKey
- All Implemented Interfaces:
- java.io.Serializable
- public class WhereCollectionKey
- extends CollectionKey
Contains necessary information to retreive a collection of restrictive where objects from the database
Developer Notes:
- None
- Since:
- FLEXSTOR.db 3.0
| Field Summary | |
static java.lang.String |
IDENTIFIER
|
(package private) static long |
serialVersionUID
|
| Fields inherited from class com.flexstor.common.keys.ejb.CollectionKey |
|
| Fields inherited from class com.flexstor.common.keys.ejb.FlexKey |
ref |
| Constructor Summary | |
WhereCollectionKey(java.util.Vector keys)
Constructor |
|
WhereCollectionKey(WhereKey[] keys)
Constructor |
|
| Method Summary | |
WhereKey[] |
getKeys()
Return Keys |
| Methods inherited from class com.flexstor.common.keys.ejb.CollectionKey |
addKey, getSuperKeys, removeKey, toString |
| Methods inherited from class com.flexstor.common.keys.ejb.FlexKey |
equals, getRef, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
| Constructor Detail |
WhereCollectionKey
public WhereCollectionKey(WhereKey[] keys)
- Constructor
WhereCollectionKey
public WhereCollectionKey(java.util.Vector keys)
- Constructor
| Method Detail |
getKeys
public WhereKey[] getKeys()
- Return Keys
|
|||||||||
| Home >> All >> com >> flexstor >> common >> keys >> [ ejb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC