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