Class Password

java.lang.Object
io.gs2.identifier.model.Password
All Implemented Interfaces:
IModel, Serializable, Comparable<Password>

public class Password extends Object implements IModel, Serializable, Comparable<Password>
See Also:
  • Constructor Details

    • Password

      public Password()
  • Method Details

    • getPasswordId

      public String getPasswordId()
    • setPasswordId

      public void setPasswordId(String passwordId)
    • withPasswordId

      public Password withPasswordId(String passwordId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Password withUserId(String userId)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • withUserName

      public Password withUserName(String userName)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Password withCreatedAt(Long createdAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Password withRevision(Long revision)
    • fromJson

      public static Password fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Password o)
      Specified by:
      compareTo in interface Comparable<Password>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object