public abstract class ResolvedTopicToTopic extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ResolvedTopicToTopic.Factory
Constructs new instances of
ResolvedTopicToTopic . |
Constructor and Description |
---|
ResolvedTopicToTopic() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an ResolvedTopicToTopic instance and all
identifiers for this entity equal the identifiers of the argument entity. |
Long |
getChildTopicId() |
Long |
getId() |
Long |
getParentTopicId() |
String |
getTopicPath() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setChildTopicId(Long childTopicId) |
void |
setId(Long id) |
void |
setParentTopicId(Long parentTopicId) |
void |
setTopicPath(String topicPath) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an ResolvedTopicToTopic instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public Long getChildTopicId()
public Long getId()
public Long getParentTopicId()
public String getTopicPath()
public int hashCode()
public void setChildTopicId(Long childTopicId)
public void setId(Long id)
public void setParentTopicId(Long parentTopicId)
public void setTopicPath(String topicPath)
Copyright © 2019 Communote team. All rights reserved.