Class PunchOutCredentialModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.b2b.punchout.model.PunchOutCredentialModel
-
- All Implemented Interfaces:
java.io.Serializable
public class PunchOutCredentialModel extends ItemModel
Generated model class for type PunchOutCredential first defined at extension b2bpunchout.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringB2BCUSTOMERPUNCHOUTCREDENTIALMAPPINGGenerated constant - Attribute key ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.static java.lang.StringCODEGenerated constant - Attribute key ofPunchOutCredential.codeattribute defined at extensionb2bpunchout.static java.lang.StringDOMAINGenerated constant - Attribute key ofPunchOutCredential.domainattribute defined at extensionb2bpunchout.static java.lang.StringIDENTITYGenerated constant - Attribute key ofPunchOutCredential.identityattribute defined at extensionb2bpunchout.static java.lang.StringSHAREDSECRETGenerated constant - Attribute key ofPunchOutCredential.sharedsecretattribute defined at extensionb2bpunchout.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description PunchOutCredentialModel()Generated constructor - Default constructor for generic creation.PunchOutCredentialModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextPunchOutCredentialModel(java.lang.String _code, java.lang.String _domain, java.lang.String _identity)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPunchOutCredentialModel(java.lang.String _code, java.lang.String _domain, java.lang.String _identity, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2BCustomerPunchOutCredentialMappingModelgetB2BCustomerPunchOutCredentialMapping()Generated method - Getter of thePunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.java.lang.StringgetCode()Generated method - Getter of thePunchOutCredential.codeattribute defined at extensionb2bpunchout.java.lang.StringgetDomain()Generated method - Getter of thePunchOutCredential.domainattribute defined at extensionb2bpunchout.java.lang.StringgetIdentity()Generated method - Getter of thePunchOutCredential.identityattribute defined at extensionb2bpunchout.java.lang.StringgetSharedsecret()Generated method - Getter of thePunchOutCredential.sharedsecretattribute defined at extensionb2bpunchout.voidsetB2BCustomerPunchOutCredentialMapping(B2BCustomerPunchOutCredentialMappingModel value)Generated method - Setter ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.voidsetCode(java.lang.String value)Generated method - Setter ofPunchOutCredential.codeattribute defined at extensionb2bpunchout.voidsetDomain(java.lang.String value)Generated method - Setter ofPunchOutCredential.domainattribute defined at extensionb2bpunchout.voidsetIdentity(java.lang.String value)Generated method - Setter ofPunchOutCredential.identityattribute defined at extensionb2bpunchout.voidsetSharedsecret(java.lang.String value)Generated method - Setter ofPunchOutCredential.sharedsecretattribute defined at extensionb2bpunchout.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofPunchOutCredential.codeattribute defined at extensionb2bpunchout.- See Also:
- Constant Field Values
-
IDENTITY
public static final java.lang.String IDENTITY
Generated constant - Attribute key ofPunchOutCredential.identityattribute defined at extensionb2bpunchout.- See Also:
- Constant Field Values
-
DOMAIN
public static final java.lang.String DOMAIN
Generated constant - Attribute key ofPunchOutCredential.domainattribute defined at extensionb2bpunchout.- See Also:
- Constant Field Values
-
SHAREDSECRET
public static final java.lang.String SHAREDSECRET
Generated constant - Attribute key ofPunchOutCredential.sharedsecretattribute defined at extensionb2bpunchout.- See Also:
- Constant Field Values
-
B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING
public static final java.lang.String B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING
Generated constant - Attribute key ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PunchOutCredentialModel
public PunchOutCredentialModel()
Generated constructor - Default constructor for generic creation.
-
PunchOutCredentialModel
public PunchOutCredentialModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
PunchOutCredentialModel
@Deprecated(since="4.1.1", forRemoval=true) public PunchOutCredentialModel(java.lang.String _code, java.lang.String _domain, java.lang.String _identity)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typePunchOutCredentialat extensionb2bpunchout_domain- initial attribute declared by typePunchOutCredentialat extensionb2bpunchout_identity- initial attribute declared by typePunchOutCredentialat extensionb2bpunchout
-
PunchOutCredentialModel
@Deprecated(since="4.1.1", forRemoval=true) public PunchOutCredentialModel(java.lang.String _code, java.lang.String _domain, java.lang.String _identity, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typePunchOutCredentialat extensionb2bpunchout_domain- initial attribute declared by typePunchOutCredentialat extensionb2bpunchout_identity- initial attribute declared by typePunchOutCredentialat extensionb2bpunchout_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getB2BCustomerPunchOutCredentialMapping
@Accessor(qualifier="B2BCustomerPunchOutCredentialMapping", type=GETTER) public B2BCustomerPunchOutCredentialMappingModel getB2BCustomerPunchOutCredentialMapping()
Generated method - Getter of thePunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.- Returns:
- the B2BCustomerPunchOutCredentialMapping
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of thePunchOutCredential.codeattribute defined at extensionb2bpunchout.- Returns:
- the code
-
getDomain
@Accessor(qualifier="domain", type=GETTER) public java.lang.String getDomain()
Generated method - Getter of thePunchOutCredential.domainattribute defined at extensionb2bpunchout.- Returns:
- the domain
-
getIdentity
@Accessor(qualifier="identity", type=GETTER) public java.lang.String getIdentity()
Generated method - Getter of thePunchOutCredential.identityattribute defined at extensionb2bpunchout.- Returns:
- the identity
-
getSharedsecret
@Accessor(qualifier="sharedsecret", type=GETTER) public java.lang.String getSharedsecret()
Generated method - Getter of thePunchOutCredential.sharedsecretattribute defined at extensionb2bpunchout.- Returns:
- the sharedsecret
-
setB2BCustomerPunchOutCredentialMapping
@Accessor(qualifier="B2BCustomerPunchOutCredentialMapping", type=SETTER) public void setB2BCustomerPunchOutCredentialMapping(B2BCustomerPunchOutCredentialMappingModel value)
Generated method - Setter ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.- Parameters:
value- the B2BCustomerPunchOutCredentialMapping
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofPunchOutCredential.codeattribute defined at extensionb2bpunchout.- Parameters:
value- the code
-
setDomain
@Accessor(qualifier="domain", type=SETTER) public void setDomain(java.lang.String value)
Generated method - Setter ofPunchOutCredential.domainattribute defined at extensionb2bpunchout.- Parameters:
value- the domain
-
setIdentity
@Accessor(qualifier="identity", type=SETTER) public void setIdentity(java.lang.String value)
Generated method - Setter ofPunchOutCredential.identityattribute defined at extensionb2bpunchout.- Parameters:
value- the identity
-
-