Package org.sakaiproject.archive.api
Interface ImportMetadata
-
public interface ImportMetadata...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileName()StringgetId()StringgetLegacyTool()StringgetSakaiServiceName()StringgetSakaiTool()booleanisMandatory()voidsetFileName(String fileName)voidsetId(String id)voidsetLegacyTool(String legacyTool)voidsetMandatory(boolean mandatory)voidsetSakaiServiceName(String sakaiServiceName)voidsetSakaiTool(String sakaiTool)
-
-
-
Method Detail
-
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.
-
-