|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.djdoc.bo.ApiVO
public class ApiVO
The class ApiVO is a concrete implementation of the
Api interface. It implements the Value Object design
pattern.
| Constructor Summary | |
|---|---|
protected |
ApiVO()
Protected no-argument constructor; overridden by the ApiEntity
class. |
|
ApiVO(Api that)
Public copy constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Getter method for this ApiVO's description. |
java.lang.String |
getName()
Getter method for this ApiVO's name. |
java.lang.String |
getPath()
Getter method for this ApiVO's path. |
java.lang.String |
getStylesheetName()
Getter method for this ApiVO's stylesheet name. |
java.lang.String |
getTitle()
Getter method for this ApiVO's title. |
void |
setDescription(java.lang.String description)
Setter method for this ApiVO's description. |
void |
setName(java.lang.String name)
Setter method for this ApiVO's name. |
void |
setPath(java.lang.String path)
Setter method for this ApiVO's path. |
void |
setStylesheetName(java.lang.String stylesheetName)
Setter method for this ApiVO's stylesheet name. |
void |
setTitle(java.lang.String title)
Setter method for this ApiVO's title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiVO(Api that)
that - The Api instance whose attribute values are to be
copied to this ApiVO object.protected ApiVO()
ApiEntity
class.
| Method Detail |
|---|
public java.lang.String getName()
ApiVO's name.
getName in interface ApiApiVOpublic void setName(java.lang.String name)
ApiVO's name.
name - The name of this ApiVOpublic java.lang.String getDescription()
ApiVO's description.
getDescription in interface ApiApiVOpublic void setDescription(java.lang.String description)
ApiVO's description.
description - The description of this ApiVOpublic java.lang.String getPath()
ApiVO's path.
getPath in interface ApiApiVOpublic void setPath(java.lang.String path)
ApiVO's path.
path - The path of this ApiVOpublic java.lang.String getTitle()
ApiVO's title.
getTitle in interface ApiApiVOpublic void setTitle(java.lang.String title)
ApiVO's title.
title - The title of this ApiVOpublic java.lang.String getStylesheetName()
ApiVO's stylesheet name.
getStylesheetName in interface ApiApiVOpublic void setStylesheetName(java.lang.String stylesheetName)
ApiVO's stylesheet name.
stylesheetName - The stylesheet name of this ApiVO
|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||