public class CreationParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<java.lang.String> |
properties
Array of property elements
|
Constructor and Description |
---|
CreationParams() |
Modifier and Type | Method and Description |
---|---|
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
|
public java.util.ArrayList<java.lang.String> properties
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