public class GCProperties extends Object
ResultSet| Constructor and Description |
|---|
GCProperties()
Creates a new
GCProperties |
| Modifier and Type | Method and Description |
|---|---|
void |
addLifeSpan(String lifeSpan)
Adds a lifespan property
|
void |
addSSID(String ssid)
Adds a search transaction id
|
void |
addToChain(String file)
Adds the procided filename to the parts of the
ResultSet |
void |
addWSEPR(String wsEpr)
Adds a WSRF epr
|
Vector<String> |
getChainOfFiles()
Retrieves the chain of files that make up this
ResultSet |
long |
getLastAccessed()
Retrieves the last accessed property
|
long |
getLastAuthored()
retrieves the last authored property
|
long |
getMaxLifeSpan()
Retrievs the maximum lifespan property
|
Vector<String> |
getWSEPRs()
Retrieves the WSRF eprs
|
boolean |
isComplete()
Checks if th e
ResultSet is completed |
void |
setComplete(boolean complete)
sets the completed property
|
void |
setLastAccessed(long lastAccessed)
Sets the last accessed property
|
void |
setLastAuthored(long lastAuthored)
sets the last authored propery
|
public GCProperties()
GCPropertiespublic void addSSID(String ssid)
ssid - the search transaction idpublic void addWSEPR(String wsEpr)
wsEpr - the wsrf eprpublic void addToChain(String file)
ResultSetfile - The filename to addpublic void addLifeSpan(String lifeSpan)
lifeSpan - the lifespan propertypublic long getMaxLifeSpan()
public long getLastAccessed()
public void setLastAccessed(long lastAccessed)
lastAccessed - The last accessed propertypublic long getLastAuthored()
public void setLastAuthored(long lastAuthored)
lastAuthored - the last authored propertypublic boolean isComplete()
ResultSet is completedtrue if it is, false otherwisepublic void setComplete(boolean complete)
complete - true if it is, false otherwisepublic Vector<String> getChainOfFiles()
ResultSetResultSetCopyright © 2019. All Rights Reserved.