Package com.soffid.iam.rc.api
Class SoDRule
java.lang.Object
com.soffid.iam.rc.api.SoDRule
- All Implemented Interfaces:
Serializable
ValueObject SoDRule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute applicationGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOngetId()Gets value for attribute idgetName()Gets value for attribute nameGets value for attribute numbergetRisk()Gets value for attribute riskgetType()Gets value for attribute typeGets value for attribute updatedByGets value for attribute updatedOnvoidsetApplication(String application) Sets value for attribute applicationvoidsetCreatedBy(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 deletedOnvoidSets value for attribute idvoidSets value for attribute namevoidSets value for attribute numbervoidSets value for attribute riskvoidsetType(SodRuleType 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
-
SoDRule
public SoDRule() -
SoDRule
-
SoDRule
-
SoDRule
-
-
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 -
getNumber
Gets value for attribute number -
setNumber
Sets value for attribute number -
getRisk
Gets value for attribute risk -
setRisk
Sets value for attribute risk -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getApplication
Gets value for attribute application -
setApplication
Sets value for attribute application -
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.
-