com.hyper9.simdk.stubs.dao
Class ProductComponentInfo

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

public class ProductComponentInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ProductComponentInfo()
           
 
Method Summary
 String getId()
           
 String getName()
           
 Integer getRelease()
           
 String getVersion()
           
 void setId(String toSet)
           
 void setName(String toSet)
           
 void setRelease(Integer 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

ProductComponentInfo

public ProductComponentInfo()
Method Detail

getId

public String getId()

setId

public void setId(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getRelease

public Integer getRelease()

setRelease

public void setRelease(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.