@ParametersAreNonnullByDefault public class ContainerDocument extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
F_ID
The field name of the containing feature.
|
static String |
F_OWNER
The field name of the owner of a container.
|
| Constructor and Description |
|---|
ContainerDocument() |
| Modifier and Type | Method and Description |
|---|---|
static ContainerDocument |
fromBean(SingleFeatureBean bean)
Converts the specified
bean in a ContainerDocument. |
int |
getId() |
String |
getOwner() |
void |
setId(int id) |
void |
setOwner(String owner) |
SingleFeatureBean |
toBean()
Converts this document in a
SingleFeatureBean. |
@Nonnull public static final String F_OWNER
@Nonnull public static final String F_ID
@Nonnull public static ContainerDocument fromBean(SingleFeatureBean bean)
bean in a ContainerDocument.bean - the beanpublic String getOwner()
public void setOwner(String owner)
public int getId()
public void setId(int id)
@Nonnull public SingleFeatureBean toBean()
SingleFeatureBean.Copyright © 2013–2019 Atlanmod. All rights reserved.