Class DocumentDetailContainer
java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentDetailContainer
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="DocumentDetailContainer")
public class DocumentDetailContainer
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class DocumentDetailContainer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DocumentDetailData>The document detail list.protected LongThe hjid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the document detail list.getHjid()Gets the hjid.final inthashCode()voidsetDocumentDetailList(List<DocumentDetailData> documentDetailList) Sets the document detail list.voidSets the hjid.final StringtoString()withDocumentDetailList(List<DocumentDetailData> documentDetailList) With document detail list.
-
Field Details
-
documentDetailList
The document detail list. -
hjid
The hjid.
-
-
Constructor Details
-
DocumentDetailContainer
public DocumentDetailContainer()
-
-
Method Details
-
getDocumentDetailList
Gets the document detail list.- Returns:
- the document detail list
-
setDocumentDetailList
Sets the document detail list.- Parameters:
documentDetailList- the new document detail list
-
withDocumentDetailList
With document detail list.- Parameters:
documentDetailList- the document detail list- Returns:
- the document detail container
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-