java.lang.Object
co.ecg.alpaca.toolkit.generated.datatypes.Password1
All Implemented Interfaces:
Serializable

public class Password1 extends Object implements Serializable
Author:
AlpacaGenerator
See Also:
  • Field Details

    • old

      @NotNull @Size(min=1, max=60) protected @NotNull @Size(min=1,max=60) String old
    • newItem

      @NotNull @Size(min=1, max=60) protected @NotNull @Size(min=1,max=60) String newItem
  • Constructor Details

    • Password1

      public Password1(String old, String newItem)
    • Password1

      public Password1()
      Serializable Constructor
  • Method Details