public class AbstractIdName extends AbstractJsonMapping implements Serializable, Identification
| Constructor and Description |
|---|
AbstractIdName() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getId() |
String |
getName() |
int |
hashCode() |
void |
setId(int id) |
void |
setName(String name) |
handleUnknown, toStringpublic int getId()
getId in interface Identificationpublic String getName()
public void setId(int id)
setId in interface Identificationpublic void setName(String name)
Copyright © 2012–2017. All rights reserved.