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