|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.common.searchservice.searchlibrary.resultset.elements.CreationParams
public class CreationParams
Creation Parameters container class
Field Summary | |
---|---|
java.util.ArrayList<java.lang.String> |
properties
Array of property elements |
Constructor Summary | |
---|---|
CreationParams()
|
Method Summary | |
---|---|
int |
getAccessReads()
Is the RS to be created with access leasing? |
java.lang.String |
getAll_properties()
Get all properties |
java.util.Date |
getExpire_date()
Is the RS to be created with time leasing? |
java.security.PublicKey |
getPKey()
Is the RS to be created with a private key? |
java.util.ArrayList<java.lang.String> |
getProperties()
Get the Element properties of the RS |
boolean |
isDataflow()
Is the RS to be created with control flow? |
boolean |
isForward()
Is the RS to be created with forward only property? |
void |
setAccessReads(int accessReads)
Set the access leasing |
void |
setAll_properties(java.lang.String all_properties)
Set all properties |
void |
setDataflow(boolean dataflow)
set the data flow property |
void |
setExpire_date(java.util.Date expire_date)
Set the time leasing for the RS |
void |
setForward(boolean forward)
Set the forward only property |
void |
setPKey(java.security.PublicKey pKey)
Set the Private key of the RS |
void |
setProperties(java.util.ArrayList<java.lang.String> properties)
Set the Element properties of the RS |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList<java.lang.String> properties
Constructor Detail |
---|
public CreationParams()
Method Detail |
---|
public boolean isDataflow()
public void setDataflow(boolean dataflow)
dataflow
- the data flow propertypublic int getAccessReads()
public void setAccessReads(int accessReads)
accessReads
- the access leasingpublic boolean isForward()
public void setForward(boolean forward)
forward
- true if forward only is to be setpublic java.util.Date getExpire_date()
public void setExpire_date(java.util.Date expire_date)
expire_date
- the time leasing setpublic java.security.PublicKey getPKey()
public void setPKey(java.security.PublicKey pKey)
pKey
- the private keypublic java.util.ArrayList<java.lang.String> getProperties()
public void setProperties(java.util.ArrayList<java.lang.String> properties)
properties
- an array list of the propertiespublic java.lang.String getAll_properties()
public void setAll_properties(java.lang.String all_properties)
all_properties
- the properties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |