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
,java.io.Serializable
@Entity(name="ViewRiksdagenOrgDocumentDailySummary") public class ViewRiksdagenOrgDocumentDailySummary extends java.lang.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
documentType
protected RiksdagenDocumentOrgSummaryEmbeddedId
embeddedId
protected long
total
-
Constructor Summary
Constructors Constructor Description ViewRiksdagenOrgDocumentDailySummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getDocumentType()
Gets the value of the documentType property.RiksdagenDocumentOrgSummaryEmbeddedId
getEmbeddedId()
Gets the value of the embeddedId property.long
getTotal()
Gets the value of the total property.int
hashCode()
void
setDocumentType(java.lang.String value)
Sets the value of the documentType property.void
setEmbeddedId(RiksdagenDocumentOrgSummaryEmbeddedId value)
Sets the value of the embeddedId property.void
setTotal(long value)
Sets the value of the total property.java.lang.String
toString()
ViewRiksdagenOrgDocumentDailySummary
withDocumentType(java.lang.String value)
ViewRiksdagenOrgDocumentDailySummary
withEmbeddedId(RiksdagenDocumentOrgSummaryEmbeddedId value)
ViewRiksdagenOrgDocumentDailySummary
withTotal(long value)
-
-
-
Field Detail
-
embeddedId
protected RiksdagenDocumentOrgSummaryEmbeddedId embeddedId
-
documentType
protected java.lang.String documentType
-
total
protected long total
-
-
Method Detail
-
getEmbeddedId
public RiksdagenDocumentOrgSummaryEmbeddedId getEmbeddedId()
Gets the value of the embeddedId property.- Returns:
- possible object is
RiksdagenDocumentOrgSummaryEmbeddedId
-
setEmbeddedId
public void setEmbeddedId(RiksdagenDocumentOrgSummaryEmbeddedId value)
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isRiksdagenDocumentOrgSummaryEmbeddedId
-
getDocumentType
public java.lang.String getDocumentType()
Gets the value of the documentType property.- Returns:
- possible object is
String
-
setDocumentType
public void setDocumentType(java.lang.String value)
Sets the value of the documentType property.- Parameters:
value
- allowed object isString
-
getTotal
public long getTotal()
Gets the value of the total property.
-
setTotal
public void setTotal(long value)
Sets the value of the total property.
-
withEmbeddedId
public ViewRiksdagenOrgDocumentDailySummary withEmbeddedId(RiksdagenDocumentOrgSummaryEmbeddedId value)
-
withDocumentType
public ViewRiksdagenOrgDocumentDailySummary withDocumentType(java.lang.String value)
-
withTotal
public ViewRiksdagenOrgDocumentDailySummary withTotal(long value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-