Class Posix
java.lang.Object
de.dlr.proseo.storagemgr.rest.model.Posix
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the backendPath.Returns the cachePath.inthashCode()voidsetBackendPath(String backendPath) Set the backendPath.voidsetCachePath(String cachePath) Set the cachePath.toString()
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
backendPath
-
cachePath
-
-
Constructor Details
-
Posix
public Posix()Creates a new Posix. -
Posix
Creates a new Posix.
-
-
Method Details
-
getBackendPath
Returns the backendPath.- Returns:
- backendPath
-
setBackendPath
Set the backendPath.- Parameters:
backendPath- the new backendPath
-
getCachePath
Returns the cachePath.- Returns:
- cachePath
-
setCachePath
Set the cachePath.- Parameters:
cachePath- the new cachePath
-
hashCode
public int hashCode() -
equals
-
toString
-