Class ViewRiksdagenOrgDocumentDailySummary
java.lang.Object
com.hack23.cia.model.internal.application.data.document.impl.ViewRiksdagenOrgDocumentDailySummary
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,Serializable
@Entity(name="ViewRiksdagenOrgDocumentDailySummary")
public class ViewRiksdagenOrgDocumentDailySummary
extends Object
implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewRiksdagenOrgDocumentDailySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenOrgDocumentDailySummary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="embeddedId" type="{http://document.data.application.internal.model.cia.hack23.com/impl}RiksdagenDocumentOrgSummaryEmbeddedId"/> <element name="document_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="total" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
The document type.protected RiksdagenDocumentOrgSummaryEmbeddedId
The embedded id.protected long
The total. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Equals.Gets the value of the documentType property.Gets the value of the embeddedId property.long
getTotal()
Gets the value of the total property.final int
hashCode()
Hash code.void
setDocumentType
(String value) Sets the value of the documentType property.void
Sets the value of the embeddedId property.void
setTotal
(long value) Sets the value of the total property.final String
toString()
To string.withDocumentType
(String value) With document type.With embedded id.withTotal
(long value) With total.
-
Field Details
-
embeddedId
The embedded id. -
documentType
The document type. -
total
protected long totalThe total.
-
-
Constructor Details
-
ViewRiksdagenOrgDocumentDailySummary
public ViewRiksdagenOrgDocumentDailySummary()
-
-
Method Details
-
getEmbeddedId
Gets the value of the embeddedId property.- Returns:
- possible object is
RiksdagenDocumentOrgSummaryEmbeddedId
-
setEmbeddedId
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isRiksdagenDocumentOrgSummaryEmbeddedId
-
getDocumentType
Gets the value of the documentType property.- Returns:
- possible object is
String
-
setDocumentType
Sets the value of the documentType property.- Parameters:
value
- allowed object isString
-
getTotal
public long getTotal()Gets the value of the total property.- Returns:
- the total
-
setTotal
public void setTotal(long value) Sets the value of the total property.- Parameters:
value
- the new total
-
withEmbeddedId
public ViewRiksdagenOrgDocumentDailySummary withEmbeddedId(RiksdagenDocumentOrgSummaryEmbeddedId value) With embedded id.- Parameters:
value
- the value- Returns:
- the view riksdagen org document daily summary
-
withDocumentType
With document type.- Parameters:
value
- the value- Returns:
- the view riksdagen org document daily summary
-
withTotal
With total.- Parameters:
value
- the value- Returns:
- the view riksdagen org document daily summary
-
toString
To string. -
equals
Equals. -
hashCode
public final int hashCode()Hash code.
-