Class SchemaDTO

java.lang.Object
cn.net.pap.common.jsonorm.util.dto.SchemaDTO
All Implemented Interfaces:
Serializable

public class SchemaDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • SchemaDTO

      public SchemaDTO()
  • Method Details

    • getI

      @NotNull @Size(min=1, max=10) public @NotNull @Size(min=1,max=10) Integer getI()
    • setI

      public void setI(@NotNull @Size(min=1,max=10) @NotNull @Size(min=1,max=10) Integer i)
    • getS

      @NotNull @NotEmpty @Size(min=1, max=32) public @NotNull @NotEmpty @Size(min=1,max=32) String getS()
    • setS

      public void setS(@NotNull @NotEmpty @Size(min=1,max=32) @NotNull @NotEmpty @Size(min=1,max=32) String s)
    • getD

      @NotNull @NotEmpty @Size(min=1, max=32) public @NotNull @NotEmpty @Size(min=1,max=32) Double getD()
    • setD

      public void setD(@NotNull @NotEmpty @Size(min=1,max=32) @NotNull @NotEmpty @Size(min=1,max=32) Double d)
    • getF

      public Float getF()
    • setF

      public void setF(Float f)
    • getB

      public Boolean getB()
    • setB

      public void setB(Boolean b)
    • getL

      public Long getL()
    • setL

      public void setL(Long l)