com.hyper9.simdk.stubs.dao
Class ScsiLunDurableName

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

public class ScsiLunDurableName
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ScsiLunDurableName()
           
 
Method Summary
 List<Byte> getData()
           
 String getNamespace()
           
 Byte getNamespaceId()
           
 void setData(List<Byte> toSet)
           
 void setNamespace(String toSet)
           
 void setNamespaceId(Byte 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

ScsiLunDurableName

public ScsiLunDurableName()
Method Detail

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String toSet)

getNamespaceId

public Byte getNamespaceId()

setNamespaceId

public void setNamespaceId(Byte toSet)

getData

public List<Byte> getData()

setData

public void setData(List<Byte> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.