com.hyper9.simdk.stubs.dao
Class ProfileCreateSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ProfileCreateSpec
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterProfileCreateSpec, HostProfileConfigSpec, ProfileSerializedCreateSpec

public class ProfileCreateSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ProfileCreateSpec()
           
 
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

ProfileCreateSpec

public ProfileCreateSpec()
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.