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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBillingAccountName
(String billingAccountName) void
setBillingAccountPK
(BillingAccountPK billingAccountPK) void
setCurrencyPK
(CurrencyPK currencyPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) 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
-
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:
getBaseFactoryInstance
in classBaseValue<BillingAccountDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<BillingAccountDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<BillingAccountDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-