oracle.apps.cz.cio
Class RestoreValidationFailure
java.lang.Object
|
+--oracle.apps.cz.cio.StatusInfo
|
+--oracle.apps.cz.cio.ValidationFailure
|
+--oracle.apps.cz.cio.RestoreValidationFailure
- public class RestoreValidationFailure
- extends ValidationFailure
Failure produced when restoring a configuration over a changed model.
| Method Summary |
boolean |
equals(java.lang.Object obj)
|
oracle.apps.cz.dio.config.DbConfigItem |
getInput()
Returns the input object where the validation failure occured |
com.sun.java.util.collections.Collection |
getReasons()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
RCS_ID
public static final java.lang.String RCS_ID
RCS_ID_RECORDED
public static final boolean RCS_ID_RECORDED
getInput
public oracle.apps.cz.dio.config.DbConfigItem getInput()
- Returns the input object where the validation failure occured
-
- Returns:
- the failed DbConfigInput object
equals
public boolean equals(java.lang.Object obj)
-
- Overrides:
equals in class ValidationFailure
hashCode
public int hashCode()
-
- Overrides:
hashCode in class StatusInfo
getReasons
public com.sun.java.util.collections.Collection getReasons()
-
- Overrides:
getReasons in class ValidationFailure
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.