Package com.nomagic.magicreport
Class Bookmark
java.lang.Object
com.nomagic.magicreport.Bookmark
- All Implemented Interfaces:
IVariable,Serializable
- Direct Known Subclasses:
TextReference
An bean represent a bookmark object for template.
- Since:
- Jul 2, 2007
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bookmark
public Bookmark()Create empty bookmark. -
Bookmark
Create bookmark with id and name.- Parameters:
id- bookmark idname- bookmark name
-
Bookmark
Create bookmark with id and name and type.- Parameters:
id- bookmark idname- bookmark nametype- bookmark type
-
-
Method Details
-
getId
Return a id.- Returns:
- the id
-
setId
Set a id.- Parameters:
id- the id to set
-
getName
Return a name.- Returns:
- the name
-
setName
Set a name.- Parameters:
name- the name to set
-
getType
Return a type.- Returns:
- the type
-
setType
Set a type.- Parameters:
type- the type to set
-