org.kuali.ole.ingest.pojo
Class OleLocationIngest

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

public class OleLocationIngest
extends Object

OleLocationIngest is a business object class for Location Document


Constructor Summary
OleLocationIngest()
           
 
Method Summary
 String getLocationCode()
          Gets the locationCode attribute.
 String getLocationId()
          Gets the locationId attribute.
 String getLocationLevelCode()
          Gets the locationLevelCode attribute.
 String getLocationName()
          Gets the locationName attribute.
 String getParentLocationCode()
          Gets the parentLocationCode attribute.
 void setLocationCode(String locationCode)
          Sets the locationCode attribute value.
 void setLocationId(String locationId)
          Sets the locationId attribute value.
 void setLocationLevelCode(String locationLevelCode)
          Sets the locationLevelCode attribute value.
 void setLocationName(String locationName)
          Sets the locationName attribute value.
 void setParentLocationCode(String parentLocationCode)
          Sets the parentLocationCode attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleLocationIngest

public OleLocationIngest()
Method Detail

getLocationId

public String getLocationId()
Gets the locationId attribute.

Returns:
Returns the locationId.

setLocationId

public void setLocationId(String locationId)
Sets the locationId attribute value.

Parameters:
locationId - The locationId to set.

getLocationCode

public String getLocationCode()
Gets the locationCode attribute.

Returns:
Returns the locationCode.

setLocationCode

public void setLocationCode(String locationCode)
Sets the locationCode attribute value.

Parameters:
locationCode - The locationCode to set.

getLocationName

public String getLocationName()
Gets the locationName attribute.

Returns:
Returns the locationName.

setLocationName

public void setLocationName(String locationName)
Sets the locationName attribute value.

Parameters:
locationName - The locationName to set.

getLocationLevelCode

public String getLocationLevelCode()
Gets the locationLevelCode attribute.

Returns:
Returns the locationLevelCode.

setLocationLevelCode

public void setLocationLevelCode(String locationLevelCode)
Sets the locationLevelCode attribute value.

Parameters:
locationLevelCode - The locationLevelCode to set.

getParentLocationCode

public String getParentLocationCode()
Gets the parentLocationCode attribute.

Returns:
Returns the parentLocationCode.

setParentLocationCode

public void setParentLocationCode(String parentLocationCode)
Sets the parentLocationCode attribute value.

Parameters:
parentLocationCode - The parentLocationCode to set.


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