com.hyper9.simdk.stubs.dao
Class HostDatastoreBrowserSearchResults

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

public class HostDatastoreBrowserSearchResults
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDatastoreBrowserSearchResults()
           
 
Method Summary
 Datastore getDatastore()
           
 List<FileInfo> getFile()
           
 String getFolderPath()
           
 void setDatastore(Datastore toSet)
           
 void setFile(List<FileInfo> toSet)
           
 void setFolderPath(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

HostDatastoreBrowserSearchResults

public HostDatastoreBrowserSearchResults()
Method Detail

getDatastore

public Datastore getDatastore()

setDatastore

public void setDatastore(Datastore toSet)

getFolderPath

public String getFolderPath()

setFolderPath

public void setFolderPath(String toSet)

getFile

public List<FileInfo> getFile()

setFile

public void setFile(List<FileInfo> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.