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