Class TopicElement
java.lang.Object
com.hack23.cia.model.external.worldbank.topic.impl.TopicElement
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="TopicElement")
public class TopicElement
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class TopicElement.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHjid()Gets the hjid.getId()Gets the id.Gets the source note.Gets the topic value.final inthashCode()voidSets the hjid.voidSets the id.voidsetSourceNote(String value) Sets the source note.voidsetTopicValue(String value) Sets the topic value.final StringtoString()With id.withSourceNote(String value) With source note.withTopicValue(String value) With topic value.
-
Field Details
-
sourceNote
The source note. -
topicValue
The topic value. -
id
The id. -
hjid
The hjid.
-
-
Constructor Details
-
TopicElement
public TopicElement()
-
-
Method Details
-
getSourceNote
Gets the source note.- Returns:
- the source note
-
setSourceNote
Sets the source note.- Parameters:
value- the new source note
-
getTopicValue
Gets the topic value.- Returns:
- the topic value
-
setTopicValue
Sets the topic value.- Parameters:
value- the new topic value
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
value- the new id
-
withSourceNote
With source note.- Parameters:
value- the value- Returns:
- the topic element
-
withTopicValue
With topic value.- Parameters:
value- the value- Returns:
- the topic element
-
withId
With id.- Parameters:
value- the value- Returns:
- the topic element
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-