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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidsetUsername(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:
getBaseFactoryInstancein classBaseValue<UserLoginPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UserLoginPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UserLoginPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<UserLoginPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getUsername
-
setUsername
- Throws:
PersistenceNotNullException
-
getUsernameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-