Class TransactionGlAccountCategoryDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionGlAccountCategoryDetailPK>
com.echothree.model.data.accounting.server.value.TransactionGlAccountCategoryDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TransactionGlAccountCategoryDetailValue
extends BaseValue<TransactionGlAccountCategoryDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTransactionGlAccountCategoryDetailValue(TransactionGlAccountCategoryDetailPK transactionGlAccountCategoryDetailPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDetailValueTransactionGlAccountCategoryDetailValue(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetTransactionGlAccountCategoryName(String transactionGlAccountCategoryName) voidsetTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) voidsetTransactionTypePK(TransactionTypePK transactionTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionGlAccountCategoryDetailValue
public TransactionGlAccountCategoryDetailValue(TransactionGlAccountCategoryDetailPK transactionGlAccountCategoryDetailPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGlAccountCategoryDetailValue- Throws:
PersistenceNotNullException
-
TransactionGlAccountCategoryDetailValue
public TransactionGlAccountCategoryDetailValue(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGlAccountCategoryDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TransactionGlAccountCategoryDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TransactionGlAccountCategoryDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TransactionGlAccountCategoryDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TransactionGlAccountCategoryDetailPK>
-
getTransactionGlAccountCategoryPK
-
setTransactionGlAccountCategoryPK
public void setTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionGlAccountCategoryPKHasBeenModified
-
getTransactionTypePK
-
setTransactionTypePK
public void setTransactionTypePK(TransactionTypePK transactionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionTypePKHasBeenModified
-
getTransactionGlAccountCategoryName
-
setTransactionGlAccountCategoryName
public void setTransactionGlAccountCategoryName(String transactionGlAccountCategoryName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionGlAccountCategoryNameHasBeenModified
-
getGlAccountCategoryPK
-
setGlAccountCategoryPK
-
getGlAccountCategoryPKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-