Package com.soffid.iam.base.api
Class DisableObjectRule
java.lang.Object
com.soffid.iam.base.api.DisableObjectRule
- All Implemented Interfaces:
Serializable
ValueObject DisableObjectRule
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDisableObjectRule(DisableObjectRule otherBean) DisableObjectRule(String criteria, Integer parameter, String action, String emailCopy, String emailSubject, String emailBody) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actionGets value for attribute criteriaGets value for attribute emailBodyGets value for attribute emailCopyGets value for attribute emailSubjectGets value for attribute parametervoidSets value for attribute actionvoidsetCriteria(String criteria) Sets value for attribute criteriavoidsetEmailBody(String emailBody) Sets value for attribute emailBodyvoidsetEmailCopy(String emailCopy) Sets value for attribute emailCopyvoidsetEmailSubject(String emailSubject) Sets value for attribute emailSubjectvoidsetParameter(Integer parameter) Sets value for attribute parametertoString()Returns a string representation of the value object.
-
Constructor Details
-
DisableObjectRule
public DisableObjectRule() -
DisableObjectRule
-
DisableObjectRule
-
-
Method Details
-
getCriteria
Gets value for attribute criteria -
setCriteria
Sets value for attribute criteria -
getParameter
Gets value for attribute parameter -
setParameter
Sets value for attribute parameter -
getAction
Gets value for attribute action -
setAction
Sets value for attribute action -
getEmailCopy
Gets value for attribute emailCopy -
setEmailCopy
Sets value for attribute emailCopy -
getEmailSubject
Gets value for attribute emailSubject -
setEmailSubject
Sets value for attribute emailSubject -
getEmailBody
Gets value for attribute emailBody -
setEmailBody
Sets value for attribute emailBody -
toString
Returns a string representation of the value object.
-