Class UserLoginTransfer

java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.user.common.transfer.UserLoginTransfer
All Implemented Interfaces:
Serializable

public class UserLoginTransfer extends BaseTransfer
See Also:
  • Constructor Details

  • Method Details

    • getParty

      Returns the party.
      Returns:
      the party
    • setParty

      public void setParty(PartyTransfer party)
      Sets the party.
      Parameters:
      party - the party to set
    • getUsername

      public String getUsername()
      Returns the username.
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Sets the username.
      Parameters:
      username - the username to set
    • getUnformattedLastLoginTime

      Returns the unformattedLastLoginTime.
      Returns:
      the unformattedLastLoginTime
    • setUnformattedLastLoginTime

      public void setUnformattedLastLoginTime(Long unformattedLastLoginTime)
      Sets the unformattedLastLoginTime.
      Parameters:
      unformattedLastLoginTime - the unformattedLastLoginTime to set
    • getLastLoginTime

      Returns the lastLoginTime.
      Returns:
      the lastLoginTime
    • setLastLoginTime

      public void setLastLoginTime(String lastLoginTime)
      Sets the lastLoginTime.
      Parameters:
      lastLoginTime - the lastLoginTime to set
    • getFailureCount

      Returns the failureCount.
      Returns:
      the failureCount
    • setFailureCount

      public void setFailureCount(Integer failureCount)
      Sets the failureCount.
      Parameters:
      failureCount - the failureCount to set
    • getUnformattedFirstFailureTime

      Returns the unformattedFirstFailureTime.
      Returns:
      the unformattedFirstFailureTime
    • setUnformattedFirstFailureTime

      public void setUnformattedFirstFailureTime(Long unformattedFirstFailureTime)
      Sets the unformattedFirstFailureTime.
      Parameters:
      unformattedFirstFailureTime - the unformattedFirstFailureTime to set
    • getFirstFailureTime

      Returns the firstFailureTime.
      Returns:
      the firstFailureTime
    • setFirstFailureTime

      public void setFirstFailureTime(String firstFailureTime)
      Sets the firstFailureTime.
      Parameters:
      firstFailureTime - the firstFailureTime to set
    • getUnformattedLastFailureTime

      Returns the unformattedLastFailureTime.
      Returns:
      the unformattedLastFailureTime
    • setUnformattedLastFailureTime

      public void setUnformattedLastFailureTime(Long unformattedLastFailureTime)
      Sets the unformattedLastFailureTime.
      Parameters:
      unformattedLastFailureTime - the unformattedLastFailureTime to set
    • getLastFailureTime

      Returns the lastFailureTime.
      Returns:
      the lastFailureTime
    • setLastFailureTime

      public void setLastFailureTime(String lastFailureTime)
      Sets the lastFailureTime.
      Parameters:
      lastFailureTime - the lastFailureTime to set
    • getExpiredCount

      Returns the expiredCount.
      Returns:
      the expiredCount
    • setExpiredCount

      public void setExpiredCount(Integer expiredCount)
      Sets the expiredCount.
      Parameters:
      expiredCount - the expiredCount to set
    • getForceChange

      Returns the forceChange.
      Returns:
      the forceChange
    • setForceChange

      public void setForceChange(Boolean forceChange)
      Sets the forceChange.
      Parameters:
      forceChange - the forceChange to set
    • getUserLoginPasswords

      Returns the userLoginPasswords.
      Returns:
      the userLoginPasswords
    • setUserLoginPasswords

      public void setUserLoginPasswords(MapWrapper<UserLoginPasswordTransfer> userLoginPasswords)
      Sets the userLoginPasswords.
      Parameters:
      userLoginPasswords - the userLoginPasswords to set