Class BillingAccountDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BillingAccountDetailPK>
com.echothree.model.data.payment.server.value.BillingAccountDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class BillingAccountDetailValue
extends BaseValue<BillingAccountDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountDetailValue(BillingAccountDetailPK billingAccountDetailPK, BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of BillingAccountDetailValueBillingAccountDetailValue(BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of BillingAccountDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBillingAccountName(String billingAccountName) voidsetBillingAccountPK(BillingAccountPK billingAccountPK) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetReference(String reference) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
BillingAccountDetailValue
public BillingAccountDetailValue(BillingAccountDetailPK billingAccountDetailPK, BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BillingAccountDetailValue- Throws:
PersistenceNotNullException
-
BillingAccountDetailValue
public BillingAccountDetailValue(BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BillingAccountDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<BillingAccountDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<BillingAccountDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<BillingAccountDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<BillingAccountDetailPK>
-
getBillingAccountPK
-
setBillingAccountPK
public void setBillingAccountPK(BillingAccountPK billingAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBillingAccountPKHasBeenModified
-
getBillingAccountName
-
setBillingAccountName
- Throws:
PersistenceNotNullException
-
getBillingAccountNameHasBeenModified
-
getCurrencyPK
-
setCurrencyPK
- Throws:
PersistenceNotNullException
-
getCurrencyPKHasBeenModified
-
getReference
-
setReference
-
getReferenceHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-