com.hyper9.simdk.stubs.dao
Class HostFileSystemVolume

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostFileSystemVolume
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HostLocalFileSystemVolume, HostNasVolume, HostVmfsVolume

public class HostFileSystemVolume
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostFileSystemVolume()
           
 
Method Summary
 Long getCapacity()
           
 String getName()
           
 String getType()
           
 void setCapacity(Long toSet)
           
 void setName(String toSet)
           
 void setType(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

HostFileSystemVolume

public HostFileSystemVolume()
Method Detail

getType

public String getType()

setType

public void setType(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getCapacity

public Long getCapacity()

setCapacity

public void setCapacity(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.