com.hyper9.simdk.stubs.dao
Class DistributedVirtualSwitchProductSpec

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

public class DistributedVirtualSwitchProductSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DistributedVirtualSwitchProductSpec()
           
 
Method Summary
 String getBuild()
           
 String getBundleId()
           
 String getBundleUrl()
           
 String getForwardingClass()
           
 String getName()
           
 String getVendor()
           
 String getVersion()
           
 void setBuild(String toSet)
           
 void setBundleId(String toSet)
           
 void setBundleUrl(String toSet)
           
 void setForwardingClass(String toSet)
           
 void setName(String toSet)
           
 void setVendor(String toSet)
           
 void setVersion(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

DistributedVirtualSwitchProductSpec

public DistributedVirtualSwitchProductSpec()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getVendor

public String getVendor()

setVendor

public void setVendor(String toSet)

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getBuild

public String getBuild()

setBuild

public void setBuild(String toSet)

getForwardingClass

public String getForwardingClass()

setForwardingClass

public void setForwardingClass(String toSet)

getBundleId

public String getBundleId()

setBundleId

public void setBundleId(String toSet)

getBundleUrl

public String getBundleUrl()

setBundleUrl

public void setBundleUrl(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.