public class XPFAttribute extends XPFEntity
Constructor and Description |
---|
XPFAttribute(@NonNull String key,
boolean localized,
@NonNull Map<Locale,String> displayNames) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
@NonNull Map<Locale,String> |
getDisplayNames()
The attribute display name.
|
@NonNull String |
getKey()
The attribute key.
|
int |
hashCode() |
boolean |
isLocalized()
Indicates if the attribute is localized by language.
|
String |
toString() |
getCustomData
Copyright © 2024. All rights reserved.