@Entity public class CatalogImpl extends Object implements Catalog, AdminMainEntity
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected List<Site> |
sites |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
CatalogImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCloneable(Catalog catalog) |
Catalog |
clone() |
Long |
getId() |
String |
getMainEntityName() |
String |
getName() |
List<Site> |
getSites() |
void |
setId(Long id) |
void |
setName(String name) |
void |
setSites(List<Site> sites) |
public void checkCloneable(Catalog catalog) throws CloneNotSupportedException, SecurityException, NoSuchMethodException
public String getMainEntityName()
getMainEntityName in interface AdminMainEntityCopyright © 2017. All rights reserved.