Class ApplicationActionEventPageModePeriodSummaryEmbeddedId

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

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

    Java class for ApplicationActionEventPageModePeriodSummaryEmbeddedId complex type.

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

     <complexType name="ApplicationActionEventPageModePeriodSummaryEmbeddedId">
       <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="page_mode" 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
      • pageMode

        protected java.lang.String pageMode
    • Constructor Detail

      • ApplicationActionEventPageModePeriodSummaryEmbeddedId

        public ApplicationActionEventPageModePeriodSummaryEmbeddedId()
    • 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
      • getPageMode

        public java.lang.String getPageMode()
        Gets the value of the pageMode property.
        Returns:
        possible object is String
      • setPageMode

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