org.kuali.ole.ingest.pojo
Class ProfileTerm

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

public class ProfileTerm
extends Object

ProfileTerm is a business object class for Profile Term


Constructor Summary
ProfileTerm()
           
 
Method Summary
 String getExistingField()
          Gets the existingField attribute.
 String getIncomingField()
          Gets the incomingField attribute.
 void setExistingField(String existingField)
          Sets the existingField attribute value.
 void setIncomingField(String incomingField)
          Sets the incomingField attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileTerm

public ProfileTerm()
Method Detail

getIncomingField

public String getIncomingField()
Gets the incomingField attribute.

Returns:
Returns the incomingField.

setIncomingField

public void setIncomingField(String incomingField)
Sets the incomingField attribute value.

Parameters:
incomingField - The incomingField to set.

getExistingField

public String getExistingField()
Gets the existingField attribute.

Returns:
Returns the existingField.

setExistingField

public void setExistingField(String existingField)
Sets the existingField attribute value.

Parameters:
existingField - The existingField to set.


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