Class RiksdagenDocumentPersonSummaryEmbeddedId

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Embeddable
    public class RiksdagenDocumentPersonSummaryEmbeddedId
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for RiksdagenDocumentPersonSummaryEmbeddedId complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RiksdagenDocumentPersonSummaryEmbeddedId">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="public_date" type="{http://www.w3.org/2001/XMLSchema}date"/>
             <element name="person_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="document_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • publicDate

        protected java.util.Date publicDate
      • personId

        protected java.lang.String personId
      • documentType

        protected java.lang.String documentType
    • Constructor Detail

      • RiksdagenDocumentPersonSummaryEmbeddedId

        public RiksdagenDocumentPersonSummaryEmbeddedId()
    • Method Detail

      • getPublicDate

        public java.util.Date getPublicDate()
        Gets the value of the publicDate property.
        Returns:
        possible object is String
      • setPublicDate

        public void setPublicDate​(java.util.Date value)
        Sets the value of the publicDate property.
        Parameters:
        value - allowed object is String
      • getPersonId

        public java.lang.String getPersonId()
        Gets the value of the personId property.
        Returns:
        possible object is String
      • setPersonId

        public void setPersonId​(java.lang.String value)
        Sets the value of the personId property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object