org.broadleafcommerce.common.admin.domain
Interface AdminMainEntity


public interface AdminMainEntity

When viewing entities that implement this interface in the admin, the getMainEntityName() method will be invoked to determine the title of the entity to be rendered.

Author:
Andre Azzolini (apazzolini)

Field Summary
static String MAIN_ENTITY_NAME_PROPERTY
           
 
Method Summary
 String getMainEntityName()
           
 

Field Detail

MAIN_ENTITY_NAME_PROPERTY

static final String MAIN_ENTITY_NAME_PROPERTY
See Also:
Constant Field Values
Method Detail

getMainEntityName

String getMainEntityName()
Returns:
the display name of this entity for the admin screen


Copyright © 2013. All Rights Reserved.