org.sakaiproject.importer.impl
Class BasicImportMetadata
java.lang.Object
org.sakaiproject.importer.impl.BasicImportMetadata
- All Implemented Interfaces:
- ImportMetadata
public class BasicImportMetadata
- extends Object
- implements ImportMetadata
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicImportMetadata
public BasicImportMetadata()
getFileName
public String getFileName()
- Specified by:
getFileName in interface ImportMetadata
setFileName
public void setFileName(String fileName)
- Specified by:
setFileName in interface ImportMetadata
getId
public String getId()
- Specified by:
getId in interface ImportMetadata
setId
public void setId(String id)
- Specified by:
setId in interface ImportMetadata
isMandatory
public boolean isMandatory()
- Specified by:
isMandatory in interface ImportMetadata
setMandatory
public void setMandatory(boolean isMandatory)
- Specified by:
setMandatory in interface ImportMetadata
getLegacyTool
public String getLegacyTool()
- Specified by:
getLegacyTool in interface ImportMetadata
setLegacyTool
public void setLegacyTool(String legacyTool)
- Specified by:
setLegacyTool in interface ImportMetadata
getSakaiServiceName
public String getSakaiServiceName()
- Specified by:
getSakaiServiceName in interface ImportMetadata
setSakaiServiceName
public void setSakaiServiceName(String sakaiServiceName)
- Specified by:
setSakaiServiceName in interface ImportMetadata
getSakaiTool
public String getSakaiTool()
- Specified by:
getSakaiTool in interface ImportMetadata
setSakaiTool
public void setSakaiTool(String sakaiTool)
- Specified by:
setSakaiTool in interface ImportMetadata
Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.