Class RelationMetaTypeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.type.TypeManagerManagedModel
de.hybris.platform.core.model.type.TypeModel
de.hybris.platform.core.model.type.ComposedTypeModel
de.hybris.platform.core.model.type.RelationMetaTypeModel
- All Implemented Interfaces:
Serializable
Generated model class for type RelationMetaType first defined at extension core.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofRelationMetaType.localizationAttributeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.localizedattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.orderingAttributeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.sourceAttributeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.sourceNavigableattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.sourceTypeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.sourceTypeRoleattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.targetAttributeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.targetNavigableattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.targetTypeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofRelationMetaType.targetTypeRoleattribute defined at extensioncore.Fields inherited from class de.hybris.platform.core.model.type.ComposedTypeModel
_CONSTRAINTCOMPOSITETYPERELATION, _FORMAT2COMTYPREL, _SYNCJOB2TYPEREL, ABSTRACT, ALLSUBTYPES, ALLSUPERTYPES, ATTRIBUTEDESCRIPTORS, CATALOGITEMTYPE, CATALOGVERSIONATTRIBUTE, CATALOGVERSIONATTRIBUTEQUALIFIER, CONSTRAINTS, DECLAREDATTRIBUTEDESCRIPTORS, DUMPPROPERTYTABLE, DYNAMIC, FORMATS, INHERITANCEPATHSTRING, INHERITEDATTRIBUTEDESCRIPTORS, JALOCLASS, JALOONLY, JNDINAME, LEGACYPERSISTENCE, SINGLETON, SUBTYPES, SUPERTYPE, SYNCJOBS, SYSTEMTYPE, TABLE, UNIQUEKEYATTRIBUTEQUALIFIER, UNIQUEKEYATTRIBUTESFields inherited from class de.hybris.platform.core.model.type.TypeModel
CODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITIONFields inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
AUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAMEFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.RelationMetaTypeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextRelationMetaTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, AttributeDescriptorModel _localizationAttribute, Boolean _localized, AttributeDescriptorModel _orderingAttribute, ItemModel _owner, Boolean _singleton, RelationDescriptorModel _sourceAttribute, Boolean _sourceNavigable, ComposedTypeModel _sourceType, RelationEndCardinalityEnum _sourceTypeCardinality, String _sourceTypeRole, ComposedTypeModel _superType, RelationDescriptorModel _targetAttribute, Boolean _targetNavigable, ComposedTypeModel _targetType, RelationEndCardinalityEnum _targetTypeCardinality, String _targetTypeRole) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRelationMetaTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, Boolean _localized, Boolean _singleton, ComposedTypeModel _superType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theRelationMetaType.localizationAttributeattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.localizedattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.orderingAttributeattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.sourceAttributeattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.sourceNavigableattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.sourceTypeattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.sourceTypeRoleattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.targetAttributeattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.targetNavigableattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.targetTypeattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.Generated method - Getter of theRelationMetaType.targetTypeRoleattribute defined at extensioncore.voidGenerated method - Initial setter ofRelationMetaType.localizationAttributeattribute defined at extensioncore.voidsetLocalized(Boolean value) Generated method - Initial setter ofRelationMetaType.localizedattribute defined at extensioncore.voidGenerated method - Initial setter ofRelationMetaType.orderingAttributeattribute defined at extensioncore.voidGenerated method - Initial setter ofRelationMetaType.sourceAttributeattribute defined at extensioncore.voidsetSourceNavigable(Boolean value) Generated method - Initial setter ofRelationMetaType.sourceNavigableattribute defined at extensioncore.voidsetSourceType(ComposedTypeModel value) Generated method - Initial setter ofRelationMetaType.sourceTypeattribute defined at extensioncore.voidGenerated method - Initial setter ofRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.voidsetSourceTypeRole(String value) Generated method - Initial setter ofRelationMetaType.sourceTypeRoleattribute defined at extensioncore.voidGenerated method - Initial setter ofRelationMetaType.targetAttributeattribute defined at extensioncore.voidsetTargetNavigable(Boolean value) Generated method - Initial setter ofRelationMetaType.targetNavigableattribute defined at extensioncore.voidsetTargetType(ComposedTypeModel value) Generated method - Initial setter ofRelationMetaType.targetTypeattribute defined at extensioncore.voidGenerated method - Initial setter ofRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.voidsetTargetTypeRole(String value) Generated method - Initial setter ofRelationMetaType.targetTypeRoleattribute defined at extensioncore.Methods inherited from class de.hybris.platform.core.model.type.ComposedTypeModel
getAbstract, getAllSubTypes, getAllSuperTypes, getCatalogItemType, getCatalogVersionAttribute, getConstraints, getDeclaredattributedescriptors, getDumpPropertyTable, getDynamic, getFormats, getInheritedattributedescriptors, getJaloclass, getJaloonly, getJndiName, getLegacyPersistence, getSingleton, getSubtypes, getSuperType, getSystemType, getTable, getUniqueKeyAttributes, setCatalogItemType, setCatalogVersionAttribute, setConstraints, setDeclaredattributedescriptors, setFormats, setJaloclass, setJaloonly, setLegacyPersistence, setSingleton, setSuperType, setSystemType, setUniqueKeyAttributesMethods inherited from class de.hybris.platform.core.model.type.TypeModel
getCode, getDefaultValue, getDescription, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setDescriptionMethods inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
getAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNameMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
LOCALIZED
Generated constant - Attribute key ofRelationMetaType.localizedattribute defined at extensioncore.- See Also:
-
SOURCEATTRIBUTE
Generated constant - Attribute key ofRelationMetaType.sourceAttributeattribute defined at extensioncore.- See Also:
-
TARGETATTRIBUTE
Generated constant - Attribute key ofRelationMetaType.targetAttributeattribute defined at extensioncore.- See Also:
-
SOURCETYPE
Generated constant - Attribute key ofRelationMetaType.sourceTypeattribute defined at extensioncore.- See Also:
-
TARGETTYPE
Generated constant - Attribute key ofRelationMetaType.targetTypeattribute defined at extensioncore.- See Also:
-
SOURCETYPEROLE
Generated constant - Attribute key ofRelationMetaType.sourceTypeRoleattribute defined at extensioncore.- See Also:
-
TARGETTYPEROLE
Generated constant - Attribute key ofRelationMetaType.targetTypeRoleattribute defined at extensioncore.- See Also:
-
SOURCENAVIGABLE
Generated constant - Attribute key ofRelationMetaType.sourceNavigableattribute defined at extensioncore.- See Also:
-
TARGETNAVIGABLE
Generated constant - Attribute key ofRelationMetaType.targetNavigableattribute defined at extensioncore.- See Also:
-
SOURCETYPECARDINALITY
Generated constant - Attribute key ofRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.- See Also:
-
TARGETTYPECARDINALITY
Generated constant - Attribute key ofRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.- See Also:
-
ORDERINGATTRIBUTE
Generated constant - Attribute key ofRelationMetaType.orderingAttributeattribute defined at extensioncore.- See Also:
-
LOCALIZATIONATTRIBUTE
Generated constant - Attribute key ofRelationMetaType.localizationAttributeattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
RelationMetaTypeModel
public RelationMetaTypeModel()Generated constructor - Default constructor for generic creation. -
RelationMetaTypeModel
public RelationMetaTypeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
RelationMetaTypeModel
@Deprecated(since="4.1.1", forRemoval=true) public RelationMetaTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, Boolean _localized, Boolean _singleton, ComposedTypeModel _superType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_catalogItemType- initial attribute declared by typeComposedTypeat extensioncatalog_code- initial attribute declared by typeTypeat extensioncore_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_localized- initial attribute declared by typeRelationMetaTypeat extensioncore_singleton- initial attribute declared by typeComposedTypeat extensioncore_superType- initial attribute declared by typeRelationMetaTypeat extensioncore
-
RelationMetaTypeModel
@Deprecated(since="4.1.1", forRemoval=true) public RelationMetaTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, AttributeDescriptorModel _localizationAttribute, Boolean _localized, AttributeDescriptorModel _orderingAttribute, ItemModel _owner, Boolean _singleton, RelationDescriptorModel _sourceAttribute, Boolean _sourceNavigable, ComposedTypeModel _sourceType, RelationEndCardinalityEnum _sourceTypeCardinality, String _sourceTypeRole, ComposedTypeModel _superType, RelationDescriptorModel _targetAttribute, Boolean _targetNavigable, ComposedTypeModel _targetType, RelationEndCardinalityEnum _targetTypeCardinality, String _targetTypeRole) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogItemType- initial attribute declared by typeComposedTypeat extensioncatalog_code- initial attribute declared by typeTypeat extensioncore_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_localizationAttribute- initial attribute declared by typeRelationMetaTypeat extensioncore_localized- initial attribute declared by typeRelationMetaTypeat extensioncore_orderingAttribute- initial attribute declared by typeRelationMetaTypeat extensioncore_owner- initial attribute declared by typeItemat extensioncore_singleton- initial attribute declared by typeComposedTypeat extensioncore_sourceAttribute- initial attribute declared by typeRelationMetaTypeat extensioncore_sourceNavigable- initial attribute declared by typeRelationMetaTypeat extensioncore_sourceType- initial attribute declared by typeRelationMetaTypeat extensioncore_sourceTypeCardinality- initial attribute declared by typeRelationMetaTypeat extensioncore_sourceTypeRole- initial attribute declared by typeRelationMetaTypeat extensioncore_superType- initial attribute declared by typeRelationMetaTypeat extensioncore_targetAttribute- initial attribute declared by typeRelationMetaTypeat extensioncore_targetNavigable- initial attribute declared by typeRelationMetaTypeat extensioncore_targetType- initial attribute declared by typeRelationMetaTypeat extensioncore_targetTypeCardinality- initial attribute declared by typeRelationMetaTypeat extensioncore_targetTypeRole- initial attribute declared by typeRelationMetaTypeat extensioncore
-
-
Method Details
-
getLocalizationAttribute
@Accessor(qualifier="localizationAttribute", type=GETTER) public AttributeDescriptorModel getLocalizationAttribute()Generated method - Getter of theRelationMetaType.localizationAttributeattribute defined at extensioncore.- Returns:
- the localizationAttribute
-
getLocalized
Generated method - Getter of theRelationMetaType.localizedattribute defined at extensioncore.- Returns:
- the localized
-
getOrderingAttribute
@Accessor(qualifier="orderingAttribute", type=GETTER) public AttributeDescriptorModel getOrderingAttribute()Generated method - Getter of theRelationMetaType.orderingAttributeattribute defined at extensioncore.- Returns:
- the orderingAttribute
-
getSourceAttribute
@Accessor(qualifier="sourceAttribute", type=GETTER) public RelationDescriptorModel getSourceAttribute()Generated method - Getter of theRelationMetaType.sourceAttributeattribute defined at extensioncore.- Returns:
- the sourceAttribute
-
getSourceType
Generated method - Getter of theRelationMetaType.sourceTypeattribute defined at extensioncore.- Returns:
- the sourceType
-
getSourceTypeCardinality
@Accessor(qualifier="sourceTypeCardinality", type=GETTER) public RelationEndCardinalityEnum getSourceTypeCardinality()Generated method - Getter of theRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.- Returns:
- the sourceTypeCardinality
-
getSourceTypeRole
Generated method - Getter of theRelationMetaType.sourceTypeRoleattribute defined at extensioncore.- Returns:
- the sourceTypeRole
-
getTargetAttribute
@Accessor(qualifier="targetAttribute", type=GETTER) public RelationDescriptorModel getTargetAttribute()Generated method - Getter of theRelationMetaType.targetAttributeattribute defined at extensioncore.- Returns:
- the targetAttribute
-
getTargetType
Generated method - Getter of theRelationMetaType.targetTypeattribute defined at extensioncore.- Returns:
- the targetType
-
getTargetTypeCardinality
@Accessor(qualifier="targetTypeCardinality", type=GETTER) public RelationEndCardinalityEnum getTargetTypeCardinality()Generated method - Getter of theRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.- Returns:
- the targetTypeCardinality
-
getTargetTypeRole
Generated method - Getter of theRelationMetaType.targetTypeRoleattribute defined at extensioncore.- Returns:
- the targetTypeRole
-
setLocalizationAttribute
@Accessor(qualifier="localizationAttribute", type=SETTER) public void setLocalizationAttribute(AttributeDescriptorModel value) Generated method - Initial setter ofRelationMetaType.localizationAttributeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the localizationAttribute
-
setLocalized
Generated method - Initial setter ofRelationMetaType.localizedattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the localized
-
setOrderingAttribute
@Accessor(qualifier="orderingAttribute", type=SETTER) public void setOrderingAttribute(AttributeDescriptorModel value) Generated method - Initial setter ofRelationMetaType.orderingAttributeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the orderingAttribute
-
setSourceAttribute
@Accessor(qualifier="sourceAttribute", type=SETTER) public void setSourceAttribute(RelationDescriptorModel value) Generated method - Initial setter ofRelationMetaType.sourceAttributeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the sourceAttribute
-
setSourceType
Generated method - Initial setter ofRelationMetaType.sourceTypeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the sourceType
-
setSourceTypeCardinality
@Accessor(qualifier="sourceTypeCardinality", type=SETTER) public void setSourceTypeCardinality(RelationEndCardinalityEnum value) Generated method - Initial setter ofRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the sourceTypeCardinality
-
setSourceTypeRole
Generated method - Initial setter ofRelationMetaType.sourceTypeRoleattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the sourceTypeRole
-
setTargetAttribute
@Accessor(qualifier="targetAttribute", type=SETTER) public void setTargetAttribute(RelationDescriptorModel value) Generated method - Initial setter ofRelationMetaType.targetAttributeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the targetAttribute
-
setTargetType
Generated method - Initial setter ofRelationMetaType.targetTypeattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the targetType
-
setTargetTypeCardinality
@Accessor(qualifier="targetTypeCardinality", type=SETTER) public void setTargetTypeCardinality(RelationEndCardinalityEnum value) Generated method - Initial setter ofRelationMetaType.targetTypeCardinalityattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the targetTypeCardinality
-
setTargetTypeRole
Generated method - Initial setter ofRelationMetaType.targetTypeRoleattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the targetTypeRole
-