com.hyper9.simdk.stubs.dao
Class FileInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.FileInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FloppyImageFileInfo, FolderFileInfo, IsoImageFileInfo, VmConfigFileInfo, VmDiskFileInfo, VmLogFileInfo, VmNvramFileInfo, VmSnapshotFileInfo

public class FileInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
FileInfo()
           
 
Method Summary
 Long getFileSize()
           
 Calendar getModification()
           
 String getOwner()
           
 String getPath()
           
 void setFileSize(Long toSet)
           
 void setModification(Calendar toSet)
           
 void setOwner(String toSet)
           
 void setPath(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

FileInfo

public FileInfo()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String toSet)

getFileSize

public Long getFileSize()

setFileSize

public void setFileSize(Long toSet)

getModification

public Calendar getModification()

setModification

public void setModification(Calendar toSet)

getOwner

public String getOwner()

setOwner

public void setOwner(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.