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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFinancialAccountPK(FinancialAccountPK financialAccountPK) voidsetFinancialAccountRoleTypePK(FinancialAccountRoleTypePK financialAccountRoleTypePK) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<FinancialAccountRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<FinancialAccountRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<FinancialAccountRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-