com.elasticpath.domain
Interface Entity

All Superinterfaces:
EpDomain, Persistence, java.io.Serializable
All Known Subinterfaces:
Attribute, Brand, Category, CategoryDeleted, CategoryType, CmUser, Customer, CustomerCreditCard, CustomerDeleted, CustomerGroup, CustomerSession, ImportJob, Order, Product, ProductDeleted, ProductSku, ProductType, Rule, RuleSet, ShippingCostCalculationMethod, ShippingRegion, ShippingServiceLevel, ShippingServiceLevelBean, ShoppingCart, SkuOption, TaxCategory, TaxCode, TaxJurisdiction, TopSeller, UserRole
All Known Implementing Classes:
AbstractAddressImpl, AbstractEntityImpl, AbstractRuleImpl, AbstractShippingCostCalculationMethodImpl, AttributeImpl, AttributeValueGroupImpl, BrandImpl, CategoryDeletedImpl, CategoryImpl, CategoryTypeImpl, CmUserImpl, CostPerUnitWeightMethodImpl, CustomerAddressImpl, CustomerCreditCardImpl, CustomerDeletedImpl, CustomerGroupImpl, CustomerImpl, CustomerProfileImpl, CustomerSessionImpl, FixedBaseAndCostPerUnitWeightMethodImpl, FixedBaseAndOrderTotalPercentageMethodImpl, FixedPriceMethodImpl, ImportJobImpl, OrderAddressImpl, OrderImpl, OrderTotalPercentageMethodImpl, ProductDeletedImpl, ProductImpl, ProductSkuImpl, ProductTypeImpl, PromotionRuleImpl, RuleSetImpl, ShippingRegionImpl, ShippingServiceLevelBeanImpl, ShippingServiceLevelImpl, ShoppingCartImpl, SkuOptionImpl, TaxCategoryImpl, TaxCodeImpl, TaxJurisdictionImpl, TopSellerImpl, UserRoleImpl

public interface Entity
extends Persistence

Entity represents a entity domain object.


Method Summary
 java.lang.String getGuid()
          Return the guid.
 void setGuid(java.lang.String guid)
          Set the guid.
 
Methods inherited from interface com.elasticpath.domain.Persistence
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getGuid

java.lang.String getGuid()
Return the guid.

Returns:
the guid.

setGuid

void setGuid(java.lang.String guid)
Set the guid.

Parameters:
guid - the guid to set.