public class MailTransportTest extends Object implements Serializable
Constructor and Description |
---|
MailTransportTest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
MailTest |
getMailTest()
Returns the value of field 'mailTest'.
|
int |
hashCode()
Overrides the Object.hashCode method.
|
void |
setMailTest(MailTest mailTest)
Sets the value of field 'mailTest'.
|
public boolean equals(Object obj)
public MailTest getMailTest()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public void setMailTest(MailTest mailTest)
mailTest
- the value of field 'mailTest'.Copyright © 2017. All rights reserved.