public interface IRegUserIVO_v1
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_NAME
property constant for name
property comment: the name of the user
|
static String |
PROP_USERID
property constant for userId
property comment: the users id
|
| Modifier and Type | Method and Description |
|---|---|
IRegUserIVO_v1 |
clone() |
String |
getName()
the name of the user
This field is required.
|
Long |
getUserId()
the users id
This field is required.
|
static final String PROP_USERID
static final String PROP_NAME
@Nonnull Long getUserId()
@Nonnull String getName()
IRegUserIVO_v1 clone()
Copyright © 2016 Taimos GmbH. All rights reserved.