Class DocumentStatusContainer
java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentStatusContainer
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="DocumentStatusContainer")
public class DocumentStatusContainer
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class DocumentStatusContainer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DocumentDataThe document.protected DocumentActivityContainerThe document activity container.protected DocumentAttachmentContainerThe document attachment container.protected StringThe document category.protected DocumentDetailContainerThe document detail container.protected DocumentPersonReferenceContainerThe document person reference container.protected DocumentProposalContainerThe document proposal.protected DocumentReferenceContainerThe document reference container.protected LongThe hjid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the document.Gets the document activity container.Gets the document attachment container.Gets the document category.Gets the document detail container.Gets the document person reference container.Gets the document proposal.Gets the document reference container.getHjid()Gets the hjid.final inthashCode()voidsetDocument(DocumentData value) Sets the document.voidSets the document activity container.voidSets the document attachment container.voidsetDocumentCategory(String value) Sets the document category.voidSets the document detail container.voidSets the document person reference container.voidSets the document proposal.voidSets the document reference container.voidSets the hjid.final StringtoString()withDocument(DocumentData value) With document.With document activity container.With document attachment container.withDocumentCategory(String value) With document category.With document detail container.With document person reference container.With document proposal.With document reference container.
-
Field Details
-
document
The document. -
documentProposal
The document proposal. -
documentActivityContainer
The document activity container. -
documentDetailContainer
The document detail container. -
documentAttachmentContainer
The document attachment container. -
documentReferenceContainer
The document reference container. -
documentPersonReferenceContainer
The document person reference container. -
documentCategory
The document category. -
hjid
The hjid.
-
-
Constructor Details
-
DocumentStatusContainer
public DocumentStatusContainer()
-
-
Method Details
-
getDocument
Gets the document.- Returns:
- the document
-
setDocument
Sets the document.- Parameters:
value- the new document
-
getDocumentProposal
Gets the document proposal.- Returns:
- the document proposal
-
setDocumentProposal
Sets the document proposal.- Parameters:
value- the new document proposal
-
getDocumentActivityContainer
Gets the document activity container.- Returns:
- the document activity container
-
setDocumentActivityContainer
Sets the document activity container.- Parameters:
value- the new document activity container
-
getDocumentDetailContainer
Gets the document detail container.- Returns:
- the document detail container
-
setDocumentDetailContainer
Sets the document detail container.- Parameters:
value- the new document detail container
-
getDocumentAttachmentContainer
Gets the document attachment container.- Returns:
- the document attachment container
-
setDocumentAttachmentContainer
Sets the document attachment container.- Parameters:
value- the new document attachment container
-
getDocumentReferenceContainer
Gets the document reference container.- Returns:
- the document reference container
-
setDocumentReferenceContainer
Sets the document reference container.- Parameters:
value- the new document reference container
-
getDocumentPersonReferenceContainer
Gets the document person reference container.- Returns:
- the document person reference container
-
setDocumentPersonReferenceContainer
Sets the document person reference container.- Parameters:
value- the new document person reference container
-
getDocumentCategory
Gets the document category.- Returns:
- the document category
-
setDocumentCategory
Sets the document category.- Parameters:
value- the new document category
-
withDocument
With document.- Parameters:
value- the value- Returns:
- the document status container
-
withDocumentProposal
With document proposal.- Parameters:
value- the value- Returns:
- the document status container
-
withDocumentActivityContainer
With document activity container.- Parameters:
value- the value- Returns:
- the document status container
-
withDocumentDetailContainer
With document detail container.- Parameters:
value- the value- Returns:
- the document status container
-
withDocumentAttachmentContainer
With document attachment container.- Parameters:
value- the value- Returns:
- the document status container
-
withDocumentReferenceContainer
With document reference container.- Parameters:
value- the value- Returns:
- the document status container
-
withDocumentPersonReferenceContainer
public DocumentStatusContainer withDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value) With document person reference container.- Parameters:
value- the value- Returns:
- the document status container
-
withDocumentCategory
With document category.- Parameters:
value- the value- Returns:
- the document status container
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-