Interface Status
- All Known Subinterfaces:
Catalog
,CustomerAddress
,Offer
,OfferCode
,OfferPriceData
,OrderPayment
,PaymentTransaction
,PromotionMessage
,SandBox
,Site
,Store
- All Known Implementing Classes:
AbstractModuleConfiguration
,CatalogImpl
,CategoryImpl
,CustomerAddressImpl
,OfferCodeImpl
,OfferImpl
,OfferPriceDataImpl
,OrderPaymentImpl
,PaymentTransactionImpl
,ProductBundleImpl
,ProductImpl
,PromotionMessageImpl
,SandBoxImpl
,SiteImpl
,SiteMapConfigurationImpl
,StoreImpl
,WeaveArchiveStatus
public interface Status
Interface that denotes whether or not an entity is archived. Usually, entities that implement this interface also only
undergo soft-deletes.
- Author:
- Jeff Fischer
-
Method Summary
-
Method Details
-
getArchived
Character getArchived() -
setArchived
-
isActive
boolean isActive()
-