Class ServerServiceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ServerServicePK>
com.echothree.model.data.core.server.value.ServerServiceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ServerServiceValue
extends BaseValue<ServerServicePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionServerServiceValue
(ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) Creates a new instance of ServerServiceValueServerServiceValue
(ServerServicePK serverServicePK, ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) Creates a new instance of ServerServiceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setServerPK
(ServerPK serverPK) void
setServicePK
(ServicePK servicePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ServerServiceValue
public ServerServiceValue(ServerServicePK serverServicePK, ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ServerServiceValue- Throws:
PersistenceNotNullException
-
ServerServiceValue
public ServerServiceValue(ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ServerServiceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ServerServicePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ServerServicePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ServerServicePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ServerServicePK>
-
getServerPK
-
setServerPK
- Throws:
PersistenceNotNullException
-
getServerPKHasBeenModified
-
getServicePK
-
setServicePK
- Throws:
PersistenceNotNullException
-
getServicePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-