public class DMXObjectModelImpl extends Object implements DMXObjectModel
Modifier and Type | Method and Description |
---|---|
DMXObjectModel |
clone() |
PlayerModel |
createPlayerModel(String roleTypeUri) |
boolean |
equals(Object o) |
systems.dmx.core.impl.ChildTopicsModelImpl |
getChildTopics() |
long |
getId() |
SimpleValue |
getSimpleValue() |
String |
getTypeUri() |
String |
getUri() |
int |
hashCode() |
void |
set(DMXObjectModel object) |
void |
setChildTopics(ChildTopicsModel childTopics) |
void |
setId(long id) |
void |
setSimpleValue(boolean value) |
void |
setSimpleValue(int value) |
void |
setSimpleValue(long value) |
void |
setSimpleValue(SimpleValue value) |
void |
setSimpleValue(String value) |
void |
setTypeUri(String typeUri) |
void |
setUri(String uri) |
org.codehaus.jettison.json.JSONObject |
toJSON() |
String |
toString() |
finalize, getClass, notify, notifyAll, wait, wait, wait
dump
public long getId()
getId
in interface Identifiable
getId
in interface DMXObjectModel
public void setId(long id)
setId
in interface DMXObjectModel
public String getUri()
getUri
in interface DMXObjectModel
public void setUri(String uri)
setUri
in interface DMXObjectModel
public String getTypeUri()
getTypeUri
in interface DMXObjectModel
public void setTypeUri(String typeUri)
setTypeUri
in interface DMXObjectModel
public SimpleValue getSimpleValue()
getSimpleValue
in interface DMXObjectModel
public void setSimpleValue(String value)
setSimpleValue
in interface DMXObjectModel
public void setSimpleValue(int value)
setSimpleValue
in interface DMXObjectModel
public void setSimpleValue(long value)
setSimpleValue
in interface DMXObjectModel
public void setSimpleValue(boolean value)
setSimpleValue
in interface DMXObjectModel
public void setSimpleValue(SimpleValue value)
setSimpleValue
in interface DMXObjectModel
public systems.dmx.core.impl.ChildTopicsModelImpl getChildTopics()
getChildTopics
in interface DMXObjectModel
public void setChildTopics(ChildTopicsModel childTopics)
setChildTopics
in interface DMXObjectModel
public void set(DMXObjectModel object)
set
in interface DMXObjectModel
public PlayerModel createPlayerModel(String roleTypeUri)
createPlayerModel
in interface DMXObjectModel
public org.codehaus.jettison.json.JSONObject toJSON()
toJSON
in interface JSONEnabled
public DMXObjectModel clone()
clone
in interface DMXObjectModel
clone
in class Object
Copyright © 2023. All Rights Reserved.