public class BaseCodeAndDescriptionEntity extends BaseEntity
Describes an entity that has an id, a code and a description.
| Constructor | Description |
|---|---|
BaseCodeAndDescriptionEntity() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCode() |
|
String |
getDescription() |
|
void |
setCode(String code) |
|
void |
setDescription(String description) |
|
String |
toString() |
getIdCopyright © 2018. All rights reserved.