com.hyper9.simdk.stubs.dao
Class DatastoreInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.DatastoreInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LocalDatastoreInfo, NasDatastoreInfo, VmfsDatastoreInfo

public class DatastoreInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DatastoreInfo()
           
 
Method Summary
 Long getFreeSpace()
           
 Long getMaxFileSize()
           
 String getName()
           
 Calendar getTimestamp()
           
 String getUrl()
           
 void setFreeSpace(Long toSet)
           
 void setMaxFileSize(Long toSet)
           
 void setName(String toSet)
           
 void setTimestamp(Calendar 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

DatastoreInfo

public DatastoreInfo()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getUrl

public String getUrl()

setUrl

public void setUrl(String toSet)

getFreeSpace

public Long getFreeSpace()

setFreeSpace

public void setFreeSpace(Long toSet)

getMaxFileSize

public Long getMaxFileSize()

setMaxFileSize

public void setMaxFileSize(Long toSet)

getTimestamp

public Calendar getTimestamp()

setTimestamp

public void setTimestamp(Calendar toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.