Class ApplicationActionEventPageElementPeriodSummaryEmbeddedId

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

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

    Java class for ApplicationActionEventPageElementPeriodSummaryEmbeddedId complex type.

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

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

      • createdDate

        protected java.util.Date createdDate
      • page

        protected java.lang.String page
      • elementId

        protected java.lang.String elementId
    • Constructor Detail

      • ApplicationActionEventPageElementPeriodSummaryEmbeddedId

        public ApplicationActionEventPageElementPeriodSummaryEmbeddedId()
    • Method Detail

      • getCreatedDate

        public java.util.Date getCreatedDate()
        Gets the value of the createdDate property.
        Returns:
        possible object is String
      • setCreatedDate

        public void setCreatedDate​(java.util.Date value)
        Sets the value of the createdDate property.
        Parameters:
        value - allowed object is String
      • getPage

        public java.lang.String getPage()
        Gets the value of the page property.
        Returns:
        possible object is String
      • setPage

        public void setPage​(java.lang.String value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is String
      • getElementId

        public java.lang.String getElementId()
        Gets the value of the elementId property.
        Returns:
        possible object is String
      • setElementId

        public void setElementId​(java.lang.String value)
        Sets the value of the elementId 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