Class Bookmark

java.lang.Object
com.nomagic.magicreport.Bookmark
All Implemented Interfaces:
IVariable, Serializable
Direct Known Subclasses:
TextReference

@OpenApiAll public class Bookmark extends Object implements IVariable
An bean represent a bookmark object for template.
Since:
Jul 2, 2007
See Also:
  • Constructor Details

    • Bookmark

      public Bookmark()
      Create empty bookmark.
    • Bookmark

      public Bookmark(String id, String name)
      Create bookmark with id and name.
      Parameters:
      id - bookmark id
      name - bookmark name
    • Bookmark

      public Bookmark(String id, String name, String type)
      Create bookmark with id and name and type.
      Parameters:
      id - bookmark id
      name - bookmark name
      type - bookmark type
  • Method Details

    • getId

      public String getId()
      Return a id.
      Returns:
      the id
    • setId

      public void setId(String id)
      Set a id.
      Parameters:
      id - the id to set
    • getName

      public String getName()
      Return a name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Set a name.
      Parameters:
      name - the name to set
    • getType

      public String getType()
      Return a type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Set a type.
      Parameters:
      type - the type to set