|
|||||||||
| 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.Factsheet
public class Factsheet
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 | |
|---|---|
Factsheet(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()
|
String |
get_file()
|
String |
get_groupName()
|
String |
get_notes()
|
String |
get_numberRange()
|
String |
get_pages()
|
String |
get_source()
|
RDFRef |
get_study()
|
RDFRef |
get_tables()
|
String |
get_title()
|
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 |
String |
getFile()
Deprecated. replcaed by url |
Bookmark |
GetFolders()
|
List |
GetFolders(BasicExecutorLog log)
|
static Collection |
getGetterMethods()
|
String |
getGroupName()
|
static Factsheet |
getInstance(RDFDB db,
URL id)
If an object of type Factsheet with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static Factsheet |
getInstance(String rdf)
|
String |
getNotes()
|
String |
getNumberRange()
|
String |
getPages()
|
static Collection |
getPartsDescriptor()
|
String |
getSource()
|
Study |
getStudy()
|
List |
getTables()
|
String |
getTitle()
|
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 Factsheet |
newInstance(RDFDB db)
Create a new object of this type with a locally unique id and returns it |
static Factsheet |
retrieve(URL id)
If an object of type Factsheet 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_file(String file)
|
void |
set_groupName(String groupName)
|
void |
set_notes(String notes)
|
void |
set_numberRange(String numberRange)
|
void |
set_pages(String pages)
|
void |
set_source(String source)
|
void |
set_study(RDFRef study)
|
void |
set_tables(RDFRef tables)
|
void |
set_title(String title)
|
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 |
setFile(String file)
Deprecated. replcaed by url |
void |
setGroupName(String groupName)
|
void |
setNotes(String notes)
|
void |
setNumberRange(String numberRange)
|
void |
setPages(String pages)
|
void |
setSource(String source)
|
void |
setStudy(Study study)
|
void |
setTables(List tables)
|
void |
setTitle(String title)
|
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 Factsheet(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_tables(RDFRef tables)
tables -
public void setTables(List tables)
throws Exception
tables -
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 setTitle(String title)
title - public void set_title(String title)
title - public void setNumberRange(String numberRange)
numberRange - public void set_numberRange(String numberRange)
numberRange - 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 setPages(String pages)
pages - public void set_pages(String pages)
pages - public void setSource(String source)
source - public void set_source(String source)
source - 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 Factsheet 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 Factsheet 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_tables()
throws Exception
Exception
public List getTables()
throws Exception
Exceptionpublic String getAccess()
public String get_access()
throws Exception
Exceptionpublic String getAuthor()
public String get_author()
throws Exception
Exceptionpublic String getTitle()
public String get_title()
throws Exception
Exceptionpublic String getNumberRange()
public String get_numberRange()
throws Exception
Exceptionpublic String getUrl()
public String get_url()
throws Exception
Exceptionpublic String getNotes()
public String get_notes()
throws Exception
Exceptionpublic String getPages()
public String get_pages()
throws Exception
Exceptionpublic String getSource()
public String get_source()
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
Exception
public Bookmark GetFolders()
throws Exception
Exception
public List GetFolders(BasicExecutorLog log)
throws Exception
log - the Executor of this method;if null a default one is used
Exceptionpublic static FeatureDescriptor getDescriptor(String featureName)
featureName - public static Collection getPartsDescriptor()
public static Collection getGetterMethods()
public static Factsheet 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 Factsheet 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 | ||||||||