Class TransactionTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionTimePK>
com.echothree.model.data.accounting.server.value.TransactionTimeValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TransactionTimeValue
extends BaseValue<TransactionTimePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTransactionTimeValue(TransactionPK transactionPK, TransactionTimeTypePK transactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of TransactionTimeValueTransactionTimeValue(TransactionTimePK transactionTimePK, TransactionPK transactionPK, TransactionTimeTypePK transactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of TransactionTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleangetTime()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidvoidsetTransactionPK(TransactionPK transactionPK) voidsetTransactionTimeTypePK(TransactionTimeTypePK transactionTimeTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionTimeValue
public TransactionTimeValue(TransactionTimePK transactionTimePK, TransactionPK transactionPK, TransactionTimeTypePK transactionTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionTimeValue- Throws:
PersistenceNotNullException
-
TransactionTimeValue
public TransactionTimeValue(TransactionPK transactionPK, TransactionTimeTypePK transactionTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TransactionTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TransactionTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TransactionTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TransactionTimePK>
-
getTransactionPK
-
setTransactionPK
- Throws:
PersistenceNotNullException
-
getTransactionPKHasBeenModified
-
getTransactionTimeTypePK
-
setTransactionTimeTypePK
public void setTransactionTimeTypePK(TransactionTimeTypePK transactionTimeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionTimeTypePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-