All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pro.taskana.rest.resource.WorkbasketAccessItemResource Maven / Gradle / Ivy

There is a newer version: 8.2.0
Show newest version
package pro.taskana.rest.resource;

import javax.validation.constraints.NotNull;

import org.springframework.hateoas.ResourceSupport;

/**
 * Resource class for {@link pro.taskana.WorkbasketAccessItem}.
 */
public class WorkbasketAccessItemResource extends ResourceSupport {

    public String accessItemId;

    @NotNull
    public String workbasketId;

    @NotNull
    public String accessId;

    public boolean permRead;
    public boolean permOpen;
    public boolean permAppend;
    public boolean permTransfer;
    public boolean permDistribute;
    public boolean permCustom1;
    public boolean permCustom2;
    public boolean permCustom3;
    public boolean permCustom4;
    public boolean permCustom5;
    public boolean permCustom6;
    public boolean permCustom7;
    public boolean permCustom8;
    public boolean permCustom9;
    public boolean permCustom10;
    public boolean permCustom11;
    public boolean permCustom12;

    public String getAccessItemId() {
        return accessItemId;
    }

    public void setAccessItemId(String accessItemId) {
        this.accessItemId = accessItemId;
    }

    public String getWorkbasketId() {
        return workbasketId;
    }

    public void setWorkbasketId(String workbasketId) {
        this.workbasketId = workbasketId;
    }

    public String getAccessId() {
        return accessId;
    }

    public void setAccessId(String accessId) {
        this.accessId = accessId;
    }

    public boolean isPermRead() {
        return permRead;
    }

    public void setPermRead(boolean permRead) {
        this.permRead = permRead;
    }

    public boolean isPermOpen() {
        return permOpen;
    }

    public void setPermOpen(boolean permOpen) {
        this.permOpen = permOpen;
    }

    public boolean isPermAppend() {
        return permAppend;
    }

    public void setPermAppend(boolean permAppend) {
        this.permAppend = permAppend;
    }

    public boolean isPermTransfer() {
        return permTransfer;
    }

    public void setPermTransfer(boolean permTransfer) {
        this.permTransfer = permTransfer;
    }

    public boolean isPermDistribute() {
        return permDistribute;
    }

    public void setPermDistribute(boolean permDistribute) {
        this.permDistribute = permDistribute;
    }

    public boolean isPermCustom1() {
        return permCustom1;
    }

    public void setPermCustom1(boolean permCustom1) {
        this.permCustom1 = permCustom1;
    }

    public boolean isPermCustom2() {
        return permCustom2;
    }

    public void setPermCustom2(boolean permCustom2) {
        this.permCustom2 = permCustom2;
    }

    public boolean isPermCustom3() {
        return permCustom3;
    }

    public void setPermCustom3(boolean permCustom3) {
        this.permCustom3 = permCustom3;
    }

    public boolean isPermCustom4() {
        return permCustom4;
    }

    public void setPermCustom4(boolean permCustom4) {
        this.permCustom4 = permCustom4;
    }

    public boolean isPermCustom5() {
        return permCustom5;
    }

    public void setPermCustom5(boolean permCustom5) {
        this.permCustom5 = permCustom5;
    }

    public boolean isPermCustom6() {
        return permCustom6;
    }

    public void setPermCustom6(boolean permCustom6) {
        this.permCustom6 = permCustom6;
    }

    public boolean isPermCustom7() {
        return permCustom7;
    }

    public void setPermCustom7(boolean permCustom7) {
        this.permCustom7 = permCustom7;
    }

    public boolean isPermCustom8() {
        return permCustom8;
    }

    public void setPermCustom8(boolean permCustom8) {
        this.permCustom8 = permCustom8;
    }

    public boolean isPermCustom9() {
        return permCustom9;
    }

    public void setPermCustom9(boolean permCustom9) {
        this.permCustom9 = permCustom9;
    }

    public boolean isPermCustom10() {
        return permCustom10;
    }

    public void setPermCustom10(boolean permCustom10) {
        this.permCustom10 = permCustom10;
    }

    public boolean isPermCustom11() {
        return permCustom11;
    }

    public void setPermCustom11(boolean permCustom11) {
        this.permCustom11 = permCustom11;
    }

    public boolean isPermCustom12() {
        return permCustom12;
    }

    public void setPermCustom12(boolean permCustom12) {
        this.permCustom12 = permCustom12;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy