|
|||||||||
| 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.Event
public class Event
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 | |
|---|---|
Event(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 |
String |
get_abstractDeadline()
|
String |
get_contact()
|
String |
get_cost()
|
RDFRef |
get_eGMSResource()
|
String |
get_endDate()
|
String |
get_location()
|
String |
get_objectives()
|
String |
get_openTo()
|
String |
get_organisedFor()
|
String |
get_organiser()
|
String |
get_outputType()
|
String |
get_registrationDeadline()
|
String |
get_sponsor()
|
String |
get_startDate()
|
Date |
getAbstractDeadline()
Represents ... |
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
String |
getContact()
|
String |
getCost()
|
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()
|
Date |
getEndDate()
|
static Collection |
getGetterMethods()
|
static Event |
getInstance(RDFDB db,
URL id)
If an object of type Event with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static Event |
getInstance(String rdf)
|
String |
getLocation()
|
String |
getObjectives()
|
String |
getOpenTo()
|
String |
getOrganisedFor()
|
String |
getOrganiser()
|
String |
getOutputType()
|
static Collection |
getPartsDescriptor()
|
Date |
getRegistrationDeadline()
|
String |
getSponsor()
|
Date |
getStartDate()
|
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 Event |
newInstance(RDFDB db)
Create a new object of this type with a locally unique id and returns it |
static Event |
retrieve(URL id)
If an object of type Event 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_abstractDeadline(String abstractDeadline)
|
void |
set_contact(String contact)
|
void |
set_cost(String cost)
|
void |
set_eGMSResource(RDFRef eGMSResource)
|
void |
set_endDate(String endDate)
|
void |
set_location(String location)
|
void |
set_objectives(String objectives)
|
void |
set_openTo(String openTo)
|
void |
set_organisedFor(String organisedFor)
|
void |
set_organiser(String organiser)
|
void |
set_outputType(String outputType)
|
void |
set_registrationDeadline(String registrationDeadline)
|
void |
set_sponsor(String sponsor)
|
void |
set_startDate(String startDate)
|
void |
setAbstractDeadline(Date abstractDeadline)
Represents ... |
void |
setContact(String contact)
|
void |
setCost(String cost)
|
void |
setEGMSResource(EGMSResource eGMSResource)
|
void |
setEndDate(Date endDate)
|
void |
setLocation(String location)
|
void |
setObjectives(String objectives)
|
void |
setOpenTo(String openTo)
|
void |
setOrganisedFor(String organisedFor)
|
void |
setOrganiser(String organiser)
|
void |
setOutputType(String outputType)
|
void |
setRegistrationDeadline(Date registrationDeadline)
|
void |
setSponsor(String sponsor)
|
void |
setStartDate(Date startDate)
|
| 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 Event(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 setRegistrationDeadline(Date registrationDeadline)
registrationDeadline - public void set_registrationDeadline(String registrationDeadline)
registrationDeadline - public void setAbstractDeadline(Date abstractDeadline)
Represents ...
abstractDeadline - public void set_abstractDeadline(String abstractDeadline)
abstractDeadline - public void setStartDate(Date startDate)
startDate - public void set_startDate(String startDate)
startDate - public void setEndDate(Date endDate)
endDate - public void set_endDate(String endDate)
endDate - public void setOpenTo(String openTo)
openTo - public void set_openTo(String openTo)
openTo - public void setCost(String cost)
cost - public void set_cost(String cost)
cost - public void setSponsor(String sponsor)
sponsor - public void set_sponsor(String sponsor)
sponsor - public void setContact(String contact)
contact - public void set_contact(String contact)
contact - public void setOrganiser(String organiser)
organiser - public void set_organiser(String organiser)
organiser - public void setOrganisedFor(String organisedFor)
organisedFor - public void set_organisedFor(String organisedFor)
organisedFor - public void setObjectives(String objectives)
objectives - public void set_objectives(String objectives)
objectives - public void setLocation(String location)
location - public void set_location(String location)
location - public void setOutputType(String outputType)
outputType - public void set_outputType(String outputType)
outputType -
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 Event 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 Event 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 Date getRegistrationDeadline()
public String get_registrationDeadline()
throws Exception
Exceptionpublic Date getAbstractDeadline()
Represents ...
public String get_abstractDeadline()
throws Exception
Exceptionpublic Date getStartDate()
public String get_startDate()
throws Exception
Exceptionpublic Date getEndDate()
public String get_endDate()
throws Exception
Exceptionpublic String getOpenTo()
public String get_openTo()
throws Exception
Exceptionpublic String getCost()
public String get_cost()
throws Exception
Exceptionpublic String getSponsor()
public String get_sponsor()
throws Exception
Exceptionpublic String getContact()
public String get_contact()
throws Exception
Exceptionpublic String getOrganiser()
public String get_organiser()
throws Exception
Exceptionpublic String getOrganisedFor()
public String get_organisedFor()
throws Exception
Exceptionpublic String getObjectives()
public String get_objectives()
throws Exception
Exceptionpublic String getLocation()
public String get_location()
throws Exception
Exceptionpublic String getOutputType()
public String get_outputType()
throws Exception
Exceptionpublic static FeatureDescriptor getDescriptor(String featureName)
featureName - public static Collection getPartsDescriptor()
public static Collection getGetterMethods()
public static Event 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 Event retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exceptionpublic void clear()
RDFObject
clear in class RDFObject
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||