public class ProposalHierarchyErrorDto extends Object
| Constructor and Description |
|---|
ProposalHierarchyErrorDto()
Constructs a ProposalHierarchyErrorDto.
|
ProposalHierarchyErrorDto(String errorKey,
String... errorParameters)
Constructs a ProposalHierarchyErrorDto.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorKey()
Gets the errorKey attribute.
|
String[] |
getErrorParameters()
Gets the errorParms attribute.
|
void |
setErrorKey(String errorKey)
Sets the errorKey attribute value.
|
void |
setErrorParameters(String... errorParameters)
Sets the errorParameters attribute value.
|
public ProposalHierarchyErrorDto()
public String getErrorKey()
public void setErrorKey(String errorKey)
errorKey - The errorKey to set.public String[] getErrorParameters()
public void setErrorParameters(String... errorParameters)
errorParameters - The errorParameters to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.