com.hyper9.simdk.stubs.dao
Class ProfileConfigInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ProfileConfigInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterProfileConfigInfo, HostProfileConfigInfo

public class ProfileConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ProfileConfigInfo()
           
 
Method Summary
 String getAnnotation()
           
 Boolean getEnabled()
           
 String getName()
           
 void setAnnotation(String toSet)
           
 void setEnabled(Boolean toSet)
           
 void setName(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

ProfileConfigInfo

public ProfileConfigInfo()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getAnnotation

public String getAnnotation()

setAnnotation

public void setAnnotation(String toSet)

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.