|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.vt.middleware.password.RuleResultDetail
public class RuleResultDetail
RuleResultDetail provides common implementation for password
rule result detail implementations.
| Field Summary | |
|---|---|
protected java.lang.String |
message
message associated with a password rule result detail. |
| Constructor Summary | |
|---|---|
RuleResultDetail()
Default constructor. |
|
RuleResultDetail(java.lang.String s)
Creates a new RuleResultDetail with the supplied message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message associated with this detail. |
void |
setMessage(java.lang.String s)
Sets the message associated with this detail. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String message
| Constructor Detail |
|---|
public RuleResultDetail()
public RuleResultDetail(java.lang.String s)
RuleResultDetail with the supplied message.
s - detail message| Method Detail |
|---|
public java.lang.String getMessage()
public void setMessage(java.lang.String s)
s - detail message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||