net.sf.spring.batch.impl
Class ResourceValidationResult

java.lang.Object
  extended bynet.sf.spring.batch.impl.ResourceValidationResult

public class ResourceValidationResult
extends Object

A bean representing a diagnostic result.

Author:
willy

Field Summary
protected  StringBuffer buffer
           
protected  String name
           
protected  boolean result
           
 
Constructor Summary
ResourceValidationResult()
           
 
Method Summary
 StringBuffer getBuffer()
           
 String getName()
           
 boolean isResult()
           
 void setBuffer(StringBuffer buffer)
           
 void setName(String name)
           
 void setResult(boolean result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

result

protected boolean result

buffer

protected StringBuffer buffer
Constructor Detail

ResourceValidationResult

public ResourceValidationResult()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

isResult

public boolean isResult()
Returns:
the result

setResult

public void setResult(boolean result)
Parameters:
result - the result to set

getBuffer

public StringBuffer getBuffer()
Returns:
the buffer

setBuffer

public void setBuffer(StringBuffer buffer)
Parameters:
buffer - the buffer to set


Copyright © 2009. All Rights Reserved.