public static class MessageFormatPersonAttributeDao.FormatAttribute extends Object
| Constructor and Description |
|---|
FormatAttribute() |
FormatAttribute(Set<String> attributeNames,
String format,
List<String> sourceAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Set<String> |
getAttributeNames() |
String |
getFormat() |
List<String> |
getSourceAttributes() |
int |
hashCode() |
void |
setAttributeNames(Set<String> attributeNames) |
void |
setFormat(String format) |
void |
setSourceAttributes(List<String> sourceAttributes) |
String |
toString() |
public void setAttributeNames(Set<String> attributeNames)
attributeNames - The resulting attributes the formatted string should be returned underpublic String getFormat()
public void setFormat(String format)
format - The MessageFormat string used to generate the attributepublic void setSourceAttributes(List<String> sourceAttributes)
sourceAttributes - The attributes to pass as arguments to the MessageFormatpublic boolean equals(Object object)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()Copyright © 2015 Jasig. All Rights Reserved.