public class MultiCustomAttribute extends Attribute<java.util.List<CustomAttributeValue>>
Constructor and Description |
---|
MultiCustomAttribute(int objectId,
int variationId,
LocalizedKey key,
java.util.List<CustomAttributeValue> value) |
Modifier and Type | Method and Description |
---|---|
LocalizedKey |
getKey() |
getObjectId, getValue, getVariationId, toString
public MultiCustomAttribute(int objectId, int variationId, LocalizedKey key, java.util.List<CustomAttributeValue> value)
public LocalizedKey getKey()
getKey
in class Attribute<java.util.List<CustomAttributeValue>>