Class UserLoginTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.user.common.transfer.UserLoginTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserLoginTransfer
(PartyTransfer party, String username, Long unformattedLastLoginTime, String lastLoginTime, Integer failureCount, Long unformattedFirstFailureTime, String firstFailureTime, Long unformattedLastFailureTime, String lastFailureTime, Integer expiredCount, Boolean forceChange) Creates a new instance of UserLoginTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the expiredCount.Returns the failureCount.Returns the firstFailureTime.Returns the forceChange.Returns the lastFailureTime.Returns the lastLoginTime.getParty()
Returns the party.Returns the unformattedFirstFailureTime.Returns the unformattedLastFailureTime.Returns the unformattedLastLoginTime.Returns the userLoginPasswords.Returns the username.void
setExpiredCount
(Integer expiredCount) Sets the expiredCount.void
setFailureCount
(Integer failureCount) Sets the failureCount.void
setFirstFailureTime
(String firstFailureTime) Sets the firstFailureTime.void
setForceChange
(Boolean forceChange) Sets the forceChange.void
setLastFailureTime
(String lastFailureTime) Sets the lastFailureTime.void
setLastLoginTime
(String lastLoginTime) Sets the lastLoginTime.void
setParty
(PartyTransfer party) Sets the party.void
setUnformattedFirstFailureTime
(Long unformattedFirstFailureTime) Sets the unformattedFirstFailureTime.void
setUnformattedLastFailureTime
(Long unformattedLastFailureTime) Sets the unformattedLastFailureTime.void
setUnformattedLastLoginTime
(Long unformattedLastLoginTime) Sets the unformattedLastLoginTime.void
setUserLoginPasswords
(MapWrapper<UserLoginPasswordTransfer> userLoginPasswords) Sets the userLoginPasswords.void
setUsername
(String username) Sets the username.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
UserLoginTransfer
public UserLoginTransfer(PartyTransfer party, String username, Long unformattedLastLoginTime, String lastLoginTime, Integer failureCount, Long unformattedFirstFailureTime, String firstFailureTime, Long unformattedLastFailureTime, String lastFailureTime, Integer expiredCount, Boolean forceChange) Creates a new instance of UserLoginTransfer
-
-
Method Details
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party
- the party to set
-
getUsername
Returns the username.- Returns:
- the username
-
setUsername
Sets the username.- Parameters:
username
- the username to set
-
getUnformattedLastLoginTime
Returns the unformattedLastLoginTime.- Returns:
- the unformattedLastLoginTime
-
setUnformattedLastLoginTime
Sets the unformattedLastLoginTime.- Parameters:
unformattedLastLoginTime
- the unformattedLastLoginTime to set
-
getLastLoginTime
Returns the lastLoginTime.- Returns:
- the lastLoginTime
-
setLastLoginTime
Sets the lastLoginTime.- Parameters:
lastLoginTime
- the lastLoginTime to set
-
getFailureCount
Returns the failureCount.- Returns:
- the failureCount
-
setFailureCount
Sets the failureCount.- Parameters:
failureCount
- the failureCount to set
-
getUnformattedFirstFailureTime
Returns the unformattedFirstFailureTime.- Returns:
- the unformattedFirstFailureTime
-
setUnformattedFirstFailureTime
Sets the unformattedFirstFailureTime.- Parameters:
unformattedFirstFailureTime
- the unformattedFirstFailureTime to set
-
getFirstFailureTime
Returns the firstFailureTime.- Returns:
- the firstFailureTime
-
setFirstFailureTime
Sets the firstFailureTime.- Parameters:
firstFailureTime
- the firstFailureTime to set
-
getUnformattedLastFailureTime
Returns the unformattedLastFailureTime.- Returns:
- the unformattedLastFailureTime
-
setUnformattedLastFailureTime
Sets the unformattedLastFailureTime.- Parameters:
unformattedLastFailureTime
- the unformattedLastFailureTime to set
-
getLastFailureTime
Returns the lastFailureTime.- Returns:
- the lastFailureTime
-
setLastFailureTime
Sets the lastFailureTime.- Parameters:
lastFailureTime
- the lastFailureTime to set
-
getExpiredCount
Returns the expiredCount.- Returns:
- the expiredCount
-
setExpiredCount
Sets the expiredCount.- Parameters:
expiredCount
- the expiredCount to set
-
getForceChange
Returns the forceChange.- Returns:
- the forceChange
-
setForceChange
Sets the forceChange.- Parameters:
forceChange
- the forceChange to set
-
getUserLoginPasswords
Returns the userLoginPasswords.- Returns:
- the userLoginPasswords
-
setUserLoginPasswords
Sets the userLoginPasswords.- Parameters:
userLoginPasswords
- the userLoginPasswords to set
-