public class MetadataViewKeyImpl extends MetadataViewKey implements Serializable
| Constructor and Description | 
|---|
| MetadataViewKeyImpl(String viewId,
                   String renderKitId,
                   Locale locale) | 
| MetadataViewKeyImpl(String viewId,
                   String renderKitId,
                   Locale locale,
                   String[] contracts) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String[] | getContracts() | 
| Locale | getLocale() | 
| String | getRenderKitId() | 
| String | getViewId() | 
| int | hashCode() | 
public Locale getLocale()
getLocale in class MetadataViewKeypublic String getViewId()
getViewId in class MetadataViewKeypublic String[] getContracts()
getContracts in class MetadataViewKeypublic String getRenderKitId()
getRenderKitId in class MetadataViewKeyCopyright © 2021 The Apache Software Foundation. All rights reserved.