org.broadleafcommerce.openadmin.server.domain
Interface Entity

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EntityImpl

public interface Entity
extends java.io.Serializable


Method Summary
 void addProperty(Property property)
           
 java.lang.Long getId()
           
 java.util.List<Property> getProperties()
           
 java.lang.String getType()
           
 void setId(java.lang.Long id)
           
 void setProperties(java.util.List<Property> properties)
           
 void setType(java.lang.String type)
           
 

Method Detail

getProperties

java.util.List<Property> getProperties()

setProperties

void setProperties(java.util.List<Property> properties)

addProperty

void addProperty(Property property)

getId

java.lang.Long getId()
Returns:
the id

setId

void setId(java.lang.Long id)
Parameters:
id - the id to set

getType

java.lang.String getType()
Returns:
the type

setType

void setType(java.lang.String type)
Parameters:
type - the type to set


Copyright © 2011. All Rights Reserved.