org.broadleafcommerce.openadmin.client.dto
Class Entity
java.lang.Object
org.broadleafcommerce.openadmin.client.dto.Entity
- All Implemented Interfaces:
- java.io.Serializable
public class Entity
- extends java.lang.Object
- implements java.io.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 |
Entity
public Entity()
getType
public java.lang.String[] getType()
setType
public void setType(java.lang.String[] type)
getProperties
public Property[] getProperties()
setProperties
public void setProperties(Property[] properties)
mergeProperties
public void mergeProperties(java.lang.String prefix,
Entity entity)
findProperty
public Property findProperty(java.lang.String name)
addProperty
public void addProperty(Property property)
isDirty
public boolean isDirty()
setDirty
public void setDirty(boolean dirty)
Copyright © 2011. All Rights Reserved.