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 postingTime, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValueTransactionDetailValue
(TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long postingTime, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setGroupPartyPK
(PartyPK groupPartyPK) void
setPostingTime
(Long postingTime) void
setThruTime
(Long thruTime) void
setTransactionGroupPK
(TransactionGroupPK transactionGroupPK) void
setTransactionName
(String transactionName) void
setTransactionPK
(TransactionPK transactionPK) void
setTransactionTypePK
(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 postingTime, 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 postingTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TransactionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TransactionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TransactionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TransactionDetailPK>
-
getTransactionPK
-
setTransactionPK
- Throws:
PersistenceNotNullException
-
getTransactionPKHasBeenModified
-
getTransactionName
-
setTransactionName
- Throws:
PersistenceNotNullException
-
getTransactionNameHasBeenModified
-
getGroupPartyPK
-
setGroupPartyPK
-
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
-
getPostingTime
-
setPostingTime
- Throws:
PersistenceNotNullException
-
getPostingTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-