public class SDILayerDescriptorDV extends AssociatedContentDV implements Serializable
| Constructor and Description |
|---|
SDILayerDescriptorDV()
Instantiates a new SDI layer descriptor DV.
|
SDILayerDescriptorDV(String layerUUID,
Long layerID,
String layerName,
String wmsLink)
Instantiates a new SDI layer descriptor DV.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getLayerID()
Gets the layer ID.
|
String |
getLayerName()
Gets the layer name.
|
String |
getLayerUUID()
Gets the layer UUID.
|
String |
getWmsLink()
Gets the wms link.
|
void |
setLayerID(Long layerID)
Sets the layer ID.
|
void |
setLayerName(String layerName)
Sets the layer name.
|
void |
setLayerUUID(String layerUUID)
Sets the layer UUID.
|
void |
setWmsLink(String wmsLink)
Sets the wms link.
|
String |
toString()
To string.
|
getCreationTime, getId, getLicenseID, getPolicy, getRecord, getTitolo, setCreationTime, setId, setLicenseID, setPolicy, setRecord, setTitolopublic SDILayerDescriptorDV()
public String getLayerUUID()
public void setLayerUUID(String layerUUID)
layerUUID - the new layer UUIDpublic Long getLayerID()
public void setLayerID(Long layerID)
layerID - the new layer IDpublic String getLayerName()
public void setLayerName(String layerName)
layerName - the new layer namepublic String getWmsLink()
public void setWmsLink(String wmsLink)
wmsLink - the new wms linkpublic String toString()
AssociatedContentDVtoString in class AssociatedContentDVCopyright © 2022. All Rights Reserved.