org.equanda.export
Class ExportInfo

java.lang.Object
  extended by org.equanda.export.ExportInfo

public class ExportInfo
extends Object

Class with extra info needed for exporting link fields

Author:
NetRom team

Constructor Summary
ExportInfo(String name, String selector, String field)
           
 
Method Summary
 String getFieldToExport()
           
 String getName()
           
 String getSelector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportInfo

public ExportInfo(String name,
                  String selector,
                  String field)
Method Detail

getName

public String getName()

getSelector

public String getSelector()

getFieldToExport

public String getFieldToExport()


Copyright © 2007-2009. All Rights Reserved.