Class TextLineItemValueImpl
java.lang.Object
com.commercetools.history.models.change_value.TextLineItemValueImpl
- All Implemented Interfaces:
TextLineItemValue,io.vrap.rmf.base.client.ModelBase
public class TextLineItemValueImpl
extends Object
implements TextLineItemValue, io.vrap.rmf.base.client.ModelBase
TextLineItemValue
-
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
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.change_value.TextLineItemValue
withTextLineItemValue
-
Constructor Details
-
TextLineItemValueImpl
public TextLineItemValueImpl()create empty instance
-
-
Method Details
-
getId
idof the TextLineItem.- Specified by:
getIdin interfaceTextLineItemValue- Returns:
- id
-
getName
Name of the TextLineItem.
- Specified by:
getNamein interfaceTextLineItemValue- Returns:
- name
-
setId
Description copied from interface:TextLineItemValueidof the TextLineItem.- Specified by:
setIdin interfaceTextLineItemValue- Parameters:
id- value to be set
-
setName
Description copied from interface:TextLineItemValueName of the TextLineItem.
- Specified by:
setNamein interfaceTextLineItemValue- Parameters:
name- value to be set
-
equals
-
hashCode
-