Class Landmark
- java.lang.Object
-
- coza.opencollab.epub.creator.model.Landmark
-
public class Landmark extends Object
Represents a landmark object in the Navigation document landmarks section- Author:
- OpenCollab
-
-
Constructor Summary
Constructors Constructor Description Landmark()
-
-
-
Method Detail
-
getHref
public String getHref()
- Returns:
- the href
-
setHref
public void setHref(String href)
- Parameters:
href
- the href to set
-
getTitle
public String getTitle()
- Returns:
- the title
-
setTitle
public void setTitle(String title)
- Parameters:
title
- the title to set
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(String type)
- Parameters:
type
- the type to set
-
-