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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(CarrierServiceDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<CarrierServicePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CarrierServicePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CarrierServicePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CarrierServicePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-