com.hyper9.simdk.stubs.dao
Class HostNasVolumeSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostNasVolumeSpec
All Implemented Interfaces:
Serializable

public class HostNasVolumeSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostNasVolumeSpec()
           
 
Method Summary
 String getAccessMode()
           
 String getLocalPath()
           
 String getPassword()
           
 String getRemoteHost()
           
 String getRemotePath()
           
 String getType()
           
 String getUserName()
           
 void setAccessMode(String toSet)
           
 void setLocalPath(String toSet)
           
 void setPassword(String toSet)
           
 void setRemoteHost(String toSet)
           
 void setRemotePath(String toSet)
           
 void setType(String toSet)
           
 void setUserName(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostNasVolumeSpec

public HostNasVolumeSpec()
Method Detail

getRemoteHost

public String getRemoteHost()

setRemoteHost

public void setRemoteHost(String toSet)

getRemotePath

public String getRemotePath()

setRemotePath

public void setRemotePath(String toSet)

getLocalPath

public String getLocalPath()

setLocalPath

public void setLocalPath(String toSet)

getAccessMode

public String getAccessMode()

setAccessMode

public void setAccessMode(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getUserName

public String getUserName()

setUserName

public void setUserName(String toSet)

getPassword

public String getPassword()

setPassword

public void setPassword(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.