@Entity public class ScanReport extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
PROPERY_APPLICATIONS  | 
| Constructor and Description | 
|---|
ScanReport()  | 
ScanReport(ScanReport pkg)
Copy constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
addPollResult(ScanReportPollResult scanReportPollResult)  | 
void | 
addProperty(Map.Entry<String,String> entry)  | 
void | 
addProperty(String name,
           String value)  | 
String | 
getApplications()
This is a transient bean property that is used so that CXF can 
 perform FIQL searches on the bean property. 
 | 
String | 
getId()  | 
String | 
getLocale()  | 
String | 
getLocation()  | 
ScanReportLog | 
getLog()  | 
List<ScanReportPollResult> | 
getPollResults()  | 
Map<String,String> | 
getProperties()  | 
String | 
getProperty(String name)  | 
Date | 
getTimestamp()  | 
boolean | 
isAvailable()  | 
boolean | 
isUp()  | 
void | 
setApplications(String applications)  | 
void | 
setId(String id)  | 
void | 
setLocale(String m_locale)  | 
void | 
setLocation(String location)  | 
void | 
setLog(ScanReportLog logs)  | 
void | 
setPollResults(List<ScanReportPollResult> scanReportPollResults)  | 
void | 
setProperties(Map<String,String> properties)  | 
void | 
setTimestamp(Date m_timestamp)  | 
String | 
toString()  | 
public static final String PROPERY_APPLICATIONS
public ScanReport()
public ScanReport(ScanReport pkg)
pkg - public String getId()
public void setId(String id)
public String getApplications()
public void setApplications(String applications)
public String getLocation()
public void setLocation(String location)
public String getLocale()
public void setLocale(String m_locale)
public Date getTimestamp()
public void setTimestamp(Date m_timestamp)
public List<ScanReportPollResult> getPollResults()
public void setPollResults(List<ScanReportPollResult> scanReportPollResults)
public boolean addPollResult(ScanReportPollResult scanReportPollResult)
public ScanReportLog getLog()
public void setLog(ScanReportLog logs)
public boolean isUp()
public boolean isAvailable()
Copyright © 2020. All rights reserved.