com.ebmwebsourcing.petalsview.gui.beans.referential
Class StepErrorRefDetails

java.lang.Object
  extended by com.ebmwebsourcing.petalsview.gui.beans.referential.StepErrorRefDetails

public class StepErrorRefDetails
extends java.lang.Object

Author:
ofabre

Constructor Summary
StepErrorRefDetails()
           
 
Method Summary
 java.lang.String create()
           
 int getErrorCode()
           
 java.lang.String getErrorMessage()
           
 com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef getStepErrorRef()
           
 void init(javax.servlet.http.HttpServletRequest request)
           
 void load(javax.servlet.http.HttpServletRequest request)
           
 void reset()
           
 void setErrorCode(int errorCode)
           
 void setErrorMessage(java.lang.String errorMessage)
           
 void setStepErrorRef(com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef stepErrorRef)
           
 java.lang.String update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepErrorRefDetails

public StepErrorRefDetails()
Method Detail

getStepErrorRef

public com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef getStepErrorRef()

setStepErrorRef

public void setStepErrorRef(com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef stepErrorRef)

getErrorCode

public int getErrorCode()

setErrorCode

public void setErrorCode(int errorCode)

getErrorMessage

public java.lang.String getErrorMessage()

setErrorMessage

public void setErrorMessage(java.lang.String errorMessage)

load

public void load(javax.servlet.http.HttpServletRequest request)
          throws java.lang.Exception
Throws:
java.lang.Exception

init

public void init(javax.servlet.http.HttpServletRequest request)

reset

public void reset()

create

public java.lang.String create()
                        throws org.ow2.opensuit.core.error.LocalizedError,
                               java.lang.Exception
Throws:
org.ow2.opensuit.core.error.LocalizedError
java.lang.Exception

update

public java.lang.String update()
                        throws org.ow2.opensuit.core.error.LocalizedError,
                               java.lang.Exception
Throws:
org.ow2.opensuit.core.error.LocalizedError
java.lang.Exception


Copyright © 2010 eBMWebsourcing. All Rights Reserved.