org.sakaiproject.archive.impl
Class ImportMetadataImpl
java.lang.Object
org.sakaiproject.archive.impl.ImportMetadataImpl
- All Implemented Interfaces:
- ImportMetadata
public class ImportMetadataImpl
- extends Object
- implements ImportMetadata
- Version:
- $Id: ImportMetadataImpl.java 59673 2009-04-03 23:02:03Z arwhyte@umich.edu $
- Author:
- rshastri Rashmi Shastri
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public String getId()
- Specified by:
getId in interface ImportMetadata
- Returns:
- Returns the id.
setId
public void setId(String id)
- Specified by:
setId in interface ImportMetadata
- Parameters:
id - The id to set.
getFileName
public String getFileName()
- Specified by:
getFileName in interface ImportMetadata
- Returns:
- Returns the fileName.
setFileName
public void setFileName(String fileName)
- Specified by:
setFileName in interface ImportMetadata
- Parameters:
fileName - The fileName to set.
getLegacyTool
public String getLegacyTool()
- Specified by:
getLegacyTool in interface ImportMetadata
- Returns:
- Returns the legacyTool.
setLegacyTool
public void setLegacyTool(String legacyTool)
- Specified by:
setLegacyTool in interface ImportMetadata
- Parameters:
legacyTool - The legacyTool to set.
isMandatory
public boolean isMandatory()
- Specified by:
isMandatory in interface ImportMetadata
- Returns:
- Returns the mandatory.
setMandatory
public void setMandatory(boolean mandatory)
- Specified by:
setMandatory in interface ImportMetadata
- Parameters:
mandatory - The mandatory to set.
getSakaiServiceName
public String getSakaiServiceName()
- Specified by:
getSakaiServiceName in interface ImportMetadata
- Returns:
- Returns the sakaiServiceName.
setSakaiServiceName
public void setSakaiServiceName(String sakaiServiceName)
- Specified by:
setSakaiServiceName in interface ImportMetadata
- Parameters:
sakaiServiceName - The sakaiServiceName to set.
getSakaiTool
public String getSakaiTool()
- Specified by:
getSakaiTool in interface ImportMetadata
- Returns:
- Returns the sakaiTool.
setSakaiTool
public void setSakaiTool(String sakaiTool)
- Specified by:
setSakaiTool in interface ImportMetadata
- Parameters:
sakaiTool - The sakaiTool to set.
Copyright © 2003-2013 Sakai Foundations. All Rights Reserved.