Class ApplicationActionEventPageModePeriodSummaryEmbeddedId
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.impl.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 Summary
Fields Modifier and Type Field Description protected java.util.Date
createdDate
protected java.lang.String
page
protected java.lang.String
pageMode
-
Constructor Summary
Constructors Constructor Description ApplicationActionEventPageModePeriodSummaryEmbeddedId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.util.Date
getCreatedDate()
Gets the value of the createdDate property.java.lang.String
getPage()
Gets the value of the page property.java.lang.String
getPageMode()
Gets the value of the pageMode property.int
hashCode()
void
setCreatedDate(java.util.Date value)
Sets the value of the createdDate property.void
setPage(java.lang.String value)
Sets the value of the page property.void
setPageMode(java.lang.String value)
Sets the value of the pageMode property.java.lang.String
toString()
ApplicationActionEventPageModePeriodSummaryEmbeddedId
withCreatedDate(java.util.Date value)
ApplicationActionEventPageModePeriodSummaryEmbeddedId
withPage(java.lang.String value)
ApplicationActionEventPageModePeriodSummaryEmbeddedId
withPageMode(java.lang.String value)
-
-
-
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 isString
-
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 isString
-
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 isString
-
withCreatedDate
public ApplicationActionEventPageModePeriodSummaryEmbeddedId withCreatedDate(java.util.Date value)
-
withPage
public ApplicationActionEventPageModePeriodSummaryEmbeddedId withPage(java.lang.String value)
-
withPageMode
public ApplicationActionEventPageModePeriodSummaryEmbeddedId withPageMode(java.lang.String value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-