Class MaisDocIndexItem
java.lang.Object
org.x4o.maisdoc.model.MaisDocIndexItem
ApiDocIndexItem holds data to print the index all page.
- Version:
- 1.0 Nov 09, 2013
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
void
setDescription
(String description) void
setLinkHref
(String linkHref) void
setLinkText
(String linkText) void
void
setTitlePostHref
(String titlePostHref) void
setTitlePostText
(String titlePostText)
-
Constructor Details
-
MaisDocIndexItem
public MaisDocIndexItem()
-
-
Method Details
-
getLinkHref
- Returns:
- the linkHref
-
setLinkHref
- Parameters:
linkHref
- the linkHref to set
-
getLinkText
- Returns:
- the linkText
-
setLinkText
- Parameters:
linkText
- the linkText to set
-
getTitlePostHref
- Returns:
- the titlePostHref
-
setTitlePostHref
- Parameters:
titlePostHref
- the titlePostHref to set
-
getTitlePostText
- Returns:
- the titlePostText
-
setTitlePostText
- Parameters:
titlePostText
- the titlePostText to set
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
title
- the title to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-