Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.keys.ejb
Class WhereCollectionKey  view WhereCollectionKey download WhereCollectionKey.java

java.lang.Object
  extended bycom.flexstor.common.keys.ejb.FlexKey
      extended bycom.flexstor.common.keys.ejb.CollectionKey
          extended bycom.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:

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