Class CustomerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CustomerPK>
com.echothree.model.data.customer.server.value.CustomerValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerValue
(CustomerPK customerPK, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValueCustomerValue
(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAllowBackorders
(Boolean allowBackorders) void
setAllowCombiningShipments
(Boolean allowCombiningShipments) void
setAllowReferenceDuplicates
(Boolean allowReferenceDuplicates) void
setAllowSubstitutions
(Boolean allowSubstitutions) void
setArGlAccountPK
(GlAccountPK arGlAccountPK) void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setCustomerName
(String customerName) void
setCustomerTypePK
(CustomerTypePK customerTypePK) void
setFromTime
(Long fromTime) void
setHoldUntilComplete
(Boolean holdUntilComplete) void
setInitialOfferUsePK
(OfferUsePK initialOfferUsePK) void
setPartyPK
(PartyPK partyPK) void
setReferenceValidationPattern
(String referenceValidationPattern) void
setRequireReference
(Boolean requireReference) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CustomerValue
public CustomerValue(CustomerPK customerPK, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CustomerValue- Throws:
PersistenceNotNullException
-
CustomerValue
public CustomerValue(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CustomerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CustomerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CustomerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CustomerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CustomerPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCustomerName
-
setCustomerName
- Throws:
PersistenceNotNullException
-
getCustomerNameHasBeenModified
-
getCustomerTypePK
-
setCustomerTypePK
- Throws:
PersistenceNotNullException
-
getCustomerTypePKHasBeenModified
-
getInitialOfferUsePK
-
setInitialOfferUsePK
- Throws:
PersistenceNotNullException
-
getInitialOfferUsePKHasBeenModified
-
getCancellationPolicyPK
-
setCancellationPolicyPK
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
setReturnPolicyPK
-
getReturnPolicyPKHasBeenModified
-
getArGlAccountPK
-
setArGlAccountPK
-
getArGlAccountPKHasBeenModified
-
getHoldUntilComplete
-
setHoldUntilComplete
- Throws:
PersistenceNotNullException
-
getHoldUntilCompleteHasBeenModified
-
getAllowBackorders
-
setAllowBackorders
- Throws:
PersistenceNotNullException
-
getAllowBackordersHasBeenModified
-
getAllowSubstitutions
-
setAllowSubstitutions
- Throws:
PersistenceNotNullException
-
getAllowSubstitutionsHasBeenModified
-
getAllowCombiningShipments
-
setAllowCombiningShipments
public void setAllowCombiningShipments(Boolean allowCombiningShipments) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllowCombiningShipmentsHasBeenModified
-
getRequireReference
-
setRequireReference
- Throws:
PersistenceNotNullException
-
getRequireReferenceHasBeenModified
-
getAllowReferenceDuplicates
-
setAllowReferenceDuplicates
public void setAllowReferenceDuplicates(Boolean allowReferenceDuplicates) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllowReferenceDuplicatesHasBeenModified
-
getReferenceValidationPattern
-
setReferenceValidationPattern
-
getReferenceValidationPatternHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-