org.rhq.helpers.pluginGen
Class Props.Template

java.lang.Object
  extended by org.rhq.helpers.pluginGen.Props.Template
Enclosing class:
Props

public static class Props.Template
extends Object


Constructor Summary
Props.Template(String name)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 Set<Props.SimpleProperty> getSimpleProps()
           
 void setDescription(String description)
           
 void setSimpleProps(Set<Props.SimpleProperty> simpleProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Props.Template

public Props.Template(String name)
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getSimpleProps

public Set<Props.SimpleProperty> getSimpleProps()

setSimpleProps

public void setSimpleProps(Set<Props.SimpleProperty> simpleProps)

getName

public String getName()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.