@Entity public class Country extends com.ocs.dynamo.domain.AbstractEntity<Integer>
| Constructor and Description |
|---|
Country() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getName() |
void |
setId(Integer id) |
void |
setName(String name) |
public Integer getId()
getId in class com.ocs.dynamo.domain.AbstractEntity<Integer>public void setId(Integer id)
setId in class com.ocs.dynamo.domain.AbstractEntity<Integer>id - the id to setpublic String getName()
public void setName(String name)
name - the name to setCopyright © 2016 Open Circle Solutions. All rights reserved.