BrightSide Workbench Full Report + Source Code
org.turro.elephant.entities.db.EntityWebUrl Class Reference
Inheritance diagram for org.turro.elephant.entities.db.EntityWebUrl:
Collaboration diagram for org.turro.elephant.entities.db.EntityWebUrl:

Public Member Functions

String getEntityUrl ()
 
void setEntityUrl (String entityUrl)
 
String getEntityPath ()
 
void setEntityPath (String entityPath)
 

Detailed Description

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

Definition at line 34 of file EntityWebUrl.java.

Member Function Documentation

◆ getEntityPath()

String org.turro.elephant.entities.db.EntityWebUrl.getEntityPath ( )

Definition at line 48 of file EntityWebUrl.java.

48  {
49  return entityPath;
50  }

◆ getEntityUrl()

String org.turro.elephant.entities.db.EntityWebUrl.getEntityUrl ( )

Definition at line 40 of file EntityWebUrl.java.

40  {
41  return entityUrl;
42  }

◆ setEntityPath()

void org.turro.elephant.entities.db.EntityWebUrl.setEntityPath ( String  entityPath)

Definition at line 52 of file EntityWebUrl.java.

52  {
53  this.entityPath = entityPath;
54  }
Here is the caller graph for this function:

◆ setEntityUrl()

void org.turro.elephant.entities.db.EntityWebUrl.setEntityUrl ( String  entityUrl)

Definition at line 44 of file EntityWebUrl.java.

44  {
45  this.entityUrl = entityUrl;
46  }
Here is the caller graph for this function:

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