org.kuali.student.common.assembly.old.data
Class SaveResult<T>

java.lang.Object
  extended by org.kuali.student.common.assembly.old.data.SaveResult<T>
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class SaveResult<T>
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Deprecated.  
private  List<ValidationResultInfo> validationResults
          Deprecated.  
private  T value
          Deprecated.  
 
Constructor Summary
SaveResult()
          Deprecated.  
 
Method Summary
 void addValidationResults(List<ValidationResultInfo> validationResults)
          Deprecated.  
 List<ValidationResultInfo> getValidationResults()
          Deprecated.  
 T getValue()
          Deprecated.  
 void setValidationResults(List<ValidationResultInfo> validationResults)
          Deprecated.  
 void setValue(T value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

value

private T value
Deprecated. 

validationResults

private List<ValidationResultInfo> validationResults
Deprecated. 
Constructor Detail

SaveResult

public SaveResult()
Deprecated. 
Method Detail

getValue

public T getValue()
Deprecated. 

setValue

public void setValue(T value)
Deprecated. 

getValidationResults

public List<ValidationResultInfo> getValidationResults()
Deprecated. 

setValidationResults

public void setValidationResults(List<ValidationResultInfo> validationResults)
Deprecated. 

addValidationResults

public void addValidationResults(List<ValidationResultInfo> validationResults)
Deprecated. 


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.