com.hyper9.simdk.stubs.dao
Class OvfFile

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

public class OvfFile
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfFile()
           
 
Method Summary
 Long getChunkSize()
           
 String getCompressionMethod()
           
 String getDeviceId()
           
 String getPath()
           
 Long getSize()
           
 void setChunkSize(Long toSet)
           
 void setCompressionMethod(String toSet)
           
 void setDeviceId(String toSet)
           
 void setPath(String toSet)
           
 void setSize(Long 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

OvfFile

public OvfFile()
Method Detail

getDeviceId

public String getDeviceId()

setDeviceId

public void setDeviceId(String toSet)

getPath

public String getPath()

setPath

public void setPath(String toSet)

getCompressionMethod

public String getCompressionMethod()

setCompressionMethod

public void setCompressionMethod(String toSet)

getChunkSize

public Long getChunkSize()

setChunkSize

public void setChunkSize(Long toSet)

getSize

public Long getSize()

setSize

public void setSize(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.