com.hyper9.simdk.stubs.dao
Class DVPortStatus

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

public class DVPortStatus
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVPortStatus()
           
 
Method Summary
 Boolean getBlocked()
           
 String getLinkPeer()
           
 Boolean getLinkUp()
           
 String getMacAddress()
           
 Integer getMtu()
           
 Boolean getTrunkingMode()
           
 List<NumericRange> getVlanIds()
           
 void setBlocked(Boolean toSet)
           
 void setLinkPeer(String toSet)
           
 void setLinkUp(Boolean toSet)
           
 void setMacAddress(String toSet)
           
 void setMtu(Integer toSet)
           
 void setTrunkingMode(Boolean toSet)
           
 void setVlanIds(List<NumericRange> 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

DVPortStatus

public DVPortStatus()
Method Detail

getLinkUp

public Boolean getLinkUp()

setLinkUp

public void setLinkUp(Boolean toSet)

getBlocked

public Boolean getBlocked()

setBlocked

public void setBlocked(Boolean toSet)

getVlanIds

public List<NumericRange> getVlanIds()

setVlanIds

public void setVlanIds(List<NumericRange> toSet)

getTrunkingMode

public Boolean getTrunkingMode()

setTrunkingMode

public void setTrunkingMode(Boolean toSet)

getMtu

public Integer getMtu()

setMtu

public void setMtu(Integer toSet)

getLinkPeer

public String getLinkPeer()

setLinkPeer

public void setLinkPeer(String toSet)

getMacAddress

public String getMacAddress()

setMacAddress

public void setMacAddress(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.