public class ValidationResult extends SchemaObject implements Cloneable
internalId, internalName, log, TIMESTAMP_FORMATSERIALIZED_CLASS_NAME, TYPEXML_SERIALIZED_CLASS_NAME| Constructor and Description |
|---|
ValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
clear() |
ValidationResult |
clone() |
List<ValidationMessage> |
getErrors() |
List<ValidationMessage> |
getErrors(boolean create) |
List<String> |
getFieldNames() |
List<String> |
getFieldNamesForErrorMessage() |
List<FieldDef> |
getFields() |
List<String> |
getMessages() |
boolean |
isNotValid() |
boolean |
isValid() |
ValidationResult |
setErrors(List<ValidationMessage> errors) |
addExceptionProperties, assertValid, assertValid, exception, exception, exception, getInternalId, getInternalName, resetInternalIdfromRecord, toRecord, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgenerateJavaCodefromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonforEachGrandChildElement, fromXml, fromXml, fromXmlElement, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, toXmlElement, writeXml, writeXmladdExceptionProperties, contributeExceptionProperties, contributeExceptionPropertiespublic ValidationResult clone()
clone in class FoundationObjectpublic boolean isValid()
public boolean isNotValid()
public List<ValidationMessage> getErrors()
public List<ValidationMessage> getErrors(boolean create)
public ValidationResult setErrors(List<ValidationMessage> errors)
public ValidationResult clear()
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.