Class AssociateRoleAssignmentImpl
java.lang.Object
com.commercetools.history.models.common.AssociateRoleAssignmentImpl
- All Implemented Interfaces:
AssociateRoleAssignment,io.vrap.rmf.base.client.ModelBase
public class AssociateRoleAssignmentImpl
extends Object
implements AssociateRoleAssignment, io.vrap.rmf.base.client.ModelBase
AssociateRoleAssignment
-
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 TypeMethodDescriptionbooleanDetermines whether an AssociateRoleAssignment can be inherited by child Business Units.inthashCode()voidsetAssociateRole(KeyReference associateRole) set associateRolevoidsetInheritance(AssociateRoleInheritanceMode inheritance) Determines whether an AssociateRoleAssignment can be inherited by child Business Units.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.history.models.common.AssociateRoleAssignment
withAssociateRoleAssignmentMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
AssociateRoleAssignmentImpl
public AssociateRoleAssignmentImpl()create empty instance
-
-
Method Details
-
getAssociateRole
- Specified by:
getAssociateRolein interfaceAssociateRoleAssignment- Returns:
- associateRole
-
getInheritance
Determines whether an AssociateRoleAssignment can be inherited by child Business Units.
- Specified by:
getInheritancein interfaceAssociateRoleAssignment- Returns:
- inheritance
-
setAssociateRole
Description copied from interface:AssociateRoleAssignmentset associateRole- Specified by:
setAssociateRolein interfaceAssociateRoleAssignment- Parameters:
associateRole- value to be set
-
setInheritance
Description copied from interface:AssociateRoleAssignmentDetermines whether an AssociateRoleAssignment can be inherited by child Business Units.
- Specified by:
setInheritancein interfaceAssociateRoleAssignment- Parameters:
inheritance- value to be set
-
equals
-
hashCode
-