com.hyper9.simdk.stubs.dao
Class HostService

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

public class HostService
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostService()
           
 
Method Summary
 String getKey()
           
 String getLabel()
           
 String getPolicy()
           
 Boolean getRequired()
           
 List<String> getRuleset()
           
 Boolean getRunning()
           
 Boolean getUninstallable()
           
 void setKey(String toSet)
           
 void setLabel(String toSet)
           
 void setPolicy(String toSet)
           
 void setRequired(Boolean toSet)
           
 void setRuleset(List<String> toSet)
           
 void setRunning(Boolean toSet)
           
 void setUninstallable(Boolean 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

HostService

public HostService()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getLabel

public String getLabel()

setLabel

public void setLabel(String toSet)

getRequired

public Boolean getRequired()

setRequired

public void setRequired(Boolean toSet)

getUninstallable

public Boolean getUninstallable()

setUninstallable

public void setUninstallable(Boolean toSet)

getRunning

public Boolean getRunning()

setRunning

public void setRunning(Boolean toSet)

getRuleset

public List<String> getRuleset()

setRuleset

public void setRuleset(List<String> toSet)

getPolicy

public String getPolicy()

setPolicy

public void setPolicy(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.