com.hyper9.simdk.stubs.dao
Class HostInternetScsiTargetTransport

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

public class HostInternetScsiTargetTransport
extends HostTargetTransport

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostInternetScsiTargetTransport()
           
 
Method Summary
 List<String> getAddress()
           
 String getIScsiAlias()
           
 String getIScsiName()
           
 void setAddress(List<String> toSet)
           
 void setIScsiAlias(String toSet)
           
 void setIScsiName(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

HostInternetScsiTargetTransport

public HostInternetScsiTargetTransport()
Method Detail

getIScsiName

public String getIScsiName()

setIScsiName

public void setIScsiName(String toSet)

getIScsiAlias

public String getIScsiAlias()

setIScsiAlias

public void setIScsiAlias(String toSet)

getAddress

public List<String> getAddress()

setAddress

public void setAddress(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.