Class FinancialAccountDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<FinancialAccountDetailPK>
com.echothree.model.data.financial.server.value.FinancialAccountDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class FinancialAccountDetailValue
extends BaseValue<FinancialAccountDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionFinancialAccountDetailValue(FinancialAccountDetailPK financialAccountDetailPK, FinancialAccountPK financialAccountPK, FinancialAccountTypePK financialAccountTypePK, String financialAccountName, CurrencyPK currencyPK, GlAccountPK glAccountPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountDetailValueFinancialAccountDetailValue(FinancialAccountPK financialAccountPK, FinancialAccountTypePK financialAccountTypePK, String financialAccountName, CurrencyPK currencyPK, GlAccountPK glAccountPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetDescription(String description) voidsetFinancialAccountName(String financialAccountName) voidsetFinancialAccountPK(FinancialAccountPK financialAccountPK) voidsetFinancialAccountTypePK(FinancialAccountTypePK financialAccountTypePK) voidsetFromTime(Long fromTime) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetReference(String reference) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
FinancialAccountDetailValue
public FinancialAccountDetailValue(FinancialAccountDetailPK financialAccountDetailPK, FinancialAccountPK financialAccountPK, FinancialAccountTypePK financialAccountTypePK, String financialAccountName, CurrencyPK currencyPK, GlAccountPK glAccountPK, String reference, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FinancialAccountDetailValue- Throws:
PersistenceNotNullException
-
FinancialAccountDetailValue
public FinancialAccountDetailValue(FinancialAccountPK financialAccountPK, FinancialAccountTypePK financialAccountTypePK, String financialAccountName, CurrencyPK currencyPK, GlAccountPK glAccountPK, String reference, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FinancialAccountDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<FinancialAccountDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<FinancialAccountDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<FinancialAccountDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<FinancialAccountDetailPK>
-
getFinancialAccountPK
-
setFinancialAccountPK
public void setFinancialAccountPK(FinancialAccountPK financialAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getFinancialAccountPKHasBeenModified
-
getFinancialAccountTypePK
-
setFinancialAccountTypePK
public void setFinancialAccountTypePK(FinancialAccountTypePK financialAccountTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getFinancialAccountTypePKHasBeenModified
-
getFinancialAccountName
-
setFinancialAccountName
- Throws:
PersistenceNotNullException
-
getFinancialAccountNameHasBeenModified
-
getCurrencyPK
-
setCurrencyPK
- Throws:
PersistenceNotNullException
-
getCurrencyPKHasBeenModified
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getReference
-
setReference
-
getReferenceHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-