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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCurrencyPK
(CurrencyPK currencyPK) void
setDescription
(String description) void
setFinancialAccountName
(String financialAccountName) void
setFinancialAccountPK
(FinancialAccountPK financialAccountPK) void
setFinancialAccountTypePK
(FinancialAccountTypePK financialAccountTypePK) void
setFromTime
(Long fromTime) void
setGlAccountPK
(GlAccountPK glAccountPK) void
setReference
(String reference) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<FinancialAccountDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<FinancialAccountDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<FinancialAccountDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-