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