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:
java.io.Serializable
public class RelationMetaTypeModel extends ComposedTypeModel
Generated model class for type RelationMetaType first defined at extension core.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringLOCALIZATIONATTRIBUTEGenerated constant - Attribute key ofRelationMetaType.localizationAttributeattribute defined at extensioncore.static java.lang.StringLOCALIZEDGenerated constant - Attribute key ofRelationMetaType.localizedattribute defined at extensioncore.static java.lang.StringORDERINGATTRIBUTEGenerated constant - Attribute key ofRelationMetaType.orderingAttributeattribute defined at extensioncore.static java.lang.StringSOURCEATTRIBUTEGenerated constant - Attribute key ofRelationMetaType.sourceAttributeattribute defined at extensioncore.static java.lang.StringSOURCENAVIGABLEGenerated constant - Attribute key ofRelationMetaType.sourceNavigableattribute defined at extensioncore.static java.lang.StringSOURCETYPEGenerated constant - Attribute key ofRelationMetaType.sourceTypeattribute defined at extensioncore.static java.lang.StringSOURCETYPECARDINALITYGenerated constant - Attribute key ofRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.static java.lang.StringSOURCETYPEROLEGenerated constant - Attribute key ofRelationMetaType.sourceTypeRoleattribute defined at extensioncore.static java.lang.StringTARGETATTRIBUTEGenerated constant - Attribute key ofRelationMetaType.targetAttributeattribute defined at extensioncore.static java.lang.StringTARGETNAVIGABLEGenerated constant - Attribute key ofRelationMetaType.targetNavigableattribute defined at extensioncore.static java.lang.StringTARGETTYPEGenerated constant - Attribute key ofRelationMetaType.targetTypeattribute defined at extensioncore.static java.lang.StringTARGETTYPECARDINALITYGenerated constant - Attribute key ofRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.static java.lang.StringTARGETTYPEROLEGenerated constant - Attribute key ofRelationMetaType.targetTypeRoleattribute defined at extensioncore.-
Fields inherited from class de.hybris.platform.core.model.type.ComposedTypeModel
_COCKPITITEMTEMPLATE2COMPOSEDTYPERELATION, _CONSTRAINTCOMPOSITETYPERELATION, _FORMAT2COMTYPREL, _STREAMCONFIGURATIONEXCLUDEDSUBTYPES, _SYNCJOB2TYPEREL, ABSTRACT, ALLSUBTYPES, ALLSUPERTYPES, ATTRIBUTEDESCRIPTORS, CATALOGITEMTYPE, CATALOGVERSIONATTRIBUTE, CATALOGVERSIONATTRIBUTEQUALIFIER, COCKPITITEMTEMPLATES, CONSTRAINTS, DECLAREDATTRIBUTEDESCRIPTORS, DUMPPROPERTYTABLE, DYNAMIC, FORMATS, INHERITANCEPATHSTRING, INHERITEDATTRIBUTEDESCRIPTORS, JALOCLASS, JALOONLY, JNDINAME, LEGACYPERSISTENCE, SINGLETON, STREAMCONFIGURATIONS, SUBTYPES, SUPERTYPE, SYNCJOBS, SYSTEMTYPE, TABLE, UNIQUEKEYATTRIBUTEQUALIFIER, UNIQUEKEYATTRIBUTES
-
Fields inherited from class de.hybris.platform.core.model.type.TypeModel
CODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITION
-
Fields inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
AUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description RelationMetaTypeModel()Generated constructor - Default constructor for generic creation.RelationMetaTypeModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextRelationMetaTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, AttributeDescriptorModel _localizationAttribute, java.lang.Boolean _localized, AttributeDescriptorModel _orderingAttribute, ItemModel _owner, java.lang.Boolean _singleton, RelationDescriptorModel _sourceAttribute, java.lang.Boolean _sourceNavigable, ComposedTypeModel _sourceType, RelationEndCardinalityEnum _sourceTypeCardinality, java.lang.String _sourceTypeRole, ComposedTypeModel _superType, RelationDescriptorModel _targetAttribute, java.lang.Boolean _targetNavigable, ComposedTypeModel _targetType, RelationEndCardinalityEnum _targetTypeCardinality, java.lang.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(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, java.lang.Boolean _localized, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeDescriptorModelgetLocalizationAttribute()Generated method - Getter of theRelationMetaType.localizationAttributeattribute defined at extensioncore.java.lang.BooleangetLocalized()Generated method - Getter of theRelationMetaType.localizedattribute defined at extensioncore.AttributeDescriptorModelgetOrderingAttribute()Generated method - Getter of theRelationMetaType.orderingAttributeattribute defined at extensioncore.RelationDescriptorModelgetSourceAttribute()Generated method - Getter of theRelationMetaType.sourceAttributeattribute defined at extensioncore.java.lang.BooleangetSourceNavigable()Generated method - Getter of theRelationMetaType.sourceNavigableattribute defined at extensioncore.ComposedTypeModelgetSourceType()Generated method - Getter of theRelationMetaType.sourceTypeattribute defined at extensioncore.RelationEndCardinalityEnumgetSourceTypeCardinality()Generated method - Getter of theRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.java.lang.StringgetSourceTypeRole()Generated method - Getter of theRelationMetaType.sourceTypeRoleattribute defined at extensioncore.RelationDescriptorModelgetTargetAttribute()Generated method - Getter of theRelationMetaType.targetAttributeattribute defined at extensioncore.java.lang.BooleangetTargetNavigable()Generated method - Getter of theRelationMetaType.targetNavigableattribute defined at extensioncore.ComposedTypeModelgetTargetType()Generated method - Getter of theRelationMetaType.targetTypeattribute defined at extensioncore.RelationEndCardinalityEnumgetTargetTypeCardinality()Generated method - Getter of theRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.java.lang.StringgetTargetTypeRole()Generated method - Getter of theRelationMetaType.targetTypeRoleattribute defined at extensioncore.voidsetLocalizationAttribute(AttributeDescriptorModel value)Generated method - Initial setter ofRelationMetaType.localizationAttributeattribute defined at extensioncore.voidsetLocalized(java.lang.Boolean value)Generated method - Initial setter ofRelationMetaType.localizedattribute defined at extensioncore.voidsetOrderingAttribute(AttributeDescriptorModel value)Generated method - Initial setter ofRelationMetaType.orderingAttributeattribute defined at extensioncore.voidsetSourceAttribute(RelationDescriptorModel value)Generated method - Initial setter ofRelationMetaType.sourceAttributeattribute defined at extensioncore.voidsetSourceNavigable(java.lang.Boolean value)Generated method - Initial setter ofRelationMetaType.sourceNavigableattribute defined at extensioncore.voidsetSourceType(ComposedTypeModel value)Generated method - Initial setter ofRelationMetaType.sourceTypeattribute defined at extensioncore.voidsetSourceTypeCardinality(RelationEndCardinalityEnum value)Generated method - Initial setter ofRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.voidsetSourceTypeRole(java.lang.String value)Generated method - Initial setter ofRelationMetaType.sourceTypeRoleattribute defined at extensioncore.voidsetTargetAttribute(RelationDescriptorModel value)Generated method - Initial setter ofRelationMetaType.targetAttributeattribute defined at extensioncore.voidsetTargetNavigable(java.lang.Boolean value)Generated method - Initial setter ofRelationMetaType.targetNavigableattribute defined at extensioncore.voidsetTargetType(ComposedTypeModel value)Generated method - Initial setter ofRelationMetaType.targetTypeattribute defined at extensioncore.voidsetTargetTypeCardinality(RelationEndCardinalityEnum value)Generated method - Initial setter ofRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.voidsetTargetTypeRole(java.lang.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, getCockpitItemTemplates, getConstraints, getDeclaredattributedescriptors, getDumpPropertyTable, getDynamic, getFormats, getInheritedattributedescriptors, getJaloclass, getJaloonly, getJndiName, getLegacyPersistence, getSingleton, getStreamConfigurations, getSubtypes, getSuperType, getSystemType, getTable, getUniqueKeyAttributes, setCatalogItemType, setCatalogVersionAttribute, setCockpitItemTemplates, setConstraints, setDeclaredattributedescriptors, setFormats, setJaloclass, setJaloonly, setLegacyPersistence, setSingleton, setStreamConfigurations, setSuperType, setSystemType, setUniqueKeyAttributes
-
Methods inherited from class de.hybris.platform.core.model.type.TypeModel
getCode, getDefaultValue, getDescription, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setDescription
-
Methods inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
getAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setName
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
LOCALIZED
public static final java.lang.String LOCALIZED
Generated constant - Attribute key ofRelationMetaType.localizedattribute defined at extensioncore.- See Also:
- Constant Field Values
-
SOURCEATTRIBUTE
public static final java.lang.String SOURCEATTRIBUTE
Generated constant - Attribute key ofRelationMetaType.sourceAttributeattribute defined at extensioncore.- See Also:
- Constant Field Values
-
TARGETATTRIBUTE
public static final java.lang.String TARGETATTRIBUTE
Generated constant - Attribute key ofRelationMetaType.targetAttributeattribute defined at extensioncore.- See Also:
- Constant Field Values
-
SOURCETYPE
public static final java.lang.String SOURCETYPE
Generated constant - Attribute key ofRelationMetaType.sourceTypeattribute defined at extensioncore.- See Also:
- Constant Field Values
-
TARGETTYPE
public static final java.lang.String TARGETTYPE
Generated constant - Attribute key ofRelationMetaType.targetTypeattribute defined at extensioncore.- See Also:
- Constant Field Values
-
SOURCETYPEROLE
public static final java.lang.String SOURCETYPEROLE
Generated constant - Attribute key ofRelationMetaType.sourceTypeRoleattribute defined at extensioncore.- See Also:
- Constant Field Values
-
TARGETTYPEROLE
public static final java.lang.String TARGETTYPEROLE
Generated constant - Attribute key ofRelationMetaType.targetTypeRoleattribute defined at extensioncore.- See Also:
- Constant Field Values
-
SOURCENAVIGABLE
public static final java.lang.String SOURCENAVIGABLE
Generated constant - Attribute key ofRelationMetaType.sourceNavigableattribute defined at extensioncore.- See Also:
- Constant Field Values
-
TARGETNAVIGABLE
public static final java.lang.String TARGETNAVIGABLE
Generated constant - Attribute key ofRelationMetaType.targetNavigableattribute defined at extensioncore.- See Also:
- Constant Field Values
-
SOURCETYPECARDINALITY
public static final java.lang.String SOURCETYPECARDINALITY
Generated constant - Attribute key ofRelationMetaType.sourceTypeCardinalityattribute defined at extensioncore.- See Also:
- Constant Field Values
-
TARGETTYPECARDINALITY
public static final java.lang.String TARGETTYPECARDINALITY
Generated constant - Attribute key ofRelationMetaType.targetTypeCardinalityattribute defined at extensioncore.- See Also:
- Constant Field Values
-
ORDERINGATTRIBUTE
public static final java.lang.String ORDERINGATTRIBUTE
Generated constant - Attribute key ofRelationMetaType.orderingAttributeattribute defined at extensioncore.- See Also:
- Constant Field Values
-
LOCALIZATIONATTRIBUTE
public static final java.lang.String LOCALIZATIONATTRIBUTE
Generated constant - Attribute key ofRelationMetaType.localizationAttributeattribute defined at extensioncore.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RelationMetaTypeModel
public RelationMetaTypeModel()
Generated constructor - Default constructor for generic creation.
-
RelationMetaTypeModel
public RelationMetaTypeModel(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(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, java.lang.Boolean _localized, java.lang.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(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, AttributeDescriptorModel _localizationAttribute, java.lang.Boolean _localized, AttributeDescriptorModel _orderingAttribute, ItemModel _owner, java.lang.Boolean _singleton, RelationDescriptorModel _sourceAttribute, java.lang.Boolean _sourceNavigable, ComposedTypeModel _sourceType, RelationEndCardinalityEnum _sourceTypeCardinality, java.lang.String _sourceTypeRole, ComposedTypeModel _superType, RelationDescriptorModel _targetAttribute, java.lang.Boolean _targetNavigable, ComposedTypeModel _targetType, RelationEndCardinalityEnum _targetTypeCardinality, java.lang.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 Detail
-
getLocalizationAttribute
@Accessor(qualifier="localizationAttribute", type=GETTER) public AttributeDescriptorModel getLocalizationAttribute()
Generated method - Getter of theRelationMetaType.localizationAttributeattribute defined at extensioncore.- Returns:
- the localizationAttribute
-
getLocalized
@Accessor(qualifier="localized", type=GETTER) public java.lang.Boolean 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
-
getSourceNavigable
@Accessor(qualifier="sourceNavigable", type=GETTER) public java.lang.Boolean getSourceNavigable()
Generated method - Getter of theRelationMetaType.sourceNavigableattribute defined at extensioncore.- Returns:
- the sourceNavigable
-
getSourceType
@Accessor(qualifier="sourceType", type=GETTER) public ComposedTypeModel 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
@Accessor(qualifier="sourceTypeRole", type=GETTER) public java.lang.String 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
-
getTargetNavigable
@Accessor(qualifier="targetNavigable", type=GETTER) public java.lang.Boolean getTargetNavigable()
Generated method - Getter of theRelationMetaType.targetNavigableattribute defined at extensioncore.- Returns:
- the targetNavigable
-
getTargetType
@Accessor(qualifier="targetType", type=GETTER) public ComposedTypeModel 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
@Accessor(qualifier="targetTypeRole", type=GETTER) public java.lang.String 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
@Accessor(qualifier="localized", type=SETTER) public void setLocalized(java.lang.Boolean value)
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
-
setSourceNavigable
@Accessor(qualifier="sourceNavigable", type=SETTER) public void setSourceNavigable(java.lang.Boolean value)
Generated method - Initial setter ofRelationMetaType.sourceNavigableattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the sourceNavigable
-
setSourceType
@Accessor(qualifier="sourceType", type=SETTER) public void setSourceType(ComposedTypeModel value)
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
@Accessor(qualifier="sourceTypeRole", type=SETTER) public void setSourceTypeRole(java.lang.String value)
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
-
setTargetNavigable
@Accessor(qualifier="targetNavigable", type=SETTER) public void setTargetNavigable(java.lang.Boolean value)
Generated method - Initial setter ofRelationMetaType.targetNavigableattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the targetNavigable
-
setTargetType
@Accessor(qualifier="targetType", type=SETTER) public void setTargetType(ComposedTypeModel value)
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
@Accessor(qualifier="targetTypeRole", type=SETTER) public void setTargetTypeRole(java.lang.String value)
Generated method - Initial setter ofRelationMetaType.targetTypeRoleattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the targetTypeRole
-
-