public class PhoneContactInfoModel extends AbstractContactInfoModel
Phone contact info.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
PHONENUMBER
Generated constant - Attribute key of
PhoneContactInfo.phoneNumber attribute defined at extension core. |
static String |
TYPE
Generated constant - Attribute key of
PhoneContactInfo.type attribute defined at extension core. |
_USER2CONTACTINFOS, CODE, USER, USERPOS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PhoneContactInfoModel()
Generated constructor - Default constructor for generic creation.
|
PhoneContactInfoModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PhoneContactInfoModel(String _code,
ItemModel _owner,
String _phoneNumber,
PhoneContactInfoType _type,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PhoneContactInfoModel(String _code,
String _phoneNumber,
PhoneContactInfoType _type,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPhoneNumber()
Generated method - Getter of the
PhoneContactInfo.phoneNumber attribute defined at extension core. |
PhoneContactInfoType |
getType()
Generated method - Getter of the
PhoneContactInfo.type attribute defined at extension core. |
void |
setPhoneNumber(String value)
Generated method - Setter of
PhoneContactInfo.phoneNumber attribute defined at extension core. |
void |
setType(PhoneContactInfoType value)
Generated method - Setter of
PhoneContactInfo.type attribute defined at extension core. |
getCode, getUser, setCode, setUsergetComments, 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 PHONENUMBER
PhoneContactInfo.phoneNumber attribute defined at extension core.public static final String TYPE
PhoneContactInfo.type attribute defined at extension core.public PhoneContactInfoModel()
public PhoneContactInfoModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PhoneContactInfoModel(String _code, String _phoneNumber, PhoneContactInfoType _type, UserModel _user)
_code - initial attribute declared by type AbstractContactInfo at extension core_phoneNumber - initial attribute declared by type PhoneContactInfo at extension core_type - initial attribute declared by type PhoneContactInfo at extension core_user - initial attribute declared by type AbstractContactInfo at extension core@Deprecated public PhoneContactInfoModel(String _code, ItemModel _owner, String _phoneNumber, PhoneContactInfoType _type, UserModel _user)
_code - initial attribute declared by type AbstractContactInfo at extension core_owner - initial attribute declared by type Item at extension core_phoneNumber - initial attribute declared by type PhoneContactInfo at extension core_type - initial attribute declared by type PhoneContactInfo at extension core_user - initial attribute declared by type AbstractContactInfo at extension core@Accessor(qualifier="phoneNumber", type=GETTER) public String getPhoneNumber()
PhoneContactInfo.phoneNumber attribute defined at extension core.@Accessor(qualifier="type", type=GETTER) public PhoneContactInfoType getType()
PhoneContactInfo.type attribute defined at extension core.@Accessor(qualifier="phoneNumber", type=SETTER) public void setPhoneNumber(String value)
PhoneContactInfo.phoneNumber attribute defined at extension core.value - the phoneNumber@Accessor(qualifier="type", type=SETTER) public void setType(PhoneContactInfoType value)
PhoneContactInfo.type attribute defined at extension core.value - the typeCopyright © 2017 SAP SE. All Rights Reserved.