org.broadleafcommerce.openadmin.dto
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:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolymorphicEntity
public PolymorphicEntity()
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2013. All Rights Reserved.