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