public class ReportValues
extends java.lang.Object
Constructor and Description |
---|
ReportValues(long rptid,
java.lang.String reportName,
java.util.List<?> vidValues) |
Modifier and Type | Method and Description |
---|---|
long |
getCeid() |
java.lang.String |
getReportName() |
long |
getRptid() |
java.util.List<GemHostModel.GemValueVariable> |
getVidList() |
java.util.List<GemHostModel.GemValueVariable> |
getVidValues() |
void |
setCeid(long ceid) |
java.lang.String |
toString() |
static void |
updateEventListeners(GemToolModelSnapshot.GemReportVariable ceid,
java.util.List<ReportValues> eventValues,
java.util.concurrent.ExecutorService eventListenerUpdateService,
java.util.Map<java.lang.Long,java.util.List<EventListener>> eventListeners,
EventListener globalEventListener) |
public ReportValues(long rptid, java.lang.String reportName, java.util.List<?> vidValues)
public long getCeid()
public java.lang.String getReportName()
public long getRptid()
public java.util.List<GemHostModel.GemValueVariable> getVidList()
public java.util.List<GemHostModel.GemValueVariable> getVidValues()
public void setCeid(long ceid)
ceid
- the ceid to setpublic java.lang.String toString()
toString
in class java.lang.Object
public static void updateEventListeners(GemToolModelSnapshot.GemReportVariable ceid, java.util.List<ReportValues> eventValues, java.util.concurrent.ExecutorService eventListenerUpdateService, java.util.Map<java.lang.Long,java.util.List<EventListener>> eventListeners, EventListener globalEventListener)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.