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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetUserVisitGroupName(String userVisitGroupName) voidsetUserVisitGroupPK(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:
getBaseFactoryInstancein classBaseValue<UserVisitGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UserVisitGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UserVisitGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-