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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setTransactionGlAccountCategoryName
(String transactionGlAccountCategoryName) void
setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) void
setTransactionTypePK
(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:
getBaseFactoryInstance
in classBaseValue<TransactionGlAccountCategoryDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TransactionGlAccountCategoryDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TransactionGlAccountCategoryDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-