| |
|
| org.kuali.core.datadictionary.control.ControlDefinitionBase org.kuali.core.datadictionary.control.KualiUserControlDefinition
KualiUserControlDefinition | public KualiUserControlDefinition()(Code) | | |
getPersonNameAttributeName | public String getPersonNameAttributeName()(Code) | | Gets the personNameAttributeName attribute.
Returns the personNameAttributeName. |
getUniversalIdAttributeName | public String getUniversalIdAttributeName()(Code) | | Gets the universalIdAttributeName attribute.
Returns the universalIdAttributeName. |
getUserIdAttributeName | public String getUserIdAttributeName()(Code) | | Gets the userIdAttributeName attribute.
Returns the userIdAttributeName. |
setPersonNameAttributeName | public void setPersonNameAttributeName(String personNameAttributeName)(Code) | | Sets the personNameAttributeName attribute value.
Parameters: personNameAttributeName - The personNameAttributeName to set. |
setUniversalIdAttributeName | public void setUniversalIdAttributeName(String universalIdAttributeName)(Code) | | Sets the universalIdAttributeName attribute value.
Parameters: universalIdAttributeName - The universalIdAttributeName to set. |
setUserIdAttributeName | public void setUserIdAttributeName(String userIdAttributeName)(Code) | | Sets the userIdAttributeName attribute value.
Parameters: userIdAttributeName - The userIdAttributeName to set. |
|
|
|