com.hyper9.simdk.stubs.dao
Class EVCMode

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

public class EVCMode
extends ElementDescription

Author:
akutz
See Also:
Serialized Form

Constructor Summary
EVCMode()
           
 
Method Summary
 String getVendor()
           
 Integer getVendorTier()
           
 void setVendor(String toSet)
           
 void setVendorTier(Integer toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ElementDescription
getKey, setKey
 
Methods inherited from class com.hyper9.simdk.stubs.dao.Description
getLabel, getSummary, setLabel, setSummary
 
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

EVCMode

public EVCMode()
Method Detail

getVendor

public String getVendor()

setVendor

public void setVendor(String toSet)

getVendorTier

public Integer getVendorTier()

setVendorTier

public void setVendorTier(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.