Package com.soffid.iam.rc.api
Class IssuePolicy
java.lang.Object
com.soffid.iam.rc.api.IssuePolicy
- All Implemented Interfaces:
Serializable
ValueObject IssuePolicy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIssuePolicy(IssuePolicy otherBean) IssuePolicy(Long id, String type) IssuePolicy(Long id, String type, String description, String actor, IssuePolicyStatus status, List<IssuePolicyAction> actions, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actionsgetActor()Gets value for attribute actorGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptiongetId()Gets value for attribute idGets value for attribute statusgetType()Gets value for attribute typeGets value for attribute updatedByGets value for attribute updatedOnvoidsetActions(List<IssuePolicyAction> actions) Sets value for attribute actionsvoidSets value for attribute actorvoidsetCreatedBy(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 descriptionvoidSets value for attribute idvoidsetStatus(IssuePolicyStatus status) Sets value for attribute statusvoidSets value for attribute typevoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
IssuePolicy
public IssuePolicy() -
IssuePolicy
-
IssuePolicy
-
IssuePolicy
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getActor
Gets value for attribute actor -
setActor
Sets value for attribute actor -
getStatus
Gets value for attribute status -
setStatus
Sets value for attribute status -
getActions
Gets value for attribute actions -
setActions
Sets value for attribute actions -
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.
-