Package org.fugerit.java.doc.base.model
Class DocBookmark
- java.lang.Object
-
- org.fugerit.java.doc.base.model.DocElement
-
- org.fugerit.java.doc.base.model.DocBookmark
-
- All Implemented Interfaces:
Serializable
public class DocBookmark extends DocElement
- Author:
- fugerit
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATT_REFstatic StringTAG_NAME-
Fields inherited from class org.fugerit.java.doc.base.model.DocElement
ELEMENT_TYPE_PARAGRAPH, ELEMENT_TYPE_TABLE, ELEMENT_TYPE_TABLECELL, ELEMENT_TYPE_TABLEROW, STRING_0, STRING_1, UNSET
-
-
Constructor Summary
Constructors Constructor Description DocBookmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRef()StringgetTitle()voidsetRef(String ref)voidsetTitle(String title)-
Methods inherited from class org.fugerit.java.doc.base.model.DocElement
getId, setId, toString
-
-
-
-
Field Detail
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
ATT_REF
public static final String ATT_REF
- See Also:
- Constant Field Values
-
-