org.kuali.ole.ingest.pojo
Class OleAddressLine

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

public class OleAddressLine
extends Object

OleAddressLine is a business object class for Ole Address Line


Constructor Summary
OleAddressLine()
           
 
Method Summary
 String getAddressLine()
          Gets the addressLine attribute.
 void setAddressLine(String addressLine)
          Sets the addressLine attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleAddressLine

public OleAddressLine()
Method Detail

getAddressLine

public String getAddressLine()
Gets the addressLine attribute.

Returns:
Returns the addressLine.

setAddressLine

public void setAddressLine(String addressLine)
Sets the addressLine attribute value.

Parameters:
addressLine - The addressLine to set.


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