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