org.kuali.ole.docstore.model.xmlpojo.ingest
Class LinkInfo

java.lang.Object
  extended by org.kuali.ole.docstore.model.xmlpojo.ingest.LinkInfo

public class LinkInfo
extends Object

Created by IntelliJ IDEA. User: pvsubrah Date: 9/9/11 Time: 12:22 PM To change this template use File | Settings | File Templates.


Constructor Summary
LinkInfo()
           
 
Method Summary
 String getFrom()
           
 String getTo()
           
 void setFrom(String from)
           
 void setTo(String to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkInfo

public LinkInfo()
Method Detail

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

getTo

public String getTo()

setTo

public void setTo(String to)


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