Package com.soffid.iam.am.api
Class ForbiddenWord
java.lang.Object
com.soffid.iam.am.api.ForbiddenWord
- All Implemented Interfaces:
Serializable
ValueObject ForbiddenWord
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForbiddenWord(ForbiddenWord otherBean) ForbiddenWord(Long id, String forbiddenWord) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute forbiddenWordgetId()Gets value for attribute idvoidsetForbiddenWord(String forbiddenWord) Sets value for attribute forbiddenWordvoidSets value for attribute idtoString()Returns a string representation of the value object.
-
Constructor Details
-
ForbiddenWord
public ForbiddenWord() -
ForbiddenWord
-
ForbiddenWord
-
-
Method Details