public class HelpDefinition extends DataDictionaryDefinitionBase implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected String | parameterDetailType | 
| protected String | parameterName | 
| protected String | parameterNamespace | 
id| Constructor and Description | 
|---|
| HelpDefinition()Constructs a HelpDefinition. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | completeValidation(Class rootBusinessObjectClass,
                  Class otherBusinessObjectClass)Performs complete intra-definition validation which couldn't be done earlier - for example, verifies that field references
 refer to actual fields of some specific class. | 
| String | getParameterDetailType() | 
| String | getParameterName() | 
| String | getParameterNamespace() | 
| void | setParameterDetailType(String parameterDetailType)parameterDetailType: detail type of the parameter that has the path to the help page | 
| void | setParameterName(String parameterName)parameterName: name of the parameter that has the path to the help page | 
| void | setParameterNamespace(String parameterNamespace)parameterNamespace: namespace of the parameter that has the path to the help page | 
afterPropertiesSet, getId, setIdprotected String parameterNamespace
protected String parameterDetailType
protected String parameterName
public HelpDefinition()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
DataDictionaryDefinitioncompleteValidation in interface DataDictionaryDefinitionrootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)public String getParameterName()
public void setParameterName(String parameterName)
public String getParameterNamespace()
public void setParameterNamespace(String parameterNamespace)
public String getParameterDetailType()
public void setParameterDetailType(String parameterDetailType)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.