Class InheritedAssociateImpl
java.lang.Object
com.commercetools.history.models.common.InheritedAssociateImpl
- All Implemented Interfaces:
InheritedAssociate,io.vrap.rmf.base.client.ModelBase
public class InheritedAssociateImpl
extends Object
implements InheritedAssociate, io.vrap.rmf.base.client.ModelBase
InheritedAssociate
-
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 TypeMethodDescriptionbooleaninthashCode()voidsetAssociateRoleAssignments(InheritedAssociateRoleAssignment... associateRoleAssignments) set associateRoleAssignmentsvoidsetAssociateRoleAssignments(List<InheritedAssociateRoleAssignment> associateRoleAssignments) set associateRoleAssignmentsvoidsetCustomer(Reference customer) set customertoString()Methods inherited from interface com.commercetools.history.models.common.InheritedAssociate
withInheritedAssociateMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
InheritedAssociateImpl
public InheritedAssociateImpl()create empty instance
-
-
Method Details
-
getAssociateRoleAssignments
- Specified by:
getAssociateRoleAssignmentsin interfaceInheritedAssociate- Returns:
- associateRoleAssignments
-
getCustomer
- Specified by:
getCustomerin interfaceInheritedAssociate- Returns:
- customer
-
setAssociateRoleAssignments
public void setAssociateRoleAssignments(InheritedAssociateRoleAssignment... associateRoleAssignments) Description copied from interface:InheritedAssociateset associateRoleAssignments- Specified by:
setAssociateRoleAssignmentsin interfaceInheritedAssociate- Parameters:
associateRoleAssignments- values to be set
-
setAssociateRoleAssignments
public void setAssociateRoleAssignments(List<InheritedAssociateRoleAssignment> associateRoleAssignments) Description copied from interface:InheritedAssociateset associateRoleAssignments- Specified by:
setAssociateRoleAssignmentsin interfaceInheritedAssociate- Parameters:
associateRoleAssignments- values to be set
-
setCustomer
Description copied from interface:InheritedAssociateset customer- Specified by:
setCustomerin interfaceInheritedAssociate- Parameters:
customer- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-