Class ApplicationActionEventPageModePeriodSummaryEmbeddedId

java.lang.Object
com.hack23.cia.model.internal.application.data.impl.ApplicationActionEventPageModePeriodSummaryEmbeddedId
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

@Embeddable public class ApplicationActionEventPageModePeriodSummaryEmbeddedId extends 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:
  • Field Details

    • createdDate

      protected Date createdDate
    • page

      protected String page
    • pageMode

      protected String pageMode
  • Constructor Details

    • ApplicationActionEventPageModePeriodSummaryEmbeddedId

      public ApplicationActionEventPageModePeriodSummaryEmbeddedId()
  • Method Details