org.broadleafcommerce.openadmin.client.dto
Class PolymorphicEntity
java.lang.Object
org.broadleafcommerce.openadmin.client.dto.PolymorphicEntity
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable
public class PolymorphicEntity
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable, 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.