Class UserLoginPasswordValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserLoginPasswordPK>
com.echothree.model.data.user.server.value.UserLoginPasswordValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class UserLoginPasswordValue
extends BaseValue<UserLoginPasswordPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserLoginPasswordValue
(PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) Creates a new instance of UserLoginPasswordValueUserLoginPasswordValue
(UserLoginPasswordPK userLoginPasswordPK, PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) Creates a new instance of UserLoginPasswordValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) void
setUserLoginPasswordTypePK
(UserLoginPasswordTypePK userLoginPasswordTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserLoginPasswordValue
public UserLoginPasswordValue(UserLoginPasswordPK userLoginPasswordPK, PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserLoginPasswordValue- Throws:
PersistenceNotNullException
-
UserLoginPasswordValue
public UserLoginPasswordValue(PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserLoginPasswordValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserLoginPasswordPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserLoginPasswordPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserLoginPasswordPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserLoginPasswordPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getUserLoginPasswordTypePK
-
setUserLoginPasswordTypePK
public void setUserLoginPasswordTypePK(UserLoginPasswordTypePK userLoginPasswordTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUserLoginPasswordTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-