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