com.hyper9.simdk.stubs.dao
Class ComplianceFailure

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ComplianceFailure
All Implemented Interfaces:
Serializable

public class ComplianceFailure
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ComplianceFailure()
           
 
Method Summary
 String getExpressionName()
           
 String getFailureType()
           
 LocalizableMessage getMessage()
           
 void setExpressionName(String toSet)
           
 void setFailureType(String toSet)
           
 void setMessage(LocalizableMessage toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplianceFailure

public ComplianceFailure()
Method Detail

getFailureType

public String getFailureType()

setFailureType

public void setFailureType(String toSet)

getMessage

public LocalizableMessage getMessage()

setMessage

public void setMessage(LocalizableMessage toSet)

getExpressionName

public String getExpressionName()

setExpressionName

public void setExpressionName(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.