public interface IUserIVO_v1
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_ID
property constant for the id
|
static String |
PROP_NAME
property constant for name
property comment: the name of the user
|
| Modifier and Type | Method and Description |
|---|---|
IUserIVO_v1 |
clone() |
String |
getId()
the id
|
long |
getIdAsLong()
the id as long
|
String |
getName()
the name of the user
This field is required.
|
static final String PROP_NAME
static final String PROP_ID
String getId()
long getIdAsLong()
@Nonnull String getName()
IUserIVO_v1 clone()
Copyright © 2016 Taimos GmbH. All rights reserved.