org.kuali.ole.ingest.pojo
Class OleRoute

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

public class OleRoute
extends Object

Created by IntelliJ IDEA. User: pvsubrah Date: 3/30/12 Time: 3:17 PM To change this template use File | Settings | File Templates.


Constructor Summary
OleRoute()
           
 
Method Summary
 String getName()
           
 String getType()
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleRoute

public OleRoute()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)


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