|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.rdf.listeners.StatementListener
com.ibm.adtech.jastor.ThingImpl
ibspan.tss.um.ontology.UserProfileDataImpl
public class UserProfileDataImpl
Implementation of UserProfileData
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#UserProfileData)
| Field Summary |
|---|
| Fields inherited from class com.ibm.adtech.jastor.ThingImpl |
|---|
_model, _resource, _typeUri, copyright |
| Fields inherited from interface ibspan.tss.um.ontology.UserProfileData |
|---|
TYPE |
| Fields inherited from interface com.ibm.adtech.jastor.Thing |
|---|
copyright |
| Method Summary | |
|---|---|
void |
addedStatement(Statement stmt)
|
void |
clearCache()
|
Age |
getHasAge()
Gets the 'hasAge' property value |
Dress |
getHasDress()
Gets the 'hasDress' property value |
Profession |
getHasProfession()
Gets the 'hasProfession' property value |
Wealth |
getHasWealth()
Gets the 'hasWealth' property value |
com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType |
getWasBorn()
Gets the 'wasBorn' property value |
List |
listStatements()
|
void |
registerListener(com.ibm.adtech.jastor.ThingListener listener)
|
void |
removedStatement(Statement stmt)
|
Age |
setHasAge()
Sets the 'hasAge' property value to an anonymous node |
void |
setHasAge(Age hasAge)
Sets the 'hasAge' property value |
Age |
setHasAge(Resource resource)
Sets the 'hasAge' property value to the given resource, and add's rdf:type properties. |
Dress |
setHasDress()
Sets the 'hasDress' property value to an anonymous node |
void |
setHasDress(Dress hasDress)
Sets the 'hasDress' property value |
Dress |
setHasDress(Resource resource)
Sets the 'hasDress' property value to the given resource, and add's rdf:type properties. |
Profession |
setHasProfession()
Sets the 'hasProfession' property value to an anonymous node |
void |
setHasProfession(Profession hasProfession)
Sets the 'hasProfession' property value |
Profession |
setHasProfession(Resource resource)
Sets the 'hasProfession' property value to the given resource, and add's rdf:type properties. |
Wealth |
setHasWealth()
Sets the 'hasWealth' property value to an anonymous node |
Wealth |
setHasWealth(Resource resource)
Sets the 'hasWealth' property value to the given resource, and add's rdf:type properties. |
void |
setHasWealth(Wealth hasWealth)
Sets the 'hasWealth' property value |
void |
setWasBorn(com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType wasBorn)
Sets the 'wasBorn' property value |
void |
unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
|
| Methods inherited from class com.ibm.adtech.jastor.ThingImpl |
|---|
equals, isRDFType, model, removeStatements, resource, toString, uri |
| Methods inherited from class com.hp.hpl.jena.rdf.listeners.StatementListener |
|---|
addedStatements, addedStatements, addedStatements, addedStatements, notifyEvent, removedStatements, removedStatements, removedStatements, removedStatements |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ibm.adtech.jastor.Thing |
|---|
isRDFType, model, removeStatements, resource, uri |
| Method Detail |
|---|
public List listStatements()
listStatements in interface com.ibm.adtech.jastor.ThinglistStatements in class com.ibm.adtech.jastor.ThingImplpublic void clearCache()
clearCache in interface com.ibm.adtech.jastor.ThingclearCache in class com.ibm.adtech.jastor.ThingImpl
public Wealth getHasWealth()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
getHasWealth in interface UserProfileDataWealth
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasWealthProperty
public void setHasWealth(Wealth hasWealth)
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setHasWealth in interface UserProfileDatacom.ibm.adtech.jastor.JastorExceptionUserProfileData.hasWealthProperty
public Wealth setHasWealth()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setHasWealth in interface UserProfileDataWealth, the created value
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasWealthProperty
public Wealth setHasWealth(Resource resource)
throws com.ibm.adtech.jastor.JastorException
UserProfileDataWealth with the factory.
and calling setHasWealth(ibspan.tss.um.ontology.Wealth hasWealth)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Wealth. That is, this method
should not be used as a shortcut for creating new objects in the model.
setHasWealth in interface UserProfileDataWealth, the newly created value
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasWealthProperty
public com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType getWasBorn()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
getWasBorn in interface UserProfileDataXSDDateType
com.ibm.adtech.jastor.JastorExceptionUserProfileData.wasBornProperty
public void setWasBorn(com.hp.hpl.jena.datatypes.xsd.impl.XSDDateType wasBorn)
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setWasBorn in interface UserProfileDatacom.ibm.adtech.jastor.JastorExceptionUserProfileData.wasBornProperty
public Dress getHasDress()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
getHasDress in interface UserProfileDataDress
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasDressProperty
public void setHasDress(Dress hasDress)
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setHasDress in interface UserProfileDatacom.ibm.adtech.jastor.JastorExceptionUserProfileData.hasDressProperty
public Dress setHasDress()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setHasDress in interface UserProfileDataDress, the created value
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasDressProperty
public Dress setHasDress(Resource resource)
throws com.ibm.adtech.jastor.JastorException
UserProfileDataDress with the factory.
and calling setHasDress(ibspan.tss.um.ontology.Dress hasDress)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Dress. That is, this method
should not be used as a shortcut for creating new objects in the model.
setHasDress in interface UserProfileDataDress, the newly created value
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasDressProperty
public Profession getHasProfession()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
getHasProfession in interface UserProfileDataProfession
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasProfessionProperty
public void setHasProfession(Profession hasProfession)
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setHasProfession in interface UserProfileDatacom.ibm.adtech.jastor.JastorExceptionUserProfileData.hasProfessionProperty
public Profession setHasProfession()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setHasProfession in interface UserProfileDataProfession, the created value
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasProfessionProperty
public Profession setHasProfession(Resource resource)
throws com.ibm.adtech.jastor.JastorException
UserProfileDataProfession with the factory.
and calling setHasProfession(ibspan.tss.um.ontology.Profession hasProfession)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Profession. That is, this method
should not be used as a shortcut for creating new objects in the model.
setHasProfession in interface UserProfileDataProfession, the newly created value
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasProfessionProperty
public Age getHasAge()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
getHasAge in interface UserProfileDataAge
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasAgeProperty
public void setHasAge(Age hasAge)
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setHasAge in interface UserProfileDatacom.ibm.adtech.jastor.JastorExceptionUserProfileData.hasAgeProperty
public Age setHasAge()
throws com.ibm.adtech.jastor.JastorException
UserProfileData
setHasAge in interface UserProfileDataAge, the created value
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasAgeProperty
public Age setHasAge(Resource resource)
throws com.ibm.adtech.jastor.JastorException
UserProfileDataAge with the factory.
and calling setHasAge(ibspan.tss.um.ontology.Age hasAge)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Age. That is, this method
should not be used as a shortcut for creating new objects in the model.
setHasAge in interface UserProfileDataAge, the newly created value
com.ibm.adtech.jastor.JastorExceptionUserProfileData.hasAgePropertypublic void registerListener(com.ibm.adtech.jastor.ThingListener listener)
registerListener in interface com.ibm.adtech.jastor.ThingregisterListener in class com.ibm.adtech.jastor.ThingImplpublic void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
unregisterListener in interface com.ibm.adtech.jastor.ThingunregisterListener in class com.ibm.adtech.jastor.ThingImplpublic void addedStatement(Statement stmt)
addedStatement in interface ModelChangedListeneraddedStatement in class StatementListenerpublic void removedStatement(Statement stmt)
removedStatement in interface ModelChangedListenerremovedStatement in class StatementListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||