ibspan.tss.um.ontology
Class StereotypeProfileDataImpl

java.lang.Object
  extended by com.hp.hpl.jena.rdf.listeners.StatementListener
      extended by com.ibm.adtech.jastor.ThingImpl
          extended by ibspan.tss.um.ontology.StereotypeProfileDataImpl
All Implemented Interfaces:
ModelChangedListener, com.ibm.adtech.jastor.Thing, ProfileData, StereotypeProfileData

public class StereotypeProfileDataImpl
extends com.ibm.adtech.jastor.ThingImpl
implements StereotypeProfileData

Implementation of StereotypeProfileData Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.

(URI: http://www.ibspan.waw.pl/tss/UserModelling#StereotypeProfileData)



Field Summary
 
Fields inherited from class com.ibm.adtech.jastor.ThingImpl
_model, _resource, _typeUri, copyright
 
Fields inherited from interface ibspan.tss.um.ontology.StereotypeProfileData
TYPE
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 void addedStatement(Statement stmt)
           
 void clearCache()
           
 AgeSet getHasAgeSet()
          Gets the 'hasAgeSet' property value
 DressSet getHasDressSet()
          Gets the 'hasDressSet' property value
 ProfessionSet getHasProfessionSet()
          Gets the 'hasProfessionSet' property value
 WealthSet getHasWealthSet()
          Gets the 'hasWealthSet' property value
 List listStatements()
           
 void registerListener(com.ibm.adtech.jastor.ThingListener listener)
           
 void removedStatement(Statement stmt)
           
 AgeSet setHasAgeSet()
          Sets the 'hasAgeSet' property value to an anonymous node
 void setHasAgeSet(AgeSet hasAgeSet)
          Sets the 'hasAgeSet' property value
 AgeSet setHasAgeSet(Resource resource)
          Sets the 'hasAgeSet' property value to the given resource, and add's rdf:type properties.
 DressSet setHasDressSet()
          Sets the 'hasDressSet' property value to an anonymous node
 void setHasDressSet(DressSet hasDressSet)
          Sets the 'hasDressSet' property value
 DressSet setHasDressSet(Resource resource)
          Sets the 'hasDressSet' property value to the given resource, and add's rdf:type properties.
 ProfessionSet setHasProfessionSet()
          Sets the 'hasProfessionSet' property value to an anonymous node
 void setHasProfessionSet(ProfessionSet hasProfessionSet)
          Sets the 'hasProfessionSet' property value
 ProfessionSet setHasProfessionSet(Resource resource)
          Sets the 'hasProfessionSet' property value to the given resource, and add's rdf:type properties.
 WealthSet setHasWealthSet()
          Sets the 'hasWealthSet' property value to an anonymous node
 WealthSet setHasWealthSet(Resource resource)
          Sets the 'hasWealthSet' property value to the given resource, and add's rdf:type properties.
 void setHasWealthSet(WealthSet hasWealthSet)
          Sets the 'hasWealthSet' 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

listStatements

public List listStatements()
Specified by:
listStatements in interface com.ibm.adtech.jastor.Thing
Overrides:
listStatements in class com.ibm.adtech.jastor.ThingImpl

clearCache

public void clearCache()
Specified by:
clearCache in interface com.ibm.adtech.jastor.Thing
Overrides:
clearCache in class com.ibm.adtech.jastor.ThingImpl

getHasWealthSet

public WealthSet getHasWealthSet()
                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Gets the 'hasWealthSet' property value

Specified by:
getHasWealthSet in interface StereotypeProfileData
Returns:
WealthSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasWealthSetProperty

setHasWealthSet

public void setHasWealthSet(WealthSet hasWealthSet)
                     throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasWealthSet' property value

Specified by:
setHasWealthSet in interface StereotypeProfileData
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasWealthSetProperty

setHasWealthSet

public WealthSet setHasWealthSet()
                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasWealthSet' property value to an anonymous node

Specified by:
setHasWealthSet in interface StereotypeProfileData
Returns:
WealthSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasWealthSetProperty

setHasWealthSet

public WealthSet setHasWealthSet(Resource resource)
                          throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasWealthSet' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of WealthSet with the factory. and calling setHasWealthSet(ibspan.tss.um.ontology.WealthSet hasWealthSet) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#WealthSet. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
setHasWealthSet in interface StereotypeProfileData
Returns:
WealthSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasWealthSetProperty

getHasDressSet

public DressSet getHasDressSet()
                        throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Gets the 'hasDressSet' property value

Specified by:
getHasDressSet in interface StereotypeProfileData
Returns:
DressSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasDressSetProperty

setHasDressSet

public void setHasDressSet(DressSet hasDressSet)
                    throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasDressSet' property value

Specified by:
setHasDressSet in interface StereotypeProfileData
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasDressSetProperty

setHasDressSet

public DressSet setHasDressSet()
                        throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasDressSet' property value to an anonymous node

Specified by:
setHasDressSet in interface StereotypeProfileData
Returns:
DressSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasDressSetProperty

setHasDressSet

public DressSet setHasDressSet(Resource resource)
                        throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasDressSet' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of DressSet with the factory. and calling setHasDressSet(ibspan.tss.um.ontology.DressSet hasDressSet) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#DressSet. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
setHasDressSet in interface StereotypeProfileData
Returns:
DressSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasDressSetProperty

getHasProfessionSet

public ProfessionSet getHasProfessionSet()
                                  throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Gets the 'hasProfessionSet' property value

Specified by:
getHasProfessionSet in interface StereotypeProfileData
Returns:
ProfessionSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasProfessionSetProperty

setHasProfessionSet

public void setHasProfessionSet(ProfessionSet hasProfessionSet)
                         throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasProfessionSet' property value

Specified by:
setHasProfessionSet in interface StereotypeProfileData
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasProfessionSetProperty

setHasProfessionSet

public ProfessionSet setHasProfessionSet()
                                  throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasProfessionSet' property value to an anonymous node

Specified by:
setHasProfessionSet in interface StereotypeProfileData
Returns:
ProfessionSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasProfessionSetProperty

setHasProfessionSet

public ProfessionSet setHasProfessionSet(Resource resource)
                                  throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasProfessionSet' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of ProfessionSet with the factory. and calling setHasProfessionSet(ibspan.tss.um.ontology.ProfessionSet hasProfessionSet) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#ProfessionSet. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
setHasProfessionSet in interface StereotypeProfileData
Returns:
ProfessionSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasProfessionSetProperty

getHasAgeSet

public AgeSet getHasAgeSet()
                    throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Gets the 'hasAgeSet' property value

Specified by:
getHasAgeSet in interface StereotypeProfileData
Returns:
AgeSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasAgeSetProperty

setHasAgeSet

public void setHasAgeSet(AgeSet hasAgeSet)
                  throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasAgeSet' property value

Specified by:
setHasAgeSet in interface StereotypeProfileData
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasAgeSetProperty

setHasAgeSet

public AgeSet setHasAgeSet()
                    throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasAgeSet' property value to an anonymous node

Specified by:
setHasAgeSet in interface StereotypeProfileData
Returns:
AgeSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasAgeSetProperty

setHasAgeSet

public AgeSet setHasAgeSet(Resource resource)
                    throws com.ibm.adtech.jastor.JastorException
Description copied from interface: StereotypeProfileData
Sets the 'hasAgeSet' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of AgeSet with the factory. and calling setHasAgeSet(ibspan.tss.um.ontology.AgeSet hasAgeSet) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#AgeSet. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
setHasAgeSet in interface StereotypeProfileData
Returns:
AgeSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
StereotypeProfileData.hasAgeSetProperty

registerListener

public void registerListener(com.ibm.adtech.jastor.ThingListener listener)
Specified by:
registerListener in interface com.ibm.adtech.jastor.Thing
Overrides:
registerListener in class com.ibm.adtech.jastor.ThingImpl

unregisterListener

public void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
Specified by:
unregisterListener in interface com.ibm.adtech.jastor.Thing
Overrides:
unregisterListener in class com.ibm.adtech.jastor.ThingImpl

addedStatement

public void addedStatement(Statement stmt)
Specified by:
addedStatement in interface ModelChangedListener
Overrides:
addedStatement in class StatementListener

removedStatement

public void removedStatement(Statement stmt)
Specified by:
removedStatement in interface ModelChangedListener
Overrides:
removedStatement in class StatementListener