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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGets the value of the createdDate property.getPage()Gets the value of the page property.Gets the value of the pageMode property.final inthashCode()voidsetCreatedDate(Date value) Sets the value of the createdDate property.voidSets the value of the page property.voidsetPageMode(String value) Sets the value of the pageMode property.final StringtoString()withCreatedDate(Date value) withPageMode(String value)  
- 
Field Details
- 
createdDate
 - 
page
 - 
pageMode
 
 - 
 - 
Constructor Details
- 
ApplicationActionEventPageModePeriodSummaryEmbeddedId
public ApplicationActionEventPageModePeriodSummaryEmbeddedId() 
 - 
 - 
Method Details
- 
getCreatedDate
Gets the value of the createdDate property.- Returns:
 - possible object is
     
String 
 - 
setCreatedDate
Sets the value of the createdDate property.- Parameters:
 value- allowed object isString
 - 
getPage
Gets the value of the page property.- Returns:
 - possible object is
     
String 
 - 
setPage
Sets the value of the page property.- Parameters:
 value- allowed object isString
 - 
getPageMode
Gets the value of the pageMode property.- Returns:
 - possible object is
     
String 
 - 
setPageMode
Sets the value of the pageMode property.- Parameters:
 value- allowed object isString
 - 
withCreatedDate
 - 
withPage
 - 
withPageMode
 - 
toString
 - 
equals
 - 
hashCode
public final int hashCode() 
 -