Class ReturnInfoImpl
java.lang.Object
com.commercetools.history.models.common.ReturnInfoImpl
- All Implemented Interfaces:
ReturnInfo,io.vrap.rmf.base.client.ModelBase
ReturnInfo
-
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 TypeMethodDescriptionbooleangetItems()Identifies, which return tracking ID is connected to this particular return.inthashCode()voidsetItems(ReturnItem... items) set itemsvoidsetItems(List<ReturnItem> items) set itemsvoidsetReturnDate(String returnDate) set returnDatevoidsetReturnTrackingId(String returnTrackingId) Identifies, which return tracking ID is connected to this particular return.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.common.ReturnInfo
withReturnInfo
-
Constructor Details
-
ReturnInfoImpl
public ReturnInfoImpl()create empty instance
-
-
Method Details
-
getItems
- Specified by:
getItemsin interfaceReturnInfo- Returns:
- items
-
getReturnTrackingId
Identifies, which return tracking ID is connected to this particular return.
- Specified by:
getReturnTrackingIdin interfaceReturnInfo- Returns:
- returnTrackingId
-
getReturnDate
- Specified by:
getReturnDatein interfaceReturnInfo- Returns:
- returnDate
-
setItems
Description copied from interface:ReturnInfoset items- Specified by:
setItemsin interfaceReturnInfo- Parameters:
items- values to be set
-
setItems
Description copied from interface:ReturnInfoset items- Specified by:
setItemsin interfaceReturnInfo- Parameters:
items- values to be set
-
setReturnTrackingId
Description copied from interface:ReturnInfoIdentifies, which return tracking ID is connected to this particular return.
- Specified by:
setReturnTrackingIdin interfaceReturnInfo- Parameters:
returnTrackingId- value to be set
-
setReturnDate
Description copied from interface:ReturnInfoset returnDate- Specified by:
setReturnDatein interfaceReturnInfo- Parameters:
returnDate- value to be set
-
equals
-
hashCode
-