com.hyper9.simdk.stubs.dao
Class OvfFileItem

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

public class OvfFileItem
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfFileItem()
           
 
Method Summary
 Long getChunkSize()
           
 Integer getCimType()
           
 String getCompressionMethod()
           
 Boolean getCreate()
           
 String getDeviceId()
           
 String getPath()
           
 Long getSize()
           
 void setChunkSize(Long toSet)
           
 void setCimType(Integer toSet)
           
 void setCompressionMethod(String toSet)
           
 void setCreate(Boolean 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

OvfFileItem

public OvfFileItem()
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)

getCimType

public Integer getCimType()

setCimType

public void setCimType(Integer toSet)

getCreate

public Boolean getCreate()

setCreate

public void setCreate(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.