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