# Class: com.pnfsoftware.jeb.core.BookmarkManager.Bookmark

Definition of a bookmark.

## Constructor: Bookmark
- parameter: `unit`, type: `com.pnfsoftware.jeb.core.units.IUnit`
- parameter: `address`, type: `java.lang.String`
- parameter: `description`, type: `java.lang.String`

Description: Create a bookmark bound to a unit and an optional address.
parameter: unit: bookmarked unit
parameter: address: optional bookmarked address within the unit
parameter: description: bookmark description

## Method: getAddress
- return type: `java.lang.String`

Description: Get the bookmarked address, if any.
return: bookmarked address, or null for a unit\-level bookmark

## Method: getDescription
- return type: `java.lang.String`

Description: Get the bookmark description.
return: bookmark description

## Method: getUnit
- return type: `com.pnfsoftware.jeb.core.units.IUnit`

Description: Get the bookmarked unit.
return: bookmarked unit

## Method: toString
- return type: `java.lang.String`


