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)

Method Summary
 String getMainEntityName()
           
 

Method Detail

getMainEntityName

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


Copyright © 2013. All Rights Reserved.