Class FinancialAccountRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<FinancialAccountRolePK>
com.echothree.model.data.financial.server.value.FinancialAccountRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class FinancialAccountRoleValue
extends BaseValue<FinancialAccountRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionFinancialAccountRoleValue
(FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountRoleValueFinancialAccountRoleValue
(FinancialAccountRolePK financialAccountRolePK, FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFinancialAccountPK
(FinancialAccountPK financialAccountPK) void
setFinancialAccountRoleTypePK
(FinancialAccountRoleTypePK financialAccountRoleTypePK) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
FinancialAccountRoleValue
public FinancialAccountRoleValue(FinancialAccountRolePK financialAccountRolePK, FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FinancialAccountRoleValue- Throws:
PersistenceNotNullException
-
FinancialAccountRoleValue
public FinancialAccountRoleValue(FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FinancialAccountRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<FinancialAccountRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<FinancialAccountRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<FinancialAccountRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<FinancialAccountRolePK>
-
getFinancialAccountPK
-
setFinancialAccountPK
public void setFinancialAccountPK(FinancialAccountPK financialAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getFinancialAccountPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getFinancialAccountRoleTypePK
-
setFinancialAccountRoleTypePK
public void setFinancialAccountRoleTypePK(FinancialAccountRoleTypePK financialAccountRoleTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getFinancialAccountRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-