Class UserVisitGroupDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserVisitGroupDetailPK>
com.echothree.model.data.user.server.value.UserVisitGroupDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class UserVisitGroupDetailValue
extends BaseValue<UserVisitGroupDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserVisitGroupDetailValue
(UserVisitGroupDetailPK userVisitGroupDetailPK, UserVisitGroupPK userVisitGroupPK, String userVisitGroupName, Long fromTime, Long thruTime) Creates a new instance of UserVisitGroupDetailValueUserVisitGroupDetailValue
(UserVisitGroupPK userVisitGroupPK, String userVisitGroupName, Long fromTime, Long thruTime) Creates a new instance of UserVisitGroupDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setUserVisitGroupName
(String userVisitGroupName) void
setUserVisitGroupPK
(UserVisitGroupPK userVisitGroupPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserVisitGroupDetailValue
public UserVisitGroupDetailValue(UserVisitGroupDetailPK userVisitGroupDetailPK, UserVisitGroupPK userVisitGroupPK, String userVisitGroupName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserVisitGroupDetailValue- Throws:
PersistenceNotNullException
-
UserVisitGroupDetailValue
public UserVisitGroupDetailValue(UserVisitGroupPK userVisitGroupPK, String userVisitGroupName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserVisitGroupDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserVisitGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserVisitGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserVisitGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserVisitGroupDetailPK>
-
getUserVisitGroupPK
-
setUserVisitGroupPK
public void setUserVisitGroupPK(UserVisitGroupPK userVisitGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUserVisitGroupPKHasBeenModified
-
getUserVisitGroupName
-
setUserVisitGroupName
- Throws:
PersistenceNotNullException
-
getUserVisitGroupNameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-