Class InheritedAssociateRoleAssignmentImpl
java.lang.Object
com.commercetools.history.models.common.InheritedAssociateRoleAssignmentImpl
- All Implemented Interfaces:
InheritedAssociateRoleAssignment,io.vrap.rmf.base.client.ModelBase
public class InheritedAssociateRoleAssignmentImpl
extends Object
implements InheritedAssociateRoleAssignment, io.vrap.rmf.base.client.ModelBase
InheritedAssociateRoleAssignment
-
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()voidsetAssociateRole(KeyReference associateRole) set associateRolevoidsetSource(KeyReference source) set sourceMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.history.models.common.InheritedAssociateRoleAssignment
withInheritedAssociateRoleAssignmentMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
InheritedAssociateRoleAssignmentImpl
public InheritedAssociateRoleAssignmentImpl()create empty instance
-
-
Method Details
-
getAssociateRole
- Specified by:
getAssociateRolein interfaceInheritedAssociateRoleAssignment- Returns:
- associateRole
-
getSource
- Specified by:
getSourcein interfaceInheritedAssociateRoleAssignment- Returns:
- source
-
setAssociateRole
Description copied from interface:InheritedAssociateRoleAssignmentset associateRole- Specified by:
setAssociateRolein interfaceInheritedAssociateRoleAssignment- Parameters:
associateRole- value to be set
-
setSource
Description copied from interface:InheritedAssociateRoleAssignmentset source- Specified by:
setSourcein interfaceInheritedAssociateRoleAssignment- Parameters:
source- value to be set
-
equals
-
hashCode
-