|
|||||||||
| 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.common.Resource
nesstar.api.common.Person
public class Person
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 | |
|---|---|
Person(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 |
RDFRef |
get_eGMSResource()
|
String |
get_firstName()
|
String |
get_initials()
|
String |
get_lastName()
|
String |
get_preferredName()
|
String |
get_suffix()
|
String |
get_title()
|
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
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 |
EGMSResource |
getEGMSResource()
|
String |
getFirstName()
|
static Collection |
getGetterMethods()
|
String |
getInitials()
|
static Resource |
getInstance(RDFDB db,
URL id)
If an object of type Person with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static Resource |
getInstance(String rdf)
|
String |
getLastName()
|
static Collection |
getPartsDescriptor()
|
String |
getPreferredName()
|
String |
getSuffix()
|
String |
getTitle()
|
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 Resource |
newInstance(RDFDB db)
Create a new object of this type with a locally unique id and returns it |
static Resource |
retrieve(URL id)
If an object of type Person 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_eGMSResource(RDFRef eGMSResource)
|
void |
set_firstName(String firstName)
|
void |
set_initials(String initials)
|
void |
set_lastName(String lastName)
|
void |
set_preferredName(String preferredName)
|
void |
set_suffix(String suffix)
|
void |
set_title(String title)
|
void |
setEGMSResource(EGMSResource eGMSResource)
|
void |
setFirstName(String firstName)
|
void |
setInitials(String initials)
|
void |
setLastName(String lastName)
|
void |
setPreferredName(String preferredName)
|
void |
setSuffix(String suffix)
|
void |
setTitle(String title)
|
| 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 Person(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_eGMSResource(RDFRef eGMSResource)
eGMSResource -
public void setEGMSResource(EGMSResource eGMSResource)
throws Exception
eGMSResource -
Exceptionpublic void setTitle(String title)
title - public void set_title(String title)
title - public void setFirstName(String firstName)
firstName - public void set_firstName(String firstName)
firstName - public void setLastName(String lastName)
lastName - public void set_lastName(String lastName)
lastName - public void setPreferredName(String preferredName)
preferredName - public void set_preferredName(String preferredName)
preferredName - public void setInitials(String initials)
initials - public void set_initials(String initials)
initials - public void setSuffix(String suffix)
suffix - public void set_suffix(String suffix)
suffix -
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 Resource 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 Resource getInstance(String rdf)
throws Exception
rdf - some rdf code that contains a description of an object of this kind
Exception
public RDFRef get_eGMSResource()
throws Exception
Exceptionpublic EGMSResource getEGMSResource()
public String getTitle()
public String get_title()
throws Exception
Exceptionpublic String getFirstName()
public String get_firstName()
throws Exception
Exceptionpublic String getLastName()
public String get_lastName()
throws Exception
Exceptionpublic String getPreferredName()
public String get_preferredName()
throws Exception
Exceptionpublic String getInitials()
public String get_initials()
throws Exception
Exceptionpublic String getSuffix()
public String get_suffix()
throws Exception
Exceptionpublic static FeatureDescriptor getDescriptor(String featureName)
featureName - public static Collection getPartsDescriptor()
public static Collection getGetterMethods()
public static Resource 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 Resource
public static Resource retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exceptionpublic void clear()
RDFObject
clear in class Resource
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||