public interface

ParentUIds

implements ParentIds
com.priint.comet.metadata.note.ParentUIds

Class Overview

The Interface ParentUIds.

Summary

Public Methods
abstract int getLayer()
Gets the layer.
abstract String getLayerName()
Gets the layer name.
abstract void setLayer(int layer)
Sets the layer.
abstract void setLayerName(String layerName)
Sets the layer name.
[Expand]
Inherited Methods
From interface com.priint.comet.metadata.note.ParentIds

Public Methods

public abstract int getLayer ()

Gets the layer.

Returns
  • the layer

public abstract String getLayerName ()

Gets the layer name.

Returns
  • the layer name

public abstract void setLayer (int layer)

Sets the layer.

Parameters
layer the new layer

public abstract void setLayerName (String layerName)

Sets the layer name.

Parameters
layerName the new layer name