Package com.soffid.iam.rc.api
Class IssuePolicyAction
java.lang.Object
com.soffid.iam.rc.api.IssuePolicyAction
- All Implemented Interfaces:
Serializable
ValueObject IssuePolicyAction
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIssuePolicyAction(IssuePolicyAction otherBean) IssuePolicyAction(IssueStatus status, String action) IssuePolicyAction(Long id, IssueStatus status, String action, String description, String subject, String body, String emailAddress, String processDefinition, String script, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actiongetBody()Gets value for attribute bodyGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptionGets value for attribute emailAddressgetId()Gets value for attribute idGets value for attribute processDefinitionGets value for attribute scriptGets value for attribute statusGets value for attribute subjectGets value for attribute updatedByGets value for attribute updatedOnvoidSets value for attribute actionvoidSets value for attribute bodyvoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidsetEmailAddress(String emailAddress) Sets value for attribute emailAddressvoidSets value for attribute idvoidsetProcessDefinition(String processDefinition) Sets value for attribute processDefinitionvoidSets value for attribute scriptvoidsetStatus(IssueStatus status) Sets value for attribute statusvoidsetSubject(String subject) Sets value for attribute subjectvoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
IssuePolicyAction
public IssuePolicyAction() -
IssuePolicyAction
-
IssuePolicyAction
-
IssuePolicyAction
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getStatus
Gets value for attribute status -
setStatus
Sets value for attribute status -
getAction
Gets value for attribute action -
setAction
Sets value for attribute action -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getSubject
Gets value for attribute subject -
setSubject
Sets value for attribute subject -
getBody
Gets value for attribute body -
setBody
Sets value for attribute body -
getEmailAddress
Gets value for attribute emailAddress -
setEmailAddress
Sets value for attribute emailAddress -
getProcessDefinition
Gets value for attribute processDefinition -
setProcessDefinition
Sets value for attribute processDefinition -
getScript
Gets value for attribute script -
setScript
Sets value for attribute script -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-