Klasse Posix
java.lang.Object
de.dlr.proseo.interfaces.rest.model.Posix
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelder
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungboolean@NotNull StringReturns the backendPath.@NotNull StringReturns the cachePath.inthashCode()voidsetBackendPath(String backendPath) Set the backendPath.voidsetCachePath(String cachePath) Set the cachePath.toString()
- 
Felddetails- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
backendPath
- 
cachePath
 
- 
- 
Konstruktordetails- 
Posixpublic Posix()Creates a new Posix.
- 
PosixCreates a new Posix.
 
- 
- 
Methodendetails- 
getBackendPathReturns the backendPath.- Gibt zurück:
- backendPath
 
- 
setBackendPathSet the backendPath.- Parameter:
- backendPath- the new backendPath
 
- 
getCachePathReturns the cachePath.- Gibt zurück:
- cachePath
 
- 
setCachePathSet the cachePath.- Parameter:
- cachePath- the new cachePath
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-