-
Constructor Summary
Constructors
-
Method Summary
@NotNull @NotEmpty @Size(min=1,max=32) Double
@NotNull @Size(min=1,max=10) Integer
@NotNull @NotEmpty @Size(min=1,max=32) String
void
void
setD(@NotNull @NotEmpty @Size(min=1,max=32) Double d)
void
void
void
void
setS(@NotNull @NotEmpty @Size(min=1,max=32) String s)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)
-
-
setF
public void setF(Float f)
-
-
-
-