BrightSide Workbench Full Report + Source Code
All Classes Namespaces Files Functions Variables Pages
org.turro.zul.relpaths.RelatedPathItem Class Reference

Public Member Functions

String getDescription ()
 
void setDescription (String description)
 
String getRelatedPath ()
 
void setRelatedPath (String relatedPath)
 

Detailed Description

Author
Lluis Turró Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 26 of file RelatedPathItem.java.

Member Function Documentation

◆ getDescription()

String org.turro.zul.relpaths.RelatedPathItem.getDescription ( )

Definition at line 31 of file RelatedPathItem.java.

31  {
32  return description;
33  }

◆ getRelatedPath()

String org.turro.zul.relpaths.RelatedPathItem.getRelatedPath ( )

Definition at line 39 of file RelatedPathItem.java.

39  {
40  return relatedPath;
41  }

◆ setDescription()

void org.turro.zul.relpaths.RelatedPathItem.setDescription ( String  description)

Definition at line 35 of file RelatedPathItem.java.

35  {
36  this.description = description;
37  }

◆ setRelatedPath()

void org.turro.zul.relpaths.RelatedPathItem.setRelatedPath ( String  relatedPath)

Definition at line 43 of file RelatedPathItem.java.

43  {
44  this.relatedPath = relatedPath;
45  }

The documentation for this class was generated from the following file: