@MappedSuperclass
public abstract class NominalCodeEntity
extends com.sohnar.persistence.entity.BaseEntity
| Modifier and Type | Field and Description |
|---|---|
private String |
code |
private String |
description |
private String |
name |
| Constructor and Description |
|---|
NominalCodeEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
String |
getName() |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setName(String name) |
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.