Class UserLoginValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserLoginPK>
com.echothree.model.data.user.server.value.UserLoginValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserLoginValue
(PartyPK partyPK, String username, Long fromTime, Long thruTime) Creates a new instance of UserLoginValueUserLoginValue
(UserLoginPK userLoginPK, PartyPK partyPK, String username, Long fromTime, Long thruTime) Creates a new instance of UserLoginValue -
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
setUsername
(String username) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserLoginValue
public UserLoginValue(UserLoginPK userLoginPK, PartyPK partyPK, String username, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserLoginValue- Throws:
PersistenceNotNullException
-
UserLoginValue
public UserLoginValue(PartyPK partyPK, String username, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserLoginValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserLoginPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserLoginPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserLoginPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserLoginPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getUsername
-
setUsername
- Throws:
PersistenceNotNullException
-
getUsernameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-