Class TransactionGlAccountCategoryValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionGlAccountCategoryPK>
com.echothree.model.data.accounting.server.value.TransactionGlAccountCategoryValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TransactionGlAccountCategoryValue
extends BaseValue<TransactionGlAccountCategoryPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionGlAccountCategoryValue
(TransactionGlAccountCategoryDetailPK activeDetailPK, TransactionGlAccountCategoryDetailPK lastDetailPK) Creates a new instance of TransactionGlAccountCategoryValueTransactionGlAccountCategoryValue
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionGlAccountCategoryDetailPK activeDetailPK, TransactionGlAccountCategoryDetailPK lastDetailPK) Creates a new instance of TransactionGlAccountCategoryValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(TransactionGlAccountCategoryDetailPK activeDetailPK) void
setLastDetailPK
(TransactionGlAccountCategoryDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionGlAccountCategoryValue
public TransactionGlAccountCategoryValue(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionGlAccountCategoryDetailPK activeDetailPK, TransactionGlAccountCategoryDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TransactionGlAccountCategoryValue- Throws:
PersistenceNotNullException
-
TransactionGlAccountCategoryValue
public TransactionGlAccountCategoryValue(TransactionGlAccountCategoryDetailPK activeDetailPK, TransactionGlAccountCategoryDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TransactionGlAccountCategoryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TransactionGlAccountCategoryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TransactionGlAccountCategoryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TransactionGlAccountCategoryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TransactionGlAccountCategoryPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-