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