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

Public Member Functions

String getEntityPath ()
 
void setEntityPath (String entityPath)
 
String getRelatedPath ()
 
void setRelatedPath (String relatedPath)
 
String getConcept ()
 
void setConcept (String concept)
 
double getMatching ()
 
void setMatching (double matching)
 

Detailed Description

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

Definition at line 31 of file MatchingEntity.java.

Member Function Documentation

◆ getConcept()

String org.turro.matching.MatchingEntity.getConcept ( )

Implements org.turro.matching.IMatching.

Definition at line 60 of file MatchingEntity.java.

60  {
61  return concept;
62  }

◆ getEntityPath()

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

Implements org.turro.matching.IMatching.

Definition at line 40 of file MatchingEntity.java.

40  {
41  return entityPath;
42  }

◆ getMatching()

double org.turro.matching.MatchingEntity.getMatching ( )

Implements org.turro.matching.IMatching.

Definition at line 70 of file MatchingEntity.java.

70  {
71  return matching;
72  }

◆ getRelatedPath()

String org.turro.matching.MatchingEntity.getRelatedPath ( )

Implements org.turro.matching.IMatching.

Definition at line 50 of file MatchingEntity.java.

50  {
51  return relatedPath;
52  }

◆ setConcept()

void org.turro.matching.MatchingEntity.setConcept ( String  concept)

Implements org.turro.matching.IMatching.

Definition at line 65 of file MatchingEntity.java.

65  {
66  this.concept = concept;
67  }

◆ setEntityPath()

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

Implements org.turro.matching.IMatching.

Definition at line 45 of file MatchingEntity.java.

45  {
46  this.entityPath = entityPath;
47  }

◆ setMatching()

void org.turro.matching.MatchingEntity.setMatching ( double  matching)

Implements org.turro.matching.IMatching.

Definition at line 75 of file MatchingEntity.java.

75  {
76  this.matching = matching;
77  }

◆ setRelatedPath()

void org.turro.matching.MatchingEntity.setRelatedPath ( String  relatedPath)

Implements org.turro.matching.IMatching.

Definition at line 55 of file MatchingEntity.java.

55  {
56  this.relatedPath = relatedPath;
57  }

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