public class Site extends MetadataProviderEntity implements ISite, java.io.Serializable
| Constructor and Description |
|---|
Site() |
| Modifier and Type | Method and Description |
|---|---|
static Site |
copy(ISite input)
Create a copy of an SPI object.
|
java.lang.String |
getDescription()
Get the description.
|
java.lang.String |
getImageUrl()
Get the image URL.
|
SiteMapData |
getMap()
Get map information.
|
java.lang.String |
getName()
Get the site name.
|
java.lang.String |
getToken()
Get unique token.
|
java.util.List<Zone> |
getZones() |
void |
setDescription(java.lang.String description) |
void |
setImageUrl(java.lang.String imageUrl) |
void |
setMap(SiteMapData map) |
void |
setName(java.lang.String name) |
void |
setToken(java.lang.String token) |
void |
setZones(java.util.List<Zone> zones) |
copy, getCreatedBy, getCreatedDate, getUpdatedBy, getUpdatedDate, isDeleted, setCreatedBy, setCreatedDate, setDeleted, setUpdatedBy, setUpdatedDateaddOrReplaceMetadata, clearMetadata, copy, copy, getMetadata, getMetadata, removeMetadata, setMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddOrReplaceMetadata, clearMetadata, getMetadata, getMetadata, removeMetadatagetCreatedBy, getCreatedDate, getUpdatedBy, getUpdatedDate, isDeletedpublic java.lang.String getToken()
ISitepublic void setToken(java.lang.String token)
public java.lang.String getName()
ISitepublic void setName(java.lang.String name)
public java.lang.String getDescription()
ISitegetDescription in interface ISitepublic void setDescription(java.lang.String description)
public java.lang.String getImageUrl()
ISitegetImageUrl in interface ISitepublic void setImageUrl(java.lang.String imageUrl)
public SiteMapData getMap()
ISitepublic void setMap(SiteMapData map)
public java.util.List<Zone> getZones()
public void setZones(java.util.List<Zone> zones)
public static Site copy(ISite input) throws SiteWhereException
input - SiteWhereException