public class VProperties extends Object
VProperties class.
Constructor and Description |
---|
VProperties() |
Modifier and Type | Method and Description |
---|---|
List<Avail> |
getAvails()
Getter for the field
avails . |
Map<String,String> |
getBackgroundImages()
Getter for the field
backgroundImages . |
List<String> |
getCategories()
Getter for the field
categories . |
ContextMenu |
getContextMenu()
Getter for the field
contextMenu . |
String |
getDefaultBackgroundColor()
Getter for the field
defaultBackgroundColor . |
int |
getDefaultMapElementDimension()
Getter for the field
defaultMapElementDimension . |
String |
getDefaultMapIcon()
Getter for the field
defaultMapIcon . |
String |
getDefaultNodeIcon()
Getter for the field
defaultNodeIcon . |
Map<String,String> |
getIcons()
Getter for the field
icons . |
List<Link> |
getLinks()
Getter for the field
links . |
List<LinkStatus> |
getLinkStatuses()
Getter for the field
linkStatuses . |
Map<String,String> |
getMapElementDimensions()
Getter for the field
mapElementDimensions . |
int |
getMaxLinks()
Getter for the field
maxLinks . |
String |
getMultilinkIgnoreColor()
Getter for the field
multilinkIgnoreColor . |
String |
getMultilinkStatus()
Getter for the field
multilinkStatus . |
List<Severity> |
getSeverities()
Getter for the field
severities . |
List<Status> |
getStatuses()
Getter for the field
statuses . |
int |
getSummaryLink()
Getter for the field
summaryLink . |
String |
getSummaryLinkColor()
Getter for the field
summaryLinkColor . |
int |
getUnknownstatusid()
Getter for the field
unknownstatusid . |
boolean |
isAvailEnabled()
isAvailEnabled
|
boolean |
isContextMenuEnabled()
isContextMenuEnabled
|
boolean |
isDoubleClickEnabled()
isDoubleClickEnabled
|
boolean |
isReload()
isReload
|
boolean |
isUserAdmin()
isUserAdmin
|
boolean |
isUseSemaphore()
isUseSemaphore
|
void |
setAvailEnabled(boolean availEnabled)
Setter for the field
availEnabled . |
void |
setAvails(List<Avail> avails)
Setter for the field
avails . |
void |
setBackgroundImages(Map<String,String> backgroundImages)
Setter for the field
backgroundImages . |
void |
setCategories(List<String> categories)
Setter for the field
categories . |
void |
setContextMenu(ContextMenu contextMenu)
Setter for the field
contextMenu . |
void |
setContextMenuEnabled(boolean contextMenuEnabled)
Setter for the field
contextMenuEnabled . |
void |
setDefaultBackgroundColor(String defaultBackgroundColor)
Setter for the field
defaultBackgroundColor . |
void |
setDefaultMapElementDimension(int defaultMapElementDimension)
Setter for the field
defaultMapElementDimension . |
void |
setDefaultMapIcon(String defaultMapIcon)
Setter for the field
defaultMapIcon . |
void |
setDefaultNodeIcon(String defaultNodeIcon)
Setter for the field
defaultNodeIcon . |
void |
setDoubleClickEnabled(boolean doubleClickEnabled)
Setter for the field
doubleClickEnabled . |
void |
setIcons(Map<String,String> icons)
Setter for the field
icons . |
void |
setLinks(List<Link> links)
Setter for the field
links . |
void |
setLinkStatuses(List<LinkStatus> linkStatuses)
Setter for the field
linkStatuses . |
void |
setMapElementDimensions(Map<String,String> mapElementDimensions)
Setter for the field
mapElementDimensions . |
void |
setMaxLinks(int maxLinks)
Setter for the field
maxLinks . |
void |
setMultilinkIgnoreColor(String multilinkIgnoreColor)
Setter for the field
multilinkIgnoreColor . |
void |
setMultilinkStatus(String multilinkStatus)
Setter for the field
multilinkStatus . |
void |
setReload(boolean reload)
Setter for the field
reload . |
void |
setSeverities(List<Severity> severities)
Setter for the field
severities . |
void |
setStatuses(List<Status> statuses)
Setter for the field
statuses . |
void |
setSummaryLink(int summaryLink)
Setter for the field
summaryLink . |
void |
setSummaryLinkColor(String summaryLinkColor)
Setter for the field
summaryLinkColor . |
void |
setUnknownstatusid(int unknownstatusid)
Setter for the field
unknownstatusid . |
void |
setUserAdmin(boolean isUserAdmin)
setUserAdmin
|
void |
setUseSemaphore(boolean useSemaphore)
Setter for the field
useSemaphore . |
public String getMultilinkIgnoreColor()
Getter for the field multilinkIgnoreColor
.
String
object.public void setMultilinkIgnoreColor(String multilinkIgnoreColor)
Setter for the field multilinkIgnoreColor
.
multilinkIgnoreColor
- a String
object.public String getMultilinkStatus()
Getter for the field multilinkStatus
.
String
object.public void setMultilinkStatus(String multilinkStatus)
Setter for the field multilinkStatus
.
multilinkStatus
- a String
object.public String getSummaryLinkColor()
Getter for the field summaryLinkColor
.
String
object.public void setSummaryLinkColor(String summaryLinkColor)
Setter for the field summaryLinkColor
.
summaryLinkColor
- a String
object.public int getSummaryLink()
Getter for the field summaryLink
.
public void setSummaryLink(int summaryLink)
Setter for the field summaryLink
.
summaryLink
- a int.public int getMaxLinks()
Getter for the field maxLinks
.
public void setMaxLinks(int maxLinks)
Setter for the field maxLinks
.
maxLinks
- a int.public int getUnknownstatusid()
Getter for the field unknownstatusid
.
public void setUnknownstatusid(int unknownstatusid)
Setter for the field unknownstatusid
.
unknownstatusid
- a int.public boolean isAvailEnabled()
isAvailEnabled
public void setAvailEnabled(boolean availEnabled)
Setter for the field availEnabled
.
availEnabled
- a boolean.public boolean isDoubleClickEnabled()
isDoubleClickEnabled
public void setDoubleClickEnabled(boolean doubleClickEnabled)
Setter for the field doubleClickEnabled
.
doubleClickEnabled
- a boolean.public boolean isContextMenuEnabled()
isContextMenuEnabled
public void setContextMenuEnabled(boolean contextMenuEnabled)
Setter for the field contextMenuEnabled
.
contextMenuEnabled
- a boolean.public boolean isReload()
isReload
public void setReload(boolean reload)
Setter for the field reload
.
reload
- a boolean.public boolean isUserAdmin()
isUserAdmin
public void setUserAdmin(boolean isUserAdmin)
setUserAdmin
isUserAdmin
- a boolean.public ContextMenu getContextMenu()
Getter for the field contextMenu
.
ContextMenu
object.public void setContextMenu(ContextMenu contextMenu)
Setter for the field contextMenu
.
contextMenu
- a ContextMenu
object.public void setLinks(List<Link> links)
Setter for the field links
.
links
- a List
object.public List<LinkStatus> getLinkStatuses()
Getter for the field linkStatuses
.
List
object.public void setLinkStatuses(List<LinkStatus> linkStatuses)
Setter for the field linkStatuses
.
linkStatuses
- a List
object.public List<Status> getStatuses()
Getter for the field statuses
.
List
object.public void setStatuses(List<Status> statuses)
Setter for the field statuses
.
statuses
- a List
object.public List<Severity> getSeverities()
Getter for the field severities
.
List
object.public void setSeverities(List<Severity> severities)
Setter for the field severities
.
severities
- a List
object.public void setAvails(List<Avail> avails)
Setter for the field avails
.
avails
- a List
object.public void setIcons(Map<String,String> icons)
Setter for the field icons
.
icons
- a Map
object.public Map<String,String> getBackgroundImages()
Getter for the field backgroundImages
.
Map
object.public void setBackgroundImages(Map<String,String> backgroundImages)
Setter for the field backgroundImages
.
backgroundImages
- a Map
object.public Map<String,String> getMapElementDimensions()
Getter for the field mapElementDimensions
.
Map
object.public void setMapElementDimensions(Map<String,String> mapElementDimensions)
Setter for the field mapElementDimensions
.
mapElementDimensions
- a Map
object.public String getDefaultNodeIcon()
Getter for the field defaultNodeIcon
.
String
object.public void setDefaultNodeIcon(String defaultNodeIcon)
Setter for the field defaultNodeIcon
.
defaultNodeIcon
- a String
object.public String getDefaultMapIcon()
Getter for the field defaultMapIcon
.
String
object.public void setDefaultMapIcon(String defaultMapIcon)
Setter for the field defaultMapIcon
.
defaultMapIcon
- a String
object.public String getDefaultBackgroundColor()
Getter for the field defaultBackgroundColor
.
String
object.public void setDefaultBackgroundColor(String defaultBackgroundColor)
Setter for the field defaultBackgroundColor
.
defaultBackgroundColor
- a String
object.public List<String> getCategories()
Getter for the field categories
.
List
object.public void setCategories(List<String> categories)
Setter for the field categories
.
categories
- a List
object.public int getDefaultMapElementDimension()
Getter for the field defaultMapElementDimension
.
public void setDefaultMapElementDimension(int defaultMapElementDimension)
Setter for the field defaultMapElementDimension
.
defaultMapElementDimension
- a int.public boolean isUseSemaphore()
isUseSemaphore
public void setUseSemaphore(boolean useSemaphore)
Setter for the field useSemaphore
.
useSemaphore
- a boolean.Copyright © 2015. All rights reserved.