Class SymbolPositionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SymbolPositionDetailPK>
com.echothree.model.data.accounting.server.value.SymbolPositionDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SymbolPositionDetailValue
extends BaseValue<SymbolPositionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolPositionDetailValue
(SymbolPositionDetailPK symbolPositionDetailPK, SymbolPositionPK symbolPositionPK, String symbolPositionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SymbolPositionDetailValueSymbolPositionDetailValue
(SymbolPositionPK symbolPositionPK, String symbolPositionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SymbolPositionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setSymbolPositionName
(String symbolPositionName) void
setSymbolPositionPK
(SymbolPositionPK symbolPositionPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SymbolPositionDetailValue
public SymbolPositionDetailValue(SymbolPositionDetailPK symbolPositionDetailPK, SymbolPositionPK symbolPositionPK, String symbolPositionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SymbolPositionDetailValue- Throws:
PersistenceNotNullException
-
SymbolPositionDetailValue
public SymbolPositionDetailValue(SymbolPositionPK symbolPositionPK, String symbolPositionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SymbolPositionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SymbolPositionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SymbolPositionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SymbolPositionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SymbolPositionDetailPK>
-
getSymbolPositionPK
-
setSymbolPositionPK
public void setSymbolPositionPK(SymbolPositionPK symbolPositionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSymbolPositionPKHasBeenModified
-
getSymbolPositionName
-
setSymbolPositionName
- Throws:
PersistenceNotNullException
-
getSymbolPositionNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-