Class DelegationImpl

  • All Implemented Interfaces:
    Externalizable, Serializable, org.kie.internal.task.api.model.Delegation

    @Embeddable
    public class DelegationImpl
    extends Object
    implements org.kie.internal.task.api.model.Delegation
    See Also:
    Serialized Form
    • Constructor Detail

      • DelegationImpl

        public DelegationImpl()
    • Method Detail

      • getAllowed

        public org.kie.internal.task.api.model.AllowedToDelegate getAllowed()
        Specified by:
        getAllowed in interface org.kie.internal.task.api.model.Delegation
      • setAllowed

        public void setAllowed​(org.kie.internal.task.api.model.AllowedToDelegate allowedToDelegate)
        Specified by:
        setAllowed in interface org.kie.internal.task.api.model.Delegation
      • getDelegates

        public List<org.kie.api.task.model.OrganizationalEntity> getDelegates()
        Specified by:
        getDelegates in interface org.kie.internal.task.api.model.Delegation
      • setDelegates

        public void setDelegates​(List<org.kie.api.task.model.OrganizationalEntity> delegates)
        Specified by:
        setDelegates in interface org.kie.internal.task.api.model.Delegation
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object