com.adobe.idp.taskmanager.dsc.client.task
Class BatchFailure

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.task.BatchFailure
All Implemented Interfaces:
java.io.Serializable

public class BatchFailure
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BatchFailure()
           
 
Method Summary
 int compareTo(java.lang.Long o)
           
 boolean equals(java.lang.Object aThat)
           
 TaskManagerException getException()
          returns the TaskManagerException associated with this failure
 long getTaskId()
          returns the TaskID associated with this failure
 void setException(TaskManagerException aException)
          sets a TaskManagerException associated with this failure
 void setTaskId(long taskId)
          sets the TaskId associated with this Failure
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchFailure

public BatchFailure()
Method Detail

getTaskId

public long getTaskId()
returns the TaskID associated with this failure

Returns:
The TaskId

setTaskId

public void setTaskId(long taskId)
sets the TaskId associated with this Failure

Parameters:
taskId - TaskID

getException

public TaskManagerException getException()
returns the TaskManagerException associated with this failure

Returns:
a TaskManagerException, or one of it's derived classes

setException

public void setException(TaskManagerException aException)
sets a TaskManagerException associated with this failure

Parameters:
aException - a TaskManagerException, or one of it's derived classes

equals

public boolean equals(java.lang.Object aThat)
Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(java.lang.Long o)