com.hyper9.simdk.stubs.dao
Class CustomizationSpecInfo

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

public class CustomizationSpecInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
CustomizationSpecInfo()
           
 
Method Summary
 String getChangeVersion()
           
 String getDescription()
           
 Calendar getLastUpdateTime()
           
 String getName()
           
 String getType()
           
 void setChangeVersion(String toSet)
           
 void setDescription(String toSet)
           
 void setLastUpdateTime(Calendar toSet)
           
 void setName(String toSet)
           
 void setType(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

CustomizationSpecInfo

public CustomizationSpecInfo()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getChangeVersion

public String getChangeVersion()

setChangeVersion

public void setChangeVersion(String toSet)

getLastUpdateTime

public Calendar getLastUpdateTime()

setLastUpdateTime

public void setLastUpdateTime(Calendar toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.