Class TransactionGroupDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionGroupDetailPK>
com.echothree.model.data.accounting.server.value.TransactionGroupDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TransactionGroupDetailValue
extends BaseValue<TransactionGroupDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionGroupDetailValue
(TransactionGroupDetailPK transactionGroupDetailPK, TransactionGroupPK transactionGroupPK, String transactionGroupName, Long fromTime, Long thruTime) Creates a new instance of TransactionGroupDetailValueTransactionGroupDetailValue
(TransactionGroupPK transactionGroupPK, String transactionGroupName, Long fromTime, Long thruTime) Creates a new instance of TransactionGroupDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setTransactionGroupName
(String transactionGroupName) void
setTransactionGroupPK
(TransactionGroupPK transactionGroupPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionGroupDetailValue
public TransactionGroupDetailValue(TransactionGroupDetailPK transactionGroupDetailPK, TransactionGroupPK transactionGroupPK, String transactionGroupName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGroupDetailValue- Throws:
PersistenceNotNullException
-
TransactionGroupDetailValue
public TransactionGroupDetailValue(TransactionGroupPK transactionGroupPK, String transactionGroupName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGroupDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TransactionGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TransactionGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TransactionGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TransactionGroupDetailPK>
-
getTransactionGroupPK
-
setTransactionGroupPK
public void setTransactionGroupPK(TransactionGroupPK transactionGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionGroupPKHasBeenModified
-
getTransactionGroupName
-
setTransactionGroupName
- Throws:
PersistenceNotNullException
-
getTransactionGroupNameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-