Interface ParentUIds
-
- All Superinterfaces:
ParentIds,java.io.Serializable
- All Known Implementing Classes:
ParentUIdsImpl
public interface ParentUIds extends ParentIds
The Interface ParentUIds.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLayer()Gets the layer.java.lang.StringgetLayerName()Gets the layer name.voidsetLayer(int layer)Sets the layer.voidsetLayerName(java.lang.String layerName)Sets the layer name.
-
-
-
Method Detail
-
getLayer
int getLayer()
Gets the layer.- Returns:
- the layer
-
setLayer
void setLayer(int layer)
Sets the layer.- Parameters:
layer- the new layer
-
getLayerName
java.lang.String getLayerName()
Gets the layer name.- Returns:
- the layer name
-
setLayerName
void setLayerName(java.lang.String layerName)
Sets the layer name.- Parameters:
layerName- the new layer name
-
-