com.hyper9.simdk.stubs.dao
Class VMwareDVSPvlanMapEntry

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

public class VMwareDVSPvlanMapEntry
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VMwareDVSPvlanMapEntry()
           
 
Method Summary
 Integer getPrimaryVlanId()
           
 String getPvlanType()
           
 Integer getSecondaryVlanId()
           
 void setPrimaryVlanId(Integer toSet)
           
 void setPvlanType(String toSet)
           
 void setSecondaryVlanId(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

VMwareDVSPvlanMapEntry

public VMwareDVSPvlanMapEntry()
Method Detail

getPrimaryVlanId

public Integer getPrimaryVlanId()

setPrimaryVlanId

public void setPrimaryVlanId(Integer toSet)

getSecondaryVlanId

public Integer getSecondaryVlanId()

setSecondaryVlanId

public void setSecondaryVlanId(Integer toSet)

getPvlanType

public String getPvlanType()

setPvlanType

public void setPvlanType(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.