public final class ParameterKey extends AbstractDataTransferObject
ParameterContract
,
Parameter
,
Serialized FormModifier and Type | Method and Description |
---|---|
static ParameterKey |
create(String applicationId,
String namespaceCode,
String componentCode,
String name)
Creates a ParameterKey from the given required values.
|
String |
getApplicationId() |
String |
getCacheKey() |
String |
getComponentCode() |
String |
getName() |
String |
getNamespaceCode() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public static ParameterKey create(String applicationId, String namespaceCode, String componentCode, String name)
applicationId
- the application id, cannot be null or blanknamespaceCode
- the namespace code, cannot be null or blankcomponentCode
- the component code, cannot be null or blankname
- the parameter name, cannot be null or blankIllegalArgumentException
- if any arguments are null or blankpublic String getApplicationId()
public String getNamespaceCode()
public String getComponentCode()
public String getCacheKey()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.