org.kuali.rice.kew.edl.components
Class EDLValidation

java.lang.Object
  extended by org.kuali.rice.kew.edl.components.EDLValidation

public class EDLValidation
extends Object

Represents an EDocLite Validation that can be executed.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private  String expression
           
private  String key
           
private  String message
           
private  String type
           
 
Constructor Summary
EDLValidation()
           
 
Method Summary
 String getExpression()
           
 String getKey()
           
 String getMessage()
           
 String getType()
           
 void setExpression(String expression)
           
 void setKey(String key)
           
 void setMessage(String message)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private String type

expression

private String expression

message

private String message

key

private String key
Constructor Detail

EDLValidation

public EDLValidation()
Method Detail

getExpression

public String getExpression()

setExpression

public void setExpression(String expression)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getType

public String getType()

setType

public void setType(String type)

getKey

public String getKey()

setKey

public void setKey(String key)


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