Package com.saperion.ngc.viewer
Class OpenDocumentBean.MemorizeAnnotationsBean
java.lang.Object
com.saperion.ngc.viewer.OpenDocumentBean.MemorizeAnnotationsBean
- Enclosing class:
- OpenDocumentBean
Bean used to memorize annotations.
-
Constructor Summary
ConstructorsConstructorDescriptionMemorizeAnnotationsBean
(int elementNr, String iniString) Instantiates a new memorize annotations bean. -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the element nr.Gets the ini string.
-
Constructor Details
-
MemorizeAnnotationsBean
Instantiates a new memorize annotations bean.- Parameters:
elementNr
- the element numberiniString
- the ini string
-
-
Method Details
-
getElementNr
public int getElementNr()Gets the element nr.- Returns:
- the element nr
-
getIniString
Gets the ini string.- Returns:
- the ini string
-