org.sakaiproject.archive.api
Interface ImportMetadata
public interface ImportMetadata
...
getId
String getId()
- Returns:
setId
void setId(String id)
- Parameters:
id -
getFileName
String getFileName()
- Returns:
- Returns the fileName.
setFileName
void setFileName(String fileName)
- Parameters:
fileName - The fileName to set.
getLegacyTool
String getLegacyTool()
- Returns:
- Returns the legacyTool.
setLegacyTool
void setLegacyTool(String legacyTool)
- Parameters:
legacyTool - The legacyTool to set.
isMandatory
boolean isMandatory()
- Returns:
- Returns the mandatory.
setMandatory
void setMandatory(boolean mandatory)
- Parameters:
mandatory - The mandatory to set.
getSakaiServiceName
String getSakaiServiceName()
- Returns:
- Returns the sakaiServiceName.
setSakaiServiceName
void setSakaiServiceName(String sakaiServiceName)
- Parameters:
sakaiServiceName - The sakaiServiceName to set.
getSakaiTool
String getSakaiTool()
- Returns:
- Returns the sakaiTool.
setSakaiTool
void setSakaiTool(String sakaiTool)
- Parameters:
sakaiTool - The sakaiTool to set.
Copyright © 2003-2012 Sakai Foundation. All Rights Reserved.