Class PolymorphicEntity

java.lang.Object
org.broadleafcommerce.openadmin.dto.PolymorphicEntity
All Implemented Interfaces:
Serializable

public class PolymorphicEntity extends Object implements Serializable
Author:
jfischer
See Also:
  • Constructor Details

    • PolymorphicEntity

      public PolymorphicEntity()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)