Class StringFieldImpl
java.lang.Object
com.commercetools.importapi.models.customfields.StringFieldImpl
- All Implemented Interfaces:
CustomField,StringField,io.vrap.rmf.base.client.ModelBase
public class StringFieldImpl
extends Object
implements StringField, io.vrap.rmf.base.client.ModelBase
A field with a string value.
-
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.customfields.StringField
STRING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface com.commercetools.importapi.models.customfields.CustomField
withCustomFieldMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.importapi.models.customfields.StringField
withStringField
-
Constructor Details
-
StringFieldImpl
public StringFieldImpl()create empty instance
-
-
Method Details
-
getType
The type of this field.
- Specified by:
getTypein interfaceCustomField- Returns:
- type
-
getValue
A text value.
- Specified by:
getValuein interfaceStringField- Returns:
- value
-
setValue
Description copied from interface:StringFieldA text value.
- Specified by:
setValuein interfaceStringField- Parameters:
value- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceCustomField- Specified by:
copyDeepin interfaceStringField
-