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()voidsetDescription(String description) voidsetLinkHref(String linkHref) voidsetLinkText(String linkText) voidvoidsetTitlePostHref(String titlePostHref) voidsetTitlePostText(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
-