public class JahiaPasswordPolicyRuleParam extends Object implements Serializable
| Constructor and Description |
|---|
JahiaPasswordPolicyRuleParam()
Initializes an instance of this class.
|
JahiaPasswordPolicyRuleParam(JahiaPasswordPolicyRuleParam param)
Copy constructor
|
JahiaPasswordPolicyRuleParam(String id,
String name,
String value)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
Returns the parameter id.
|
String |
getName()
Returns the parameter name.
|
String |
getValue()
Returns the value.
|
int |
hashCode() |
void |
setId(String id)
Sets the value of id.
|
void |
setName(String name)
Sets the value of parameter name.
|
void |
setValue(String value)
Sets the value for this parameter.
|
String |
toString() |
public JahiaPasswordPolicyRuleParam()
public JahiaPasswordPolicyRuleParam(String id, String name, String value)
id - name - value - public JahiaPasswordPolicyRuleParam(JahiaPasswordPolicyRuleParam param)
param - the parameter to create a copy frompublic String getId()
public String getName()
public String getValue()
public void setId(String id)
id - the id to setpublic void setName(String name)
name - the parameter name to setpublic void setValue(String value)
value - the value for this parameterCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.