com.elasticpath.domain.impl
Class AbstractValueObjectImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractPersistenceImpl
          extended by com.elasticpath.domain.impl.AbstractValueObjectImpl
All Implemented Interfaces:
EpDomain, Persistence, ValueObject, java.io.Serializable
Direct Known Subclasses:
AbstractCartItemImpl, AbstractPriceImpl, AbstractRuleElementImpl, AbstractRuleExceptionImpl, AttributeGroupAttributeImpl, AttributeGroupImpl, AttributeUsageImpl, AttributeValueImpl, CustomerAuthenticationImpl, CustomerRoleImpl, DigitalAssetImpl, InventoryAuditImpl, InventoryImpl, LocaleDependantFieldsImpl, LocalizedPropertiesImpl, OrderNoteImpl, OrderPaymentImpl, OrderReturnImpl, OrderReturnSkuImpl, OrderShipmentImpl, OrderSkuImpl, PriceTierAdaptorImpl, PriceTierImpl, ProductAssociationImpl, ProductCategoryImpl, ProductSkuSpecImpl, PromotionRuleDelegateImpl, PromotionRuleExceptionsImpl, RuleParameterImpl, ShippingCostCalculationParameterImpl, TaxJurisdictionCategoryXImpl, UserPermissionImpl

public abstract class AbstractValueObjectImpl
extends AbstractPersistenceImpl
implements ValueObject

Abstract implementation of a value domain object.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
AbstractValueObjectImpl()
           
 
Method Summary
 
Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.domain.Persistence
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

AbstractValueObjectImpl

public AbstractValueObjectImpl()