org.enhydra.snapper.business
Class PathImpl
java.lang.Object
org.enhydra.snapper.business.PathImpl
- All Implemented Interfaces:
- Path
public class PathImpl
- extends java.lang.Object
- implements Path
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathImpl
public PathImpl()
getType
public java.lang.String getType()
- Specified by:
getType
in interface Path
getRoot
public java.lang.String getRoot()
- Specified by:
getRoot
in interface Path
getUser
public java.lang.String getUser()
- Specified by:
getUser
in interface Path
getPass
public java.lang.String getPass()
- Specified by:
getPass
in interface Path
getHost
public java.lang.String getHost()
- Specified by:
getHost
in interface Path
getPort
public java.lang.String getPort()
- Specified by:
getPort
in interface Path
getMappingRoot
public java.lang.String getMappingRoot()
- Specified by:
getMappingRoot
in interface Path
setType
public void setType(java.lang.String str)
- Specified by:
setType
in interface Path
setRoot
public void setRoot(java.lang.String str)
- Specified by:
setRoot
in interface Path
setUser
public void setUser(java.lang.String str)
- Specified by:
setUser
in interface Path
setPass
public void setPass(java.lang.String str)
- Specified by:
setPass
in interface Path
setHost
public void setHost(java.lang.String str)
- Specified by:
setHost
in interface Path
setPort
public void setPort(java.lang.String str)
- Specified by:
setPort
in interface Path
setMappingRoot
public void setMappingRoot(java.lang.String str)
- Specified by:
setMappingRoot
in interface Path