Class PathBean

java.lang.Object
ch.tocco.nice2.rest.entity.spi.beans.PathBean

public class PathBean extends Object
  • Constructor Details

    • PathBean

      public PathBean()
    • PathBean

      public PathBean(String type, @Nullable @Nullable Boolean writable, @Nullable @Nullable Object value)
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getWritable

      @Nullable public @Nullable Boolean getWritable()
    • setWritable

      public void setWritable(@Nullable @Nullable Boolean writable)
    • getValue

      @Nullable public @Nullable Object getValue()
    • setValue

      public void setValue(@Nullable @Nullable Object value)