Class ParentUIdsImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.ParentIdsImpl
-
- com.priint.pubserver.metadata.xml.note.ParentUIdsImpl
-
- All Implemented Interfaces:
ParentIds,ParentUIds,java.io.Serializable
public class ParentUIdsImpl extends ParentIdsImpl implements ParentUIds
The type Parent u ids.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParentUIdsImpl()
-
Method Summary
All Methods Instance Methods Concrete 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.-
Methods inherited from class com.priint.pubserver.metadata.xml.note.ParentIdsImpl
getDocument, getFrame, getGroup, getPage, getSpread, setDocument, setFrame, setGroup, setPage, setSpread
-
-
-
-
Method Detail
-
getLayer
public int getLayer()
Description copied from interface:ParentUIdsGets the layer.- Specified by:
getLayerin interfaceParentUIds- Returns:
- the layer
-
setLayer
public void setLayer(int layer)
Description copied from interface:ParentUIdsSets the layer.- Specified by:
setLayerin interfaceParentUIds- Parameters:
layer- the new layer
-
getLayerName
public java.lang.String getLayerName()
Description copied from interface:ParentUIdsGets the layer name.- Specified by:
getLayerNamein interfaceParentUIds- Returns:
- the layer name
-
setLayerName
public void setLayerName(java.lang.String layerName)
Description copied from interface:ParentUIdsSets the layer name.- Specified by:
setLayerNamein interfaceParentUIds- Parameters:
layerName- the new layer name
-
-