|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
nesstar.rdf.RDFObject
nesstar.api.hc.Table
public class Table
Code automatically generated from ARGO/UML
| Field Summary | |
|---|---|
static String |
CLASS_ID
|
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Constructor Summary | |
|---|---|
Table(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
|
| Method Summary | |
|---|---|
void |
clear()
Clear all properties of this object |
Bookmark |
Delete()
|
void |
Delete(BasicExecutorLog log)
|
String |
get_access()
|
String |
get_accessibility()
|
String |
get_author()
|
RDFRef |
get_factsheets()
|
String |
get_file()
|
String |
get_groupName()
|
String |
get_name()
|
String |
get_notes()
|
String |
get_source()
|
RDFRef |
get_study()
|
String |
get_url()
|
RDFRef |
get_variables()
|
String |
getAccess()
Deprecated. replaced by accessibility |
String |
getAccessibility()
|
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
String |
getAuthor()
|
static FeatureDescriptor |
getDescriptor(String featureName)
get the descriptor for a feature of the class, either method or attribute Note: the methods' feature are still not implemented |
List |
getFactsheets()
|
String |
getFile()
Deprecated. replaced by url |
static Collection |
getGetterMethods()
|
String |
getGroupName()
|
static Table |
getInstance(RDFDB db,
URL id)
If an object of type Table with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static Table |
getInstance(String rdf)
|
String |
getName()
|
String |
getNotes()
|
static Collection |
getPartsDescriptor()
|
String |
getSource()
|
Study |
getStudy()
|
String |
getUrl()
|
List |
getVariables()
|
void |
initialised()
Notify that the object has been created and its properties setup for the first time. |
static void |
listenForNewObj(NewObjListener listener)
Register to be notified when new objects are added. |
static Table |
newInstance(RDFDB db)
Create a new object of this type with a locally unique id and returns it |
static Table |
retrieve(URL id)
If an object of type Table with the indicated id has already being retrieved from the network returns it otherwise retrieve it together with its class information (methods, properties, etc.) |
void |
set_access(String access)
|
void |
set_accessibility(String accessibility)
|
void |
set_author(String author)
|
void |
set_factsheets(RDFRef factsheets)
|
void |
set_file(String file)
|
void |
set_groupName(String groupName)
|
void |
set_name(String name)
|
void |
set_notes(String notes)
|
void |
set_source(String source)
|
void |
set_study(RDFRef study)
|
void |
set_url(String url)
|
void |
set_variables(RDFRef variables)
|
void |
setAccess(String access)
Deprecated. replaced by accessibility |
void |
setAccessibility(String accessibility)
|
void |
setAuthor(String author)
|
void |
setFactsheets(List factsheets)
|
void |
setFile(String file)
Deprecated. replaced by url |
void |
setGroupName(String groupName)
|
void |
setName(String name)
|
void |
setNotes(String notes)
|
void |
setSource(String source)
|
void |
setStudy(Study study)
|
void |
setUrl(String url)
|
void |
setVariables(List variables)
|
| Methods inherited from class java.util.Observable |
|---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String CLASS_ID
| Constructor Detail |
|---|
public Table(RDFDB db,
URL id)
throws Exception
db - the db where the object is to be createdid - the id of the object to create
Exception| Method Detail |
|---|
public void set_study(RDFRef study)
study -
public void setStudy(Study study)
throws Exception
study -
Exceptionpublic void set_variables(RDFRef variables)
variables -
public void setVariables(List variables)
throws Exception
variables -
Exceptionpublic void set_factsheets(RDFRef factsheets)
factsheets -
public void setFactsheets(List factsheets)
throws Exception
factsheets -
Exceptionpublic void setAccess(String access)
access - public void set_access(String access)
access - public void setAuthor(String author)
author - public void set_author(String author)
author - public void setUrl(String url)
url - public void set_url(String url)
url - public void setNotes(String notes)
notes - public void set_notes(String notes)
notes - public void setSource(String source)
source - public void set_source(String source)
source - public void setName(String name)
name - public void set_name(String name)
name - public void setGroupName(String groupName)
groupName - public void set_groupName(String groupName)
groupName - public void setFile(String file)
file - public void set_file(String file)
file - public void setAccessibility(String accessibility)
accessibility - public void set_accessibility(String accessibility)
accessibility -
public static Vector getAllInstances(RDFDB db)
throws Exception
db - the db where the instances are to be found
Exception
public static Vector getAllInstances()
throws Exception
Exception
public static Table getInstance(RDFDB db,
URL id)
throws Exception
db - the db where the object is to be found or createdid - the id of the object to retrieve or create
Exception
public static Table getInstance(String rdf)
throws Exception
rdf - some rdf code that contains a description of an object of this kind
Exception
public RDFRef get_study()
throws Exception
Exceptionpublic Study getStudy()
public RDFRef get_variables()
throws Exception
Exception
public List getVariables()
throws Exception
Exception
public RDFRef get_factsheets()
throws Exception
Exception
public List getFactsheets()
throws Exception
Exceptionpublic String getAccess()
public String get_access()
throws Exception
Exceptionpublic String getAuthor()
public String get_author()
throws Exception
Exceptionpublic String getUrl()
public String get_url()
throws Exception
Exceptionpublic String getNotes()
public String get_notes()
throws Exception
Exceptionpublic String getSource()
public String get_source()
throws Exception
Exceptionpublic String getName()
public String get_name()
throws Exception
Exceptionpublic String getGroupName()
public String get_groupName()
throws Exception
Exceptionpublic String getFile()
public String get_file()
throws Exception
Exceptionpublic String getAccessibility()
public String get_accessibility()
throws Exception
Exceptionpublic static FeatureDescriptor getDescriptor(String featureName)
featureName - public static Collection getPartsDescriptor()
public static Collection getGetterMethods()
public static Table newInstance(RDFDB db)
throws Exception
db - the db where the object is to be found or created
Exceptionpublic static void listenForNewObj(NewObjListener listener)
listener - the listenerpublic void initialised()
initialised in class RDFObject
public static Table retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exceptionpublic void clear()
RDFObject
clear in class RDFObject
public Bookmark Delete()
throws Exception
Exception
public void Delete(BasicExecutorLog log)
throws Exception
log - the Executor of this method;if null a default one is used
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||