Interface ParentUIds
- All Superinterfaces:
ParentIds,Serializable
- All Known Implementing Classes:
ParentUIdsImpl
The Interface ParentUIds.
-
Method Summary
Modifier and TypeMethodDescriptionintgetLayer()Gets the layer.Gets the layer name.voidsetLayer(int layer) Sets the layer.voidsetLayerName(String layerName) Sets the layer name.
-
Method Details
-
getLayer
int getLayer()Gets the layer.- Returns:
- the layer
-
setLayer
void setLayer(int layer) Sets the layer.- Parameters:
layer- the new layer
-
getLayerName
String getLayerName()Gets the layer name.- Returns:
- the layer name
-
setLayerName
Sets the layer name.- Parameters:
layerName- the new layer name
-