Class UserLoginPasswordTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.user.common.transfer.UserLoginPasswordTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserLoginPasswordTransfer
(PartyTransfer party, UserLoginPasswordTypeTransfer userLoginPasswordType, String password, Long unformattedChangedTime, String changedTime, Boolean wasReset) Creates a new instance of UserLoginPasswordTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the changedTime.getParty()
Returns the party.Returns the password.Returns the unformattedChangedTime.Returns the userLoginPasswordType.Returns the wasReset.void
setChangedTime
(String changedTime) Sets the changedTime.void
setParty
(PartyTransfer party) Sets the party.void
setPassword
(String password) Sets the password.void
setUnformattedChangedTime
(Long unformattedChangedTime) Sets the unformattedChangedTime.void
setUserLoginPasswordType
(UserLoginPasswordTypeTransfer userLoginPasswordType) Sets the userLoginPasswordType.void
setWasReset
(Boolean wasReset) Sets the wasReset.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
-
UserLoginPasswordTransfer
public UserLoginPasswordTransfer(PartyTransfer party, UserLoginPasswordTypeTransfer userLoginPasswordType, String password, Long unformattedChangedTime, String changedTime, Boolean wasReset) Creates a new instance of UserLoginPasswordTransfer
-
-
Method Details
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party
- the party to set
-
getUserLoginPasswordType
Returns the userLoginPasswordType.- Returns:
- the userLoginPasswordType
-
setUserLoginPasswordType
Sets the userLoginPasswordType.- Parameters:
userLoginPasswordType
- the userLoginPasswordType to set
-
getPassword
Returns the password.- Returns:
- the password
-
setPassword
Sets the password.- Parameters:
password
- the password to set
-
getUnformattedChangedTime
Returns the unformattedChangedTime.- Returns:
- the unformattedChangedTime
-
setUnformattedChangedTime
Sets the unformattedChangedTime.- Parameters:
unformattedChangedTime
- the unformattedChangedTime to set
-
getChangedTime
Returns the changedTime.- Returns:
- the changedTime
-
setChangedTime
Sets the changedTime.- Parameters:
changedTime
- the changedTime to set
-
getWasReset
Returns the wasReset.- Returns:
- the wasReset
-
setWasReset
Sets the wasReset.- Parameters:
wasReset
- the wasReset to set
-