public class CriticalService extends Object implements Serializable
| Constructor and Description |
|---|
CriticalService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getName()
Returns the value of field 'name'.
|
int |
hashCode()
Method hashCode.
|
void |
setName(String name)
Sets the value of field 'name'.
|
public boolean equals(Object obj)
public String getName()
public int hashCode()
public void setName(String name)
name - the value of field 'name'.Copyright © 2017. All rights reserved.