com.hyper9.simdk.stubs.dao
Class HostMultipathInfoPath

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

public class HostMultipathInfoPath
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostMultipathInfoPath()
           
 
Method Summary
 String getAdapter()
           
 Boolean getIsWorkingPath()
           
 String getKey()
           
 String getLun()
           
 String getName()
           
 String getPathState()
           
 String getState()
           
 HostTargetTransport getTransport()
           
 void setAdapter(String toSet)
           
 void setIsWorkingPath(Boolean toSet)
           
 void setKey(String toSet)
           
 void setLun(String toSet)
           
 void setName(String toSet)
           
 void setPathState(String toSet)
           
 void setState(String toSet)
           
 void setTransport(HostTargetTransport 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

HostMultipathInfoPath

public HostMultipathInfoPath()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getPathState

public String getPathState()

setPathState

public void setPathState(String toSet)

getState

public String getState()

setState

public void setState(String toSet)

getIsWorkingPath

public Boolean getIsWorkingPath()

setIsWorkingPath

public void setIsWorkingPath(Boolean toSet)

getAdapter

public String getAdapter()

setAdapter

public void setAdapter(String toSet)

getLun

public String getLun()

setLun

public void setLun(String toSet)

getTransport

public HostTargetTransport getTransport()

setTransport

public void setTransport(HostTargetTransport toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.