Class ServiceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ServicePK>
com.echothree.model.data.core.server.value.ServiceValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionServiceValue
(ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) Creates a new instance of ServiceValueServiceValue
(ServicePK servicePK, ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) Creates a new instance of ServiceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ServiceDetailPK activeDetailPK) void
setLastDetailPK
(ServiceDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ServiceValue
public ServiceValue(ServicePK servicePK, ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ServiceValue- Throws:
PersistenceNotNullException
-
ServiceValue
public ServiceValue(ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ServiceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ServicePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ServicePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ServicePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ServicePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-