Interface
AttributeSetInterface
Magento\Eav\Api\Data\AttributeSetInterface
What it does
This interface defines the contract for Attribute Set data objects in Magento's EAV (Entity-Attribute-Value) system.
Developers use it to work with attribute sets, which are collections of attributes grouped together for entities like products or customers.
It provides methods to get and set core properties like set ID, name, sort order, and entity type association.
Public Methods
- getAttributeSetId()
- setAttributeSetId()
- getAttributeSetName()
- setAttributeSetName()
- getSortOrder()
- setSortOrder()
- getEntityTypeId()
- setEntityTypeId()
- getExtensionAttributes()
- setExtensionAttributes()