Class MaisDocPage
java.lang.Object
org.x4o.maisdoc.model.MaisDocPage
ApiDocPage defines seperate pages for the documentation.
- Version:
- 1.0 May 12, 2013
- Author:
- Willem Cazander
-
Constructor Summary
ConstructorsConstructorDescriptionMaisDocPage
(String id, String name, String description, MaisDocPageWriter... writers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPageWriter
(MaisDocPageWriter writer) getId()
getName()
void
removePageWriter
(MaisDocPageWriter writer) void
setDescription
(String description) void
void
-
Constructor Details
-
MaisDocPage
public MaisDocPage() -
MaisDocPage
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
getPageWriters
- Returns:
- the page writers.
-
addPageWriter
- Parameters:
writer
- the writer to add.
-
removePageWriter
- Parameters:
writer
- the writer to add.
-