BrightSide Workbench Full Report + Source Code
org.turro.matching.SiblingsTuple Class Reference
Inheritance diagram for org.turro.matching.SiblingsTuple:
Collaboration diagram for org.turro.matching.SiblingsTuple:

Public Member Functions

String getEntityPath ()
 
void setEntityPath (String entityPath)
 
String getSiblingPath ()
 
void setSiblingPath (String siblingPath)
 

Detailed Description

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

Definition at line 31 of file SiblingsTuple.java.

Member Function Documentation

◆ getEntityPath()

String org.turro.matching.SiblingsTuple.getEntityPath ( )

Implements org.turro.matching.ISiblingsTuple.

Definition at line 37 of file SiblingsTuple.java.

37  {
38  return entityPath;
39  }

◆ getSiblingPath()

String org.turro.matching.SiblingsTuple.getSiblingPath ( )

Implements org.turro.matching.ISiblingsTuple.

Definition at line 47 of file SiblingsTuple.java.

47  {
48  return siblingPath;
49  }

◆ setEntityPath()

void org.turro.matching.SiblingsTuple.setEntityPath ( String  entityPath)

Implements org.turro.matching.ISiblingsTuple.

Definition at line 42 of file SiblingsTuple.java.

42  {
43  this.entityPath = entityPath;
44  }

◆ setSiblingPath()

void org.turro.matching.SiblingsTuple.setSiblingPath ( String  siblingPath)

Implements org.turro.matching.ISiblingsTuple.

Definition at line 52 of file SiblingsTuple.java.

52  {
53  this.siblingPath = siblingPath;
54  }

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