Class HomeStats.AddedInWindow
java.lang.Object
ubic.gemma.core.analysis.report.HomeStats.AddedInWindow
- Enclosing class:
HomeStats
Count of public experiments created within one trailing window.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanlonggetCount()Public experiments whose creation event falls on or aftersince.intgetDays()Width of the window in days (7, 30, 90, 365).getSince()Resolved start of the window —generatedAt - days.inthashCode()voidsetCount(long count) Public experiments whose creation event falls on or aftersince.voidsetDays(int days) Width of the window in days (7, 30, 90, 365).voidResolved start of the window —generatedAt - days.toString()
-
Constructor Details
-
AddedInWindow
-
AddedInWindow
public AddedInWindow()
-
-
Method Details
-
getDays
public int getDays()Width of the window in days (7, 30, 90, 365). -
getSince
Resolved start of the window —generatedAt - days. Carried so a caller can label the figure ("1,195 added since 2025-08-21") without recomputing the date against a snapshot that may be up to a day old. -
getCount
public long getCount()Public experiments whose creation event falls on or aftersince. -
setDays
public void setDays(int days) Width of the window in days (7, 30, 90, 365). -
setSince
Resolved start of the window —generatedAt - days. Carried so a caller can label the figure ("1,195 added since 2025-08-21") without recomputing the date against a snapshot that may be up to a day old. -
setCount
public void setCount(long count) Public experiments whose creation event falls on or aftersince. -
equals
-
canEqual
-
hashCode
-
toString
-