Class DocumentPersonReferenceContainer
java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentPersonReferenceContainer
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="DocumentPersonReferenceContainer")
public class DocumentPersonReferenceContainer
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class DocumentPersonReferenceContainer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DocumentPersonReferenceData>The document person reference list.protected LongThe hjid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the document person reference list.getHjid()Gets the hjid.final inthashCode()voidsetDocumentPersonReferenceList(List<DocumentPersonReferenceData> documentPersonReferenceList) Sets the document person reference list.voidSets the hjid.final StringtoString()withDocumentPersonReferenceList(List<DocumentPersonReferenceData> documentPersonReferenceList) With document person reference list.
-
Field Details
-
documentPersonReferenceList
The document person reference list. -
hjid
The hjid.
-
-
Constructor Details
-
DocumentPersonReferenceContainer
public DocumentPersonReferenceContainer()
-
-
Method Details
-
getDocumentPersonReferenceList
Gets the document person reference list.- Returns:
- the document person reference list
-
setDocumentPersonReferenceList
public void setDocumentPersonReferenceList(List<DocumentPersonReferenceData> documentPersonReferenceList) Sets the document person reference list.- Parameters:
documentPersonReferenceList- the new document person reference list
-
withDocumentPersonReferenceList
public DocumentPersonReferenceContainer withDocumentPersonReferenceList(List<DocumentPersonReferenceData> documentPersonReferenceList) With document person reference list.- Parameters:
documentPersonReferenceList- the document person reference list- Returns:
- the document person 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()
-