JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.epages.metadata.product.attribute.entry
Interface AttributeKey
All Known Implementing Classes:
LocalizedKey
,
SimpleKey
public interface
AttributeKey
Generic object attribute key interface. Implementations need to make sure they implement equals and hashcode accordingly, so they can be used as map keys.
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.String
getKeyName
()
Returns a String representation of the attribute key.
Method Detail
getKeyName
@Nonnull java.lang.String getKeyName()
Returns a String representation of the attribute key.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method