Class AbstractAttribute
- java.lang.Object
-
- de.hybris.platform.audit.internal.config.AbstractAttribute
-
- All Implemented Interfaces:
AuditReportItemNameResolvable
- Direct Known Subclasses:
AbstractTypedAttribute,AtomicAttribute
public abstract class AbstractAttribute extends java.lang.Object implements AuditReportItemNameResolvable
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdisplayKeyprotected java.lang.StringdisplayName
-
Constructor Summary
Constructors Constructor Description AbstractAttribute()AbstractAttribute(java.lang.String displayKey, java.lang.String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetAttributeName()Deprecated, for removal: This API element is subject to removal in a future version.Since 1811AuditReportItemNameResolverjava.lang.StringgetDisplayKey()java.lang.StringgetDisplayName()booleanisValid()voidsetValid(boolean valid)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.audit.internal.config.AuditReportItemNameResolvable
getDefaultName
-
-
-
-
Method Detail
-
getDisplayKey
public java.lang.String getDisplayKey()
- Specified by:
getDisplayKeyin interfaceAuditReportItemNameResolvable
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayNamein interfaceAuditReportItemNameResolvable
-
isValid
public boolean isValid()
-
setValid
public void setValid(boolean valid)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getAttributeName
@Deprecated(since="1811", forRemoval=true) public java.lang.String getAttributeName()Deprecated, for removal: This API element is subject to removal in a future version.Since 1811AuditReportItemNameResolver- Returns:
- Returns name of the attribute based on definition
-
-