public class CreationParams extends Object
| Modifier and Type | Field and Description |
|---|---|
ArrayList<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?
|
String |
getAll_properties()
Get all properties
|
Date |
getExpire_date()
Is the RS to be created with time leasing?
|
PublicKey |
getPKey()
Is the RS to be created with a private key?
|
ArrayList<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(String all_properties)
Set all properties
|
void |
setDataflow(boolean dataflow)
set the data flow property
|
void |
setExpire_date(Date expire_date)
Set the time leasing for the RS
|
void |
setForward(boolean forward)
Set the forward only property
|
void |
setPKey(PublicKey pKey)
Set the Private key of the RS
|
void |
setProperties(ArrayList<String> properties)
Set the Element properties of the RS
|
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 Date getExpire_date()
public void setExpire_date(Date expire_date)
expire_date - the time leasing setpublic PublicKey getPKey()
public void setPKey(PublicKey pKey)
pKey - the private keypublic ArrayList<String> getProperties()
public void setProperties(ArrayList<String> properties)
properties - an array list of the propertiespublic String getAll_properties()
public void setAll_properties(String all_properties)
all_properties - the propertiesCopyright © 2017. All Rights Reserved.