Class ReferenceAttributes
- java.lang.Object
-
- de.hybris.platform.audit.internal.config.ReferenceAttributes
-
public class ReferenceAttributes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ReferenceAttribute>attributes
-
Constructor Summary
Constructors Constructor Description ReferenceAttributes()ReferenceAttributes(java.util.List<ReferenceAttribute> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ReferenceAttribute>getAttributes()
-
-
-
Field Detail
-
attributes
protected java.util.List<ReferenceAttribute> attributes
-
-
Constructor Detail
-
ReferenceAttributes
public ReferenceAttributes()
-
ReferenceAttributes
public ReferenceAttributes(java.util.List<ReferenceAttribute> attributes)
-
-
Method Detail
-
getAttributes
public java.util.List<ReferenceAttribute> getAttributes()
-
-