public class PunchOutCredentialModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING
Generated constant - Attribute key of
PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout. |
static java.lang.String |
CODE
Generated constant - Attribute key of
PunchOutCredential.code attribute defined at extension b2bpunchout. |
static java.lang.String |
DOMAIN
Generated constant - Attribute key of
PunchOutCredential.domain attribute defined at extension b2bpunchout. |
static java.lang.String |
IDENTITY
Generated constant - Attribute key of
PunchOutCredential.identity attribute defined at extension b2bpunchout. |
static java.lang.String |
SHAREDSECRET
Generated constant - Attribute key of
PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code,
java.lang.String _domain,
java.lang.String _identity)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PunchOutCredentialModel(java.lang.String _code,
java.lang.String _domain,
java.lang.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. |
java.lang.String |
getCode()
Generated method - Getter of the
PunchOutCredential.code attribute defined at extension b2bpunchout. |
java.lang.String |
getDomain()
Generated method - Getter of the
PunchOutCredential.domain attribute defined at extension b2bpunchout. |
java.lang.String |
getIdentity()
Generated method - Getter of the
PunchOutCredential.identity attribute defined at extension b2bpunchout. |
java.lang.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(java.lang.String value)
Generated method - Setter of
PunchOutCredential.code attribute defined at extension b2bpunchout. |
void |
setDomain(java.lang.String value)
Generated method - Setter of
PunchOutCredential.domain attribute defined at extension b2bpunchout. |
void |
setIdentity(java.lang.String value)
Generated method - Setter of
PunchOutCredential.identity attribute defined at extension b2bpunchout. |
void |
setSharedsecret(java.lang.String value)
Generated method - Setter of
PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CODE
PunchOutCredential.code attribute defined at extension b2bpunchout.public static final java.lang.String IDENTITY
PunchOutCredential.identity attribute defined at extension b2bpunchout.public static final java.lang.String DOMAIN
PunchOutCredential.domain attribute defined at extension b2bpunchout.public static final java.lang.String SHAREDSECRET
PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout.public static final java.lang.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(java.lang.String _code,
java.lang.String _domain,
java.lang.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(java.lang.String _code,
java.lang.String _domain,
java.lang.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 java.lang.String getCode()
PunchOutCredential.code attribute defined at extension b2bpunchout.@Accessor(qualifier="domain", type=GETTER) public java.lang.String getDomain()
PunchOutCredential.domain attribute defined at extension b2bpunchout.@Accessor(qualifier="identity", type=GETTER) public java.lang.String getIdentity()
PunchOutCredential.identity attribute defined at extension b2bpunchout.@Accessor(qualifier="sharedsecret", type=GETTER) public java.lang.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(java.lang.String value)
PunchOutCredential.code attribute defined at extension b2bpunchout.value - the code@Accessor(qualifier="domain", type=SETTER) public void setDomain(java.lang.String value)
PunchOutCredential.domain attribute defined at extension b2bpunchout.value - the domain@Accessor(qualifier="identity", type=SETTER) public void setIdentity(java.lang.String value)
PunchOutCredential.identity attribute defined at extension b2bpunchout.value - the identityCopyright © 2018 SAP SE. All Rights Reserved.