com.hyper9.simdk.stubs.dao
Class VirtualMachineDisplayTopology

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

public class VirtualMachineDisplayTopology
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineDisplayTopology()
           
 
Method Summary
 Integer getHeight()
           
 Integer getWidth()
           
 Integer getX()
           
 Integer getY()
           
 void setHeight(Integer toSet)
           
 void setWidth(Integer toSet)
           
 void setX(Integer toSet)
           
 void setY(Integer 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

VirtualMachineDisplayTopology

public VirtualMachineDisplayTopology()
Method Detail

getX

public Integer getX()

setX

public void setX(Integer toSet)

getY

public Integer getY()

setY

public void setY(Integer toSet)

getWidth

public Integer getWidth()

setWidth

public void setWidth(Integer toSet)

getHeight

public Integer getHeight()

setHeight

public void setHeight(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.