Package systems.dmx.core.impl
Class DMXObjectModelImpl
- java.lang.Object
- 
- systems.dmx.core.impl.DMXObjectModelImpl
 
- 
- All Implemented Interfaces:
- Cloneable,- Identifiable,- JSONEnabled,- DMXObjectModel
 - Direct Known Subclasses:
- AssocModelImpl,- TopicModelImpl
 
 public class DMXObjectModelImpl extends Object implements DMXObjectModel 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DMXObjectModelclone()PlayerModelcreatePlayerModel(String roleTypeUri)booleanequals(Object o)systems.dmx.core.impl.ChildTopicsModelImplgetChildTopics()longgetId()SimpleValuegetSimpleValue()StringgetTypeUri()StringgetUri()inthashCode()voidset(DMXObjectModel object)voidsetChildTopics(ChildTopicsModel childTopics)voidsetId(long id)voidsetSimpleValue(boolean value)voidsetSimpleValue(int value)voidsetSimpleValue(long value)voidsetSimpleValue(String value)voidsetSimpleValue(SimpleValue value)voidsetTypeUri(String typeUri)voidsetUri(String uri)org.codehaus.jettison.json.JSONObjecttoJSON()StringtoString()- 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface systems.dmx.core.JSONEnableddump
 
- 
 
- 
- 
- 
Method Detail- 
getIdpublic long getId() - Specified by:
- getIdin interface- DMXObjectModel
- Specified by:
- getIdin interface- Identifiable
 
 - 
setIdpublic void setId(long id) - Specified by:
- setIdin interface- DMXObjectModel
 
 - 
getUripublic String getUri() - Specified by:
- getUriin interface- DMXObjectModel
 
 - 
setUripublic void setUri(String uri) - Specified by:
- setUriin interface- DMXObjectModel
 
 - 
getTypeUripublic String getTypeUri() - Specified by:
- getTypeUriin interface- DMXObjectModel
 
 - 
setTypeUripublic void setTypeUri(String typeUri) - Specified by:
- setTypeUriin interface- DMXObjectModel
 
 - 
getSimpleValuepublic SimpleValue getSimpleValue() - Specified by:
- getSimpleValuein interface- DMXObjectModel
 
 - 
setSimpleValuepublic void setSimpleValue(String value) - Specified by:
- setSimpleValuein interface- DMXObjectModel
 
 - 
setSimpleValuepublic void setSimpleValue(int value) - Specified by:
- setSimpleValuein interface- DMXObjectModel
 
 - 
setSimpleValuepublic void setSimpleValue(long value) - Specified by:
- setSimpleValuein interface- DMXObjectModel
 
 - 
setSimpleValuepublic void setSimpleValue(boolean value) - Specified by:
- setSimpleValuein interface- DMXObjectModel
 
 - 
setSimpleValuepublic void setSimpleValue(SimpleValue value) - Specified by:
- setSimpleValuein interface- DMXObjectModel
 
 - 
getChildTopicspublic systems.dmx.core.impl.ChildTopicsModelImpl getChildTopics() - Specified by:
- getChildTopicsin interface- DMXObjectModel
 
 - 
setChildTopicspublic void setChildTopics(ChildTopicsModel childTopics) - Specified by:
- setChildTopicsin interface- DMXObjectModel
 
 - 
setpublic void set(DMXObjectModel object) - Specified by:
- setin interface- DMXObjectModel
 
 - 
createPlayerModelpublic PlayerModel createPlayerModel(String roleTypeUri) - Specified by:
- createPlayerModelin interface- DMXObjectModel
 
 - 
toJSONpublic org.codehaus.jettison.json.JSONObject toJSON() - Specified by:
- toJSONin interface- JSONEnabled
 
 - 
clonepublic DMXObjectModel clone() - Specified by:
- clonein interface- DMXObjectModel
- Overrides:
- clonein class- Object
 
 
- 
 
-