-
- All Implemented Interfaces:
public final class RootFile
-
-
Method Summary
Modifier and Type Method Description final StringgetRootPath()final UnitsetRootPath(String rootPath)final StringgetRootFilePath()final UnitsetRootFilePath(String rootFilePath)final StringgetMimetype()final UnitsetMimetype(String mimetype)final DoublegetVersion()final UnitsetVersion(Double version)-
-
Method Detail
-
getRootPath
final String getRootPath()
-
setRootPath
final Unit setRootPath(String rootPath)
-
getRootFilePath
final String getRootFilePath()
-
setRootFilePath
final Unit setRootFilePath(String rootFilePath)
-
getMimetype
final String getMimetype()
-
setMimetype
final Unit setMimetype(String mimetype)
-
getVersion
final Double getVersion()
-
setVersion
final Unit setVersion(Double version)
-
-
-
-