Class StoreKeyReferenceImpl
java.lang.Object
com.commercetools.importapi.models.common.StoreKeyReferenceImpl
- All Implemented Interfaces:
KeyReference,StoreKeyReference,io.vrap.rmf.base.client.ModelBase
public class StoreKeyReferenceImpl
extends Object
implements StoreKeyReference, io.vrap.rmf.base.client.ModelBase
Used by the Import API to identify a Store.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Field Summary
Fields inherited from interface com.commercetools.importapi.models.common.StoreKeyReference
STORE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface com.commercetools.importapi.models.common.KeyReference
withKeyReferenceMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.importapi.models.common.StoreKeyReference
withStoreKeyReference
-
Constructor Details
-
StoreKeyReferenceImpl
public StoreKeyReferenceImpl()create empty instance
-
-
Method Details
-
getKey
User-defined unique identifier of the referenced Store.
- Specified by:
getKeyin interfaceKeyReference- Specified by:
getKeyin interfaceStoreKeyReference- Returns:
- key
-
getTypeId
Type of referenced resource.
- Specified by:
getTypeIdin interfaceKeyReference- Returns:
- typeId
-
setKey
Description copied from interface:StoreKeyReferenceUser-defined unique identifier of the referenced Store.
- Specified by:
setKeyin interfaceKeyReference- Specified by:
setKeyin interfaceStoreKeyReference- Parameters:
key- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceKeyReference- Specified by:
copyDeepin interfaceStoreKeyReference
-