Class Result

java.lang.Object
oracle.iam.catalog.vo.Result
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogSearchResult

public class Result extends Object implements Serializable
Object that contains the information realted to the result for any operation performed on catalog
Since:
11.1.2.0.0
Author:
asbharga
See Also:
  • Constructor Details

    • Result

      public Result()
  • Method Details

    • getMessage

      public String getMessage()
      Returns:
      the message
    • setMessage

      public void setMessage(String message)
      Parameters:
      message - the message to set
    • isStatusFlag

      public boolean isStatusFlag()
      Flag to indicate if operation is success or failure. If failure call getException to get the exception
      Returns:
      the statusFlag true means operation is success, and false means some exception,
    • setStatusFlag

      public void setStatusFlag(boolean statusFlag)
      Parameters:
      statusFlag - the statusFlag to set
    • getException

      public Throwable getException()
      Returns:
      the exception caused during operation
    • setException

      public void setException(Throwable exception)
      Parameters:
      exception - the exception to set
    • getKey

      public long getKey()
      Returns:
      the primary key if its returned after create operation
    • setKey

      public void setKey(long key)
      Parameters:
      key - the key to set
    • getNoOfRowsEffected

      public long getNoOfRowsEffected()
      Returns:
      no of effected rows
    • setNoOfRowsEffected

      public void setNoOfRowsEffected(long noOfRowsEffected)
      Parameters:
      noOfRowsEffected -