com.ibatis.sqlmap.engine.mapper.matcher
Class Match

java.lang.Object
  extended bycom.ibatis.sqlmap.engine.mapper.matcher.Match

public class Match
extends java.lang.Object


Constructor Summary
Match(java.lang.String property, java.lang.String field, double matchScore)
           
 
Method Summary
 java.lang.String getField()
           
 double getMatchScore()
           
 java.lang.String getProperty()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Match

public Match(java.lang.String property,
             java.lang.String field,
             double matchScore)
Method Detail

getProperty

public java.lang.String getProperty()

getField

public java.lang.String getField()

getMatchScore

public double getMatchScore()

toString

public java.lang.String toString()