Class FieldBean

java.lang.Object
ch.tocco.nice2.rest.entity.impl.beans.FieldBean

public class FieldBean extends Object
  • Constructor Details

    • FieldBean

      public FieldBean()
  • Method Details

    • getValue

      @Nullable public @Nullable Object getValue()
    • setValue

      public void setValue(@Nullable @Nullable Object value)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isReadable

      public Boolean isReadable()
    • setReadable

      public void setReadable(Boolean readable)
    • isWritable

      @Nullable public @Nullable Boolean isWritable()
    • setWritable

      public void setWritable(@Nullable @Nullable Boolean writable)