Class AbstractPropertyDescriptor
java.lang.Object
de.hybris.platform.cockpit.model.meta.impl.AbstractPropertyDescriptor
- All Implemented Interfaces:
PropertyDescriptor
- Direct Known Subclasses:
AbstractSearchParameterDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
PropertyDescriptor.Multiplicity, PropertyDescriptor.Occurrence -
Field Summary
Fields inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
BOOLEAN, DATE, DECIMAL, ENUM, FEATURE, FLOAT, INTEGER, LONG, PK, QUALIFIER_DELIM, QUALIFIER_DELIM_EXP, REFERENCE, TEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlocalized descriptionThe general editor type.Specifies which type of collection this editor should handle.getName()localized nameTells if this property is mandatory, recommended or optional.The (globally!) unique property qualifier.qualifier of property descriptor that holds the "selectionOf"inthashCode()booleanTells whether this property contains localized data.voidsetEditorType(String type) voidsetLocalized(boolean loc) voidsetMultiplicity(PropertyDescriptor.Multiplicity multiplicity) voidsetOccurence(PropertyDescriptor.Occurrence occurence) voidsetQualifier(String qualifier) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
getName, isReadable, isWritable
-
Constructor Details
-
AbstractPropertyDescriptor
public AbstractPropertyDescriptor()
-
-
Method Details
-
getQualifier
Description copied from interface:PropertyDescriptorThe (globally!) unique property qualifier.- Specified by:
getQualifierin interfacePropertyDescriptor
-
setQualifier
-
isLocalized
public boolean isLocalized()Description copied from interface:PropertyDescriptorTells whether this property contains localized data.- Specified by:
isLocalizedin interfacePropertyDescriptor
-
setLocalized
public void setLocalized(boolean loc) -
getMultiplicity
Description copied from interface:PropertyDescriptorSpecifies which type of collection this editor should handle. Single valued editors usePropertyDescriptor.Multiplicity.SINGLEor null.- Specified by:
getMultiplicityin interfacePropertyDescriptor
-
setMultiplicity
-
getEditorType
Description copied from interface:PropertyDescriptorThe general editor type.- Specified by:
getEditorTypein interfacePropertyDescriptor
-
setEditorType
-
setOccurence
-
getOccurence
Description copied from interface:PropertyDescriptorTells if this property is mandatory, recommended or optional.- Specified by:
getOccurencein interfacePropertyDescriptor
-
toString
-
hashCode
public int hashCode() -
equals
-
getName
Description copied from interface:PropertyDescriptorlocalized name- Specified by:
getNamein interfacePropertyDescriptor- Returns:
- localized name
-
getDescription
Description copied from interface:PropertyDescriptorlocalized description- Specified by:
getDescriptionin interfacePropertyDescriptor- Returns:
- localized description
-
getSelectionOf
Description copied from interface:PropertyDescriptorqualifier of property descriptor that holds the "selectionOf"- Specified by:
getSelectionOfin interfacePropertyDescriptor- Returns:
- qualifier of property descriptor
-