com.hyper9.simdk.stubs.dao
Class DatastoreSummary

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

public class DatastoreSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DatastoreSummary()
           
 
Method Summary
 Boolean getAccessible()
           
 Long getCapacity()
           
 Datastore getDatastore()
           
 Long getFreeSpace()
           
 Boolean getMultipleHostAccess()
           
 String getName()
           
 String getType()
           
 Long getUncommitted()
           
 String getUrl()
           
 void setAccessible(Boolean toSet)
           
 void setCapacity(Long toSet)
           
 void setDatastore(Datastore toSet)
           
 void setFreeSpace(Long toSet)
           
 void setMultipleHostAccess(Boolean toSet)
           
 void setName(String toSet)
           
 void setType(String toSet)
           
 void setUncommitted(Long toSet)
           
 void setUrl(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

DatastoreSummary

public DatastoreSummary()
Method Detail

getDatastore

public Datastore getDatastore()

setDatastore

public void setDatastore(Datastore toSet)

getName

public String getName()

setName

public void setName(String toSet)

getUrl

public String getUrl()

setUrl

public void setUrl(String toSet)

getCapacity

public Long getCapacity()

setCapacity

public void setCapacity(Long toSet)

getFreeSpace

public Long getFreeSpace()

setFreeSpace

public void setFreeSpace(Long toSet)

getUncommitted

public Long getUncommitted()

setUncommitted

public void setUncommitted(Long toSet)

getAccessible

public Boolean getAccessible()

setAccessible

public void setAccessible(Boolean toSet)

getMultipleHostAccess

public Boolean getMultipleHostAccess()

setMultipleHostAccess

public void setMultipleHostAccess(Boolean toSet)

getType

public String getType()

setType

public void setType(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.