Package com.soffid.iam.pam.api
Class PamRule
java.lang.Object
com.soffid.iam.pam.api.PamRule
- All Implemented Interfaces:
Serializable
ValueObject PamRule
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPamRule()PamRule(Long id, String name, String description, PamRuleType type, String content, String author, Date date, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) PamRule(String name, PamRuleType type, String content) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute authorGets value for attribute contentGets value for attribute createdByGets value for attribute createdOngetDate()Gets value for attribute dateGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptiongetId()Gets value for attribute idgetName()Gets value for attribute namegetType()Gets value for attribute typeGets value for attribute updatedByGets value for attribute updatedOnvoidSets value for attribute authorvoidsetContent(String content) Sets value for attribute contentvoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidSets value for attribute datevoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute idvoidSets value for attribute namevoidsetType(PamRuleType type) Sets 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
-
PamRule
public PamRule() -
PamRule
-
PamRule
-
PamRule
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getContent
Gets value for attribute content -
setContent
Sets value for attribute content -
getAuthor
Gets value for attribute author -
setAuthor
Sets value for attribute author -
getDate
Gets value for attribute date -
setDate
Sets value for attribute date -
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.
-