com.hyper9.simdk.stubs.dao
Class VirtualMachineFileLayoutExFileInfo

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

public class VirtualMachineFileLayoutExFileInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineFileLayoutExFileInfo()
           
 
Method Summary
 Integer getKey()
           
 String getName()
           
 Long getSize()
           
 String getType()
           
 void setKey(Integer toSet)
           
 void setName(String toSet)
           
 void setSize(Long toSet)
           
 void setType(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

VirtualMachineFileLayoutExFileInfo

public VirtualMachineFileLayoutExFileInfo()
Method Detail

getKey

public Integer getKey()

setKey

public void setKey(Integer toSet)

getName

public String getName()

setName

public void setName(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getSize

public Long getSize()

setSize

public void setSize(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.