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