public class TopicRef extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TopicRef.Relationship |
| Constructor and Description |
|---|
TopicRef(Id topicId,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship) |
TopicRef(Id topicId,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship,
Integer offset) |
TopicRef(long topicId,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship) |
TopicRef(Topic topic,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship) |
TopicRef(Topic topic,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship,
Integer offset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Integer |
getOffset() |
org.atlasapi.media.entity.Publisher |
getPublisher() |
TopicRef.Relationship |
getRelationship() |
Id |
getTopic() |
Float |
getWeighting() |
int |
hashCode() |
Boolean |
isSupervised() |
void |
setOffset(Integer offset) |
void |
setPublisher(org.atlasapi.media.entity.Publisher publisher) |
void |
setRelationship(TopicRef.Relationship relationship) |
void |
setSupervised(Boolean supervised) |
void |
setTopic(Topic topic) |
void |
setTopicUri(Id topic) |
void |
setWeighting(Float weighting) |
String |
toString() |
public TopicRef(Topic topic, Float weighting, Boolean supervised, TopicRef.Relationship relationship)
public TopicRef(Topic topic, Float weighting, Boolean supervised, TopicRef.Relationship relationship, Integer offset)
public TopicRef(long topicId,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship)
public TopicRef(Id topicId, Float weighting, Boolean supervised, TopicRef.Relationship relationship)
public TopicRef(Id topicId, Float weighting, Boolean supervised, TopicRef.Relationship relationship, Integer offset)
public void setTopic(Topic topic)
public void setTopicUri(Id topic)
public void setWeighting(Float weighting)
public void setSupervised(Boolean supervised)
public void setRelationship(TopicRef.Relationship relationship)
public Float getWeighting()
public Boolean isSupervised()
public Id getTopic()
public TopicRef.Relationship getRelationship()
public void setOffset(Integer offset)
public Integer getOffset()
public void setPublisher(org.atlasapi.media.entity.Publisher publisher)
public org.atlasapi.media.entity.Publisher getPublisher()
Copyright © 2014. All rights reserved.