org.kuali.ole.ingest.pojo
Class MatchPoint

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.MatchPoint

public class MatchPoint
extends Object

MatchPoint is a business object class for Match Point


Constructor Summary
MatchPoint()
           
 
Method Summary
 String getField()
          Gets the field attribute.
 String getSubfield()
          Gets the subfield attribute.
 void setField(String field)
          Sets the id field attribute value.
 void setSubfield(String subfield)
          Sets the subfield attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchPoint

public MatchPoint()
Method Detail

getField

public String getField()
Gets the field attribute.

Returns:
Returns the field.

setField

public void setField(String field)
Sets the id field attribute value.

Parameters:
field - The field to set.

getSubfield

public String getSubfield()
Gets the subfield attribute.

Returns:
Returns the subfield.

setSubfield

public void setSubfield(String subfield)
Sets the subfield attribute value.

Parameters:
subfield - .The subfield to set.


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.