public class SupportAttributeDefinition extends PrimitiveAttributeDefinition
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
identifier |
sourceName, targetNameid| Constructor and Description |
|---|
SupportAttributeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Directly validate simple fields.
|
boolean |
isIdentifier() |
void |
setIdentifier(boolean identifier)
identifier when true, only the field marked as an identifier will be passed in as a lookup parameter
at most one supportAttribute for each relationship should be defined as identifier="true"
|
String |
toString() |
getSourceName, getTargetName, setSourceName, setTargetNameafterPropertiesSet, getId, setIdprotected boolean identifier
public SupportAttributeDefinition()
public boolean isIdentifier()
public void setIdentifier(boolean identifier)
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation in interface DataDictionaryDefinitioncompleteValidation in class PrimitiveAttributeDefinitionrootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationorg.kuali.rice.krad.datadictionary.DataDictionaryDefinition#completeValidation(java.lang.Class, java.lang.Object)public String toString()
toString in class PrimitiveAttributeDefinitionObject.toString()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.