public class CustomAttributeGroup extends Object implements Serializable
| Constructor and Description |
|---|
CustomAttributeGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomAttributeDocument> |
getCustomAttributeDocuments()
Gets the customAttributeDocuments attribute.
|
String |
getFullName()
Gets the fullName attribute.
|
void |
setCustomAttributeDocuments(List<CustomAttributeDocument> customAttributeDocuments)
Sets the customAttributeDocuments attribute value.
|
void |
setFullName(String fullName)
Sets the fullName attribute value.
|
public String getFullName()
public void setFullName(String fullName)
fullName - The fullName to set.public void setCustomAttributeDocuments(List<CustomAttributeDocument> customAttributeDocuments)
customAttributeDocuments - The customAttributeDocuments to set.public List<CustomAttributeDocument> getCustomAttributeDocuments()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.