public class AbstractContactInfoModel extends ItemModel
Abstract contact info.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_USER2CONTACTINFOS
Generated relation code constant for relation
User2ContactInfos defining source attribute user in extension core. |
static String |
CODE
Generated constant - Attribute key of
AbstractContactInfo.code attribute defined at extension core. |
static String |
USER
Generated constant - Attribute key of
AbstractContactInfo.user attribute defined at extension core. |
static String |
USERPOS
Generated constant - Attribute key of
AbstractContactInfo.userPOS attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractContactInfoModel()
Generated constructor - Default constructor for generic creation.
|
AbstractContactInfoModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractContactInfoModel(String _code,
ItemModel _owner,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractContactInfoModel(String _code,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
AbstractContactInfo.code attribute defined at extension core. |
UserModel |
getUser()
Generated method - Getter of the
AbstractContactInfo.user attribute defined at extension core. |
void |
setCode(String value)
Generated method - Setter of
AbstractContactInfo.code attribute defined at extension core. |
void |
setUser(UserModel value)
Generated method - Setter of
AbstractContactInfo.user attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _USER2CONTACTINFOS
User2ContactInfos defining source attribute user in extension core.public static final String CODE
AbstractContactInfo.code attribute defined at extension core.public static final String USERPOS
AbstractContactInfo.userPOS attribute defined at extension core.public static final String USER
AbstractContactInfo.user attribute defined at extension core.public AbstractContactInfoModel()
public AbstractContactInfoModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractContactInfoModel(String _code, UserModel _user)
_code - initial attribute declared by type AbstractContactInfo at extension core_user - initial attribute declared by type AbstractContactInfo at extension core@Deprecated public AbstractContactInfoModel(String _code, ItemModel _owner, UserModel _user)
_code - initial attribute declared by type AbstractContactInfo at extension core_owner - initial attribute declared by type Item at extension core_user - initial attribute declared by type AbstractContactInfo at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
AbstractContactInfo.code attribute defined at extension core.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
AbstractContactInfo.user attribute defined at extension core.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
AbstractContactInfo.code attribute defined at extension core.value - the code - Specify code for that contact info.Copyright © 2017 SAP SE. All Rights Reserved.