|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.pojo.OleLocationIngest
public class OleLocationIngest
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 |
---|
public OleLocationIngest()
Method Detail |
---|
public String getLocationId()
public void setLocationId(String locationId)
locationId
- The locationId to set.public String getLocationCode()
public void setLocationCode(String locationCode)
locationCode
- The locationCode to set.public String getLocationName()
public void setLocationName(String locationName)
locationName
- The locationName to set.public String getLocationLevelCode()
public void setLocationLevelCode(String locationLevelCode)
locationLevelCode
- The locationLevelCode to set.public String getParentLocationCode()
public void setParentLocationCode(String parentLocationCode)
parentLocationCode
- The parentLocationCode to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |