Class AssetImpl
java.lang.Object
com.commercetools.history.models.common.AssetImpl
- All Implemented Interfaces:
Asset,io.vrap.rmf.base.client.ModelBase
Asset
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getKey()getName()inthashCode()voidsetCustom(CustomFields custom) set customvoidsetDescription(LocalizedString description) set descriptionvoidset idvoidset keyvoidsetName(LocalizedString name) set nametoString()Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
AssetImpl
public AssetImpl()create empty instance
-
-
Method Details
-
getId
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceAsset- Returns:
- description
-
getCustom
-
getKey
-
setId
Description copied from interface:Assetset id -
setName
Description copied from interface:Assetset name -
setDescription
Description copied from interface:Assetset description- Specified by:
setDescriptionin interfaceAsset- Parameters:
description- value to be set
-
setCustom
Description copied from interface:Assetset custom -
setKey
Description copied from interface:Assetset key -
equals
-
hashCode
public int hashCode() -
toString
-