org.kuali.ole.ingest.krms.pojo
Class OleParameter

java.lang.Object
  extended by org.kuali.ole.ingest.krms.pojo.OleParameter

public class OleParameter
extends Object

Created with IntelliJ IDEA. User: vivekb Date: 8/22/12 Time: 11:53 AM To change this template use File | Settings | File Templates.


Constructor Summary
OleParameter()
           
 
Method Summary
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleParameter

public OleParameter()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getValue

public String getValue()

setValue

public void setValue(String value)


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