org.broadleafcommerce.common.presentation.override
Annotation Type AdminPresentationToOneLookupOverride
public @interface AdminPresentationToOneLookupOverride
- Author:
- Jeff Fischer
|
Required Element Summary |
String |
name
The name of the property whose AdminPresentationToOneLookup annotation should be overwritten |
AdminPresentationToOneLookup |
value
The AdminPresentationToOneLookup to overwrite the property with |
name
public abstract String name
- The name of the property whose AdminPresentationToOneLookup annotation should be overwritten
- Returns:
- the name of the property that should be overwritten
value
public abstract AdminPresentationToOneLookup value
- The AdminPresentationToOneLookup to overwrite the property with
- Returns:
- the AdminPresentation being mapped to the attribute
Copyright © 2012. All Rights Reserved.