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:
Serializable
Generated model class for type PunchOutCredential first defined at extension b2bpunchout.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.static final StringGenerated constant - Attribute key ofPunchOutCredential.codeattribute defined at extensionb2bpunchout.static final StringGenerated constant - Attribute key ofPunchOutCredential.domainattribute defined at extensionb2bpunchout.static final StringGenerated constant - Attribute key ofPunchOutCredential.identityattribute defined at extensionb2bpunchout.static final StringGenerated 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, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextPunchOutCredentialModel(String _code, String _domain, 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(String _code, String _domain, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of thePunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.getCode()Generated method - Getter of thePunchOutCredential.codeattribute defined at extensionb2bpunchout.Generated method - Getter of thePunchOutCredential.domainattribute defined at extensionb2bpunchout.Generated method - Getter of thePunchOutCredential.identityattribute defined at extensionb2bpunchout.Generated method - Getter of thePunchOutCredential.sharedsecretattribute defined at extensionb2bpunchout.voidGenerated method - Setter ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.voidGenerated method - Setter ofPunchOutCredential.codeattribute defined at extensionb2bpunchout.voidGenerated method - Setter ofPunchOutCredential.domainattribute defined at extensionb2bpunchout.voidsetIdentity(String value) Generated method - Setter ofPunchOutCredential.identityattribute defined at extensionb2bpunchout.voidsetSharedsecret(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, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
CODE
Generated constant - Attribute key ofPunchOutCredential.codeattribute defined at extensionb2bpunchout.- See Also:
-
IDENTITY
Generated constant - Attribute key ofPunchOutCredential.identityattribute defined at extensionb2bpunchout.- See Also:
-
DOMAIN
Generated constant - Attribute key ofPunchOutCredential.domainattribute defined at extensionb2bpunchout.- See Also:
-
SHAREDSECRET
Generated constant - Attribute key ofPunchOutCredential.sharedsecretattribute defined at extensionb2bpunchout.- See Also:
-
B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING
Generated constant - Attribute key ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.- See Also:
-
-
Constructor Details
-
PunchOutCredentialModel
public PunchOutCredentialModel()Generated constructor - Default constructor for generic creation. -
PunchOutCredentialModel
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(String _code, String _domain, 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(String _code, String _domain, 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 Details
-
getB2BCustomerPunchOutCredentialMapping
@Accessor(qualifier="B2BCustomerPunchOutCredentialMapping", type=GETTER) public B2BCustomerPunchOutCredentialMappingModel getB2BCustomerPunchOutCredentialMapping()Generated method - Getter of thePunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.- Returns:
- the B2BCustomerPunchOutCredentialMapping
-
getCode
Generated method - Getter of thePunchOutCredential.codeattribute defined at extensionb2bpunchout.- Returns:
- the code
-
getDomain
Generated method - Getter of thePunchOutCredential.domainattribute defined at extensionb2bpunchout.- Returns:
- the domain
-
getIdentity
Generated method - Getter of thePunchOutCredential.identityattribute defined at extensionb2bpunchout.- Returns:
- the identity
-
setB2BCustomerPunchOutCredentialMapping
@Accessor(qualifier="B2BCustomerPunchOutCredentialMapping", type=SETTER) public void setB2BCustomerPunchOutCredentialMapping(B2BCustomerPunchOutCredentialMappingModel value) Generated method - Setter ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.- Parameters:
value- the B2BCustomerPunchOutCredentialMapping
-
setCode
Generated method - Setter ofPunchOutCredential.codeattribute defined at extensionb2bpunchout.- Parameters:
value- the code
-
setDomain
Generated method - Setter ofPunchOutCredential.domainattribute defined at extensionb2bpunchout.- Parameters:
value- the domain
-
setIdentity
Generated method - Setter ofPunchOutCredential.identityattribute defined at extensionb2bpunchout.- Parameters:
value- the identity
-