Class SecurityCode

java.lang.Object
org.silverpeas.mobile.server.dao.SecurityCode

public class SecurityCode extends Object
  • Constructor Details

    • SecurityCode

      public SecurityCode(String code, Date creationDate)
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getCreationDate

      public Date getCreationDate()
    • setCreationDate

      public void setCreationDate(Date creationDate)