Class ViewApplicationActionEventPageElementAnnualSummary
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.impl.ViewApplicationActionEventPageElementAnnualSummary
-
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,java.io.Serializable
@Entity(name="ViewApplicationActionEventPageElementAnnualSummary") public class ViewApplicationActionEventPageElementAnnualSummary extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewApplicationActionEventPageElementAnnualSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewApplicationActionEventPageElementAnnualSummary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="embeddedId" type="{http://data.application.internal.model.cia.hack23.com/impl}ApplicationActionEventPageElementPeriodSummaryEmbeddedId"/> <element name="hits" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="rank" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="rank_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationActionEventPageElementPeriodSummaryEmbeddedId
embeddedId
protected long
hits
protected long
rank
protected java.math.BigDecimal
rankPercentage
-
Constructor Summary
Constructors Constructor Description ViewApplicationActionEventPageElementAnnualSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
ApplicationActionEventPageElementPeriodSummaryEmbeddedId
getEmbeddedId()
Gets the value of the embeddedId property.long
getHits()
Gets the value of the hits property.long
getRank()
Gets the value of the rank property.java.math.BigDecimal
getRankPercentage()
Gets the value of the rankPercentage property.int
hashCode()
void
setEmbeddedId(ApplicationActionEventPageElementPeriodSummaryEmbeddedId value)
Sets the value of the embeddedId property.void
setHits(long value)
Sets the value of the hits property.void
setRank(long value)
Sets the value of the rank property.void
setRankPercentage(java.math.BigDecimal value)
Sets the value of the rankPercentage property.java.lang.String
toString()
ViewApplicationActionEventPageElementAnnualSummary
withEmbeddedId(ApplicationActionEventPageElementPeriodSummaryEmbeddedId value)
ViewApplicationActionEventPageElementAnnualSummary
withHits(long value)
ViewApplicationActionEventPageElementAnnualSummary
withRank(long value)
ViewApplicationActionEventPageElementAnnualSummary
withRankPercentage(java.math.BigDecimal value)
-
-
-
Field Detail
-
embeddedId
protected ApplicationActionEventPageElementPeriodSummaryEmbeddedId embeddedId
-
hits
protected long hits
-
rank
protected long rank
-
rankPercentage
protected java.math.BigDecimal rankPercentage
-
-
Method Detail
-
getEmbeddedId
public ApplicationActionEventPageElementPeriodSummaryEmbeddedId getEmbeddedId()
Gets the value of the embeddedId property.- Returns:
- possible object is
ApplicationActionEventPageElementPeriodSummaryEmbeddedId
-
setEmbeddedId
public void setEmbeddedId(ApplicationActionEventPageElementPeriodSummaryEmbeddedId value)
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isApplicationActionEventPageElementPeriodSummaryEmbeddedId
-
getHits
public long getHits()
Gets the value of the hits property.
-
setHits
public void setHits(long value)
Sets the value of the hits property.
-
getRank
public long getRank()
Gets the value of the rank property.
-
setRank
public void setRank(long value)
Sets the value of the rank property.
-
getRankPercentage
public java.math.BigDecimal getRankPercentage()
Gets the value of the rankPercentage property.- Returns:
- possible object is
BigDecimal
-
setRankPercentage
public void setRankPercentage(java.math.BigDecimal value)
Sets the value of the rankPercentage property.- Parameters:
value
- allowed object isBigDecimal
-
withEmbeddedId
public ViewApplicationActionEventPageElementAnnualSummary withEmbeddedId(ApplicationActionEventPageElementPeriodSummaryEmbeddedId value)
-
withHits
public ViewApplicationActionEventPageElementAnnualSummary withHits(long value)
-
withRank
public ViewApplicationActionEventPageElementAnnualSummary withRank(long value)
-
withRankPercentage
public ViewApplicationActionEventPageElementAnnualSummary withRankPercentage(java.math.BigDecimal 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
-
-