Class TransactionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionDetailPK>
com.echothree.model.data.accounting.server.value.TransactionDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TransactionDetailValue
extends BaseValue<TransactionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTransactionDetailValue(TransactionDetailPK transactionDetailPK, TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValueTransactionDetailValue(TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetGroupPartyPK(PartyPK groupPartyPK) voidsetThruTime(Long thruTime) voidsetTransactionGroupPK(TransactionGroupPK transactionGroupPK) voidsetTransactionName(String transactionName) voidsetTransactionPK(TransactionPK transactionPK) voidsetTransactionTypePK(TransactionTypePK transactionTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionDetailValue
public TransactionDetailValue(TransactionDetailPK transactionDetailPK, TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionDetailValue- Throws:
PersistenceNotNullException
-
TransactionDetailValue
public TransactionDetailValue(TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TransactionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TransactionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TransactionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TransactionDetailPK>
-
getTransactionPK
-
setTransactionPK
- Throws:
PersistenceNotNullException
-
getTransactionPKHasBeenModified
-
getTransactionName
-
setTransactionName
- Throws:
PersistenceNotNullException
-
getTransactionNameHasBeenModified
-
getGroupPartyPK
-
setGroupPartyPK
- Throws:
PersistenceNotNullException
-
getGroupPartyPKHasBeenModified
-
getTransactionGroupPK
-
setTransactionGroupPK
public void setTransactionGroupPK(TransactionGroupPK transactionGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionGroupPKHasBeenModified
-
getTransactionTypePK
-
setTransactionTypePK
public void setTransactionTypePK(TransactionTypePK transactionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-