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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Gets the value of the createdDate property.getPage()
Gets the value of the page property.Gets the value of the pageMode property.final int
hashCode()
void
setCreatedDate
(Date value) Sets the value of the createdDate property.void
Sets the value of the page property.void
setPageMode
(String value) Sets the value of the pageMode property.final String
toString()
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()
-