public class ICasaMap extends Object
Constructor and Description |
---|
ICasaMap(Map fromMap) |
ICasaMap(String name,
String description,
String gatewayURL,
String libs) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A brief description of the map.
|
String |
getGatewayURL()
The URL of the gateway to connect to.
|
String |
getId()
The identifier of the map.
|
String |
getImgFile()
The filename containing the image map.
|
String |
getLibs()
A coma separated list of libs to load by the frontend.
|
String |
getName()
The name of the map.
|
void |
setDescription(String description) |
void |
setGatewayURL(String gatewayURL) |
void |
setId(String id)
The identifier of the map.
|
void |
setImgFile(String imgFile) |
void |
setLibs(String libs) |
void |
setName(String name) |
Map |
toMap() |
public ICasaMap(Map fromMap)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getGatewayURL()
public void setGatewayURL(String gatewayURL)
public String getImgFile()
public void setImgFile(String imgFile)
public String getLibs()
public void setLibs(String libs)
public Map toMap()
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.