org.broadleafcommerce.gwt.client.datasource.results
Class Entity

java.lang.Object
  extended by org.broadleafcommerce.gwt.client.datasource.results.Entity
All Implemented Interfaces:
java.io.Serializable

public class Entity
extends java.lang.Object
implements java.io.Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
Entity()
           
 
Method Summary
 void addProperty(Property property)
           
 Property findProperty(java.lang.String name)
           
 Property[] getProperties()
           
 java.lang.String[] getType()
           
 void mergeProperties(java.lang.String prefix, Entity entity)
           
 void setProperties(Property[] properties)
           
 void setType(java.lang.String[] type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entity

public Entity()
Method Detail

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)


Copyright © 2011. All Rights Reserved.