Class DocumentDetailData
java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentDetailData
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="DocumentDetailData")
public class DocumentDetailData
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class DocumentDetailData.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCode()Gets the code.Gets the detail name.getHjid()Gets the hjid.getText()Gets the text.final inthashCode()voidSets the code.voidsetDetailName(String value) Sets the detail name.voidSets the hjid.voidSets the text.final StringtoString()With code.withDetailName(String value) With detail name.With text.
-
Field Details
-
code
The code. -
detailName
The detail name. -
text
The text. -
hjid
The hjid.
-
-
Constructor Details
-
DocumentDetailData
public DocumentDetailData()
-
-
Method Details
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
value- the new code
-
getDetailName
Gets the detail name.- Returns:
- the detail name
-
setDetailName
Sets the detail name.- Parameters:
value- the new detail name
-
getText
Gets the text.- Returns:
- the text
-
setText
Sets the text.- Parameters:
value- the new text
-
withCode
With code.- Parameters:
value- the value- Returns:
- the document detail data
-
withDetailName
With detail name.- Parameters:
value- the value- Returns:
- the document detail data
-
withText
With text.- Parameters:
value- the value- Returns:
- the document detail data
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-