public class PunchOutCredentialModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING
Generated constant - Attribute key of
PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout. |
static String |
CODE
Generated constant - Attribute key of
PunchOutCredential.code attribute defined at extension b2bpunchout. |
static String |
DOMAIN
Generated constant - Attribute key of
PunchOutCredential.domain attribute defined at extension b2bpunchout. |
static String |
IDENTITY
Generated constant - Attribute key of
PunchOutCredential.identity attribute defined at extension b2bpunchout. |
static String |
SHAREDSECRET
Generated constant - Attribute key of
PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PunchOutCredentialModel()
Generated constructor - Default constructor for generic creation.
|
PunchOutCredentialModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PunchOutCredentialModel(String _code,
String _domain,
String _identity)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PunchOutCredentialModel(String _code,
String _domain,
String _identity,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
B2BCustomerPunchOutCredentialMappingModel |
getB2BCustomerPunchOutCredentialMapping()
Generated method - Getter of the
PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout. |
String |
getCode()
Generated method - Getter of the
PunchOutCredential.code attribute defined at extension b2bpunchout. |
String |
getDomain()
Generated method - Getter of the
PunchOutCredential.domain attribute defined at extension b2bpunchout. |
String |
getIdentity()
Generated method - Getter of the
PunchOutCredential.identity attribute defined at extension b2bpunchout. |
String |
getSharedsecret()
Generated method - Getter of the
PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout. |
void |
setB2BCustomerPunchOutCredentialMapping(B2BCustomerPunchOutCredentialMappingModel value)
Generated method - Setter of
PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout. |
void |
setCode(String value)
Generated method - Setter of
PunchOutCredential.code attribute defined at extension b2bpunchout. |
void |
setDomain(String value)
Generated method - Setter of
PunchOutCredential.domain attribute defined at extension b2bpunchout. |
void |
setIdentity(String value)
Generated method - Setter of
PunchOutCredential.identity attribute defined at extension b2bpunchout. |
void |
setSharedsecret(String value)
Generated method - Setter of
PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout. |
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 CODE
PunchOutCredential.code attribute defined at extension b2bpunchout.public static final String IDENTITY
PunchOutCredential.identity attribute defined at extension b2bpunchout.public static final String DOMAIN
PunchOutCredential.domain attribute defined at extension b2bpunchout.public static final String SHAREDSECRET
PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout.public static final String B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING
PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout.public PunchOutCredentialModel()
public PunchOutCredentialModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PunchOutCredentialModel(String _code, String _domain, String _identity)
_code - initial attribute declared by type PunchOutCredential at extension b2bpunchout_domain - initial attribute declared by type PunchOutCredential at extension b2bpunchout_identity - initial attribute declared by type PunchOutCredential at extension b2bpunchout@Deprecated public PunchOutCredentialModel(String _code, String _domain, String _identity, ItemModel _owner)
_code - initial attribute declared by type PunchOutCredential at extension b2bpunchout_domain - initial attribute declared by type PunchOutCredential at extension b2bpunchout_identity - initial attribute declared by type PunchOutCredential at extension b2bpunchout_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="B2BCustomerPunchOutCredentialMapping", type=GETTER) public B2BCustomerPunchOutCredentialMappingModel getB2BCustomerPunchOutCredentialMapping()
PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout.@Accessor(qualifier="code", type=GETTER) public String getCode()
PunchOutCredential.code attribute defined at extension b2bpunchout.@Accessor(qualifier="domain", type=GETTER) public String getDomain()
PunchOutCredential.domain attribute defined at extension b2bpunchout.@Accessor(qualifier="identity", type=GETTER) public String getIdentity()
PunchOutCredential.identity attribute defined at extension b2bpunchout.@Accessor(qualifier="sharedsecret", type=GETTER) public String getSharedsecret()
PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout.@Accessor(qualifier="B2BCustomerPunchOutCredentialMapping", type=SETTER) public void setB2BCustomerPunchOutCredentialMapping(B2BCustomerPunchOutCredentialMappingModel value)
PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout.value - the B2BCustomerPunchOutCredentialMapping@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
PunchOutCredential.code attribute defined at extension b2bpunchout.value - the code@Accessor(qualifier="domain", type=SETTER) public void setDomain(String value)
PunchOutCredential.domain attribute defined at extension b2bpunchout.value - the domain@Accessor(qualifier="identity", type=SETTER) public void setIdentity(String value)
PunchOutCredential.identity attribute defined at extension b2bpunchout.value - the identityCopyright © 2017 SAP SE. All Rights Reserved.