| Package | Description |
|---|---|
| org.kuali.rice.krms.impl.repository |
| Modifier and Type | Method and Description |
|---|---|
static NaturalLanguageTemplateAttributeBo |
NaturalLanguageTemplateAttributeBo.from(org.kuali.rice.krms.api.repository.language.NaturalLanguageTemplateAttribute naturalLanguageTemplateAttribute)
Converts a immutable
NaturalLanguageTemplateAttribute to its mutable NaturalLanguageTemplateAttributeBo counterpart. |
| Modifier and Type | Method and Description |
|---|---|
static org.kuali.rice.krms.api.repository.language.NaturalLanguageTemplateAttribute |
NaturalLanguageTemplateAttributeBo.to(NaturalLanguageTemplateAttributeBo naturalLanguageTemplateAttributeBo)
Converts a mutable
NaturalLanguageTemplateAttributeBo to its immutable counterpart, NaturalLanguageTemplateAttribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
NaturalLanguageTemplateBo.setAttributeBos(List<NaturalLanguageTemplateAttributeBo> attributeBos)
Sets the value of AttributeBos on this builder to the given value.
|
void |
NaturalLanguageTemplateBo.setAttributeBos(Set<NaturalLanguageTemplateAttributeBo> attributeBos)
Sets the value of AttributeBos on this builder to the given value.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.