Class ViewApplicationActionEventPageElementAnnualSummary
java.lang.Object
com.hack23.cia.model.internal.application.data.impl.ViewApplicationActionEventPageElementAnnualSummary
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,Serializable
@Entity(name="ViewApplicationActionEventPageElementAnnualSummary")
public class ViewApplicationActionEventPageElementAnnualSummary
extends 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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
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.Gets the value of the rankPercentage property.final int
hashCode()
void
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
(BigDecimal value) Sets the value of the rankPercentage property.final String
toString()
withHits
(long value) withRank
(long value) withRankPercentage
(BigDecimal value)
-
Field Details
-
embeddedId
-
hits
protected long hits -
rank
protected long rank -
rankPercentage
-
-
Constructor Details
-
ViewApplicationActionEventPageElementAnnualSummary
public ViewApplicationActionEventPageElementAnnualSummary()
-
-
Method Details
-
getEmbeddedId
Gets the value of the embeddedId property.- Returns:
- possible object is
ApplicationActionEventPageElementPeriodSummaryEmbeddedId
-
setEmbeddedId
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
Gets the value of the rankPercentage property.- Returns:
- possible object is
BigDecimal
-
setRankPercentage
Sets the value of the rankPercentage property.- Parameters:
value
- allowed object isBigDecimal
-
withEmbeddedId
public ViewApplicationActionEventPageElementAnnualSummary withEmbeddedId(ApplicationActionEventPageElementPeriodSummaryEmbeddedId value) -
withHits
-
withRank
-
withRankPercentage
-
toString
-
equals
-
hashCode
public final int hashCode()
-