Class UserVisitCommandValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserVisitCommandPK>
com.echothree.model.data.user.server.value.UserVisitCommandValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class UserVisitCommandValue
extends BaseValue<UserVisitCommandPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserVisitCommandValue
(UserVisitCommandPK userVisitCommandPK, UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) Creates a new instance of UserVisitCommandValueUserVisitCommandValue
(UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) Creates a new instance of UserVisitCommandValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommandPK
(CommandPK commandPK) void
setEndTime
(Long endTime) void
setHadExecutionErrors
(Boolean hadExecutionErrors) void
setHadSecurityErrors
(Boolean hadSecurityErrors) void
setHadValidationErrors
(Boolean hadValidationErrors) void
setPartyPK
(PartyPK partyPK) void
setStartTime
(Long startTime) void
setUserVisitCommandSequence
(Integer userVisitCommandSequence) void
setUserVisitPK
(UserVisitPK userVisitPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserVisitCommandValue
public UserVisitCommandValue(UserVisitCommandPK userVisitCommandPK, UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) throws PersistenceNotNullException Creates a new instance of UserVisitCommandValue- Throws:
PersistenceNotNullException
-
UserVisitCommandValue
public UserVisitCommandValue(UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) throws PersistenceNotNullException Creates a new instance of UserVisitCommandValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserVisitCommandPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserVisitCommandPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserVisitCommandPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserVisitCommandPK>
-
getUserVisitPK
-
setUserVisitPK
- Throws:
PersistenceNotNullException
-
getUserVisitPKHasBeenModified
-
getUserVisitCommandSequence
-
setUserVisitCommandSequence
public void setUserVisitCommandSequence(Integer userVisitCommandSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUserVisitCommandSequenceHasBeenModified
-
getPartyPK
-
setPartyPK
-
getPartyPKHasBeenModified
-
getCommandPK
-
setCommandPK
- Throws:
PersistenceNotNullException
-
getCommandPKHasBeenModified
-
getStartTime
-
setStartTime
- Throws:
PersistenceNotNullException
-
getStartTimeHasBeenModified
-
getEndTime
-
setEndTime
- Throws:
PersistenceNotNullException
-
getEndTimeHasBeenModified
-
getHadSecurityErrors
-
setHadSecurityErrors
-
getHadSecurityErrorsHasBeenModified
-
getHadValidationErrors
-
setHadValidationErrors
-
getHadValidationErrorsHasBeenModified
-
getHadExecutionErrors
-
setHadExecutionErrors
-
getHadExecutionErrorsHasBeenModified
-