Class TuaOrganizationRelationshipModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaOrganizationRelationshipModel
All Implemented Interfaces:
Serializable

public class TuaOrganizationRelationshipModel extends ItemModel
Generated model class for type TuaOrganizationRelationship first defined at extension tuadatamodel.
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation TuaOrganization2TuaOrganizationRelationshipRelation defining source attribute parentOrganization in extension tuadatamodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaOrganizationRelationship.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaOrganizationRelationship.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaOrganizationRelationship.organization attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaOrganizationRelationship.parentOrganization attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaOrganizationRelationship.relationshipType attribute defined at extension tuadatamodel.

    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
    Generated constructor - Default constructor for generic creation.
    TuaOrganizationRelationshipModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    TuaOrganizationRelationshipModel(String _id, TuaOrganizationModel _organization, ItemModel _owner, String _relationshipType)
    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
    TuaOrganizationRelationshipModel(String _id, TuaOrganizationModel _organization, String _relationshipType)
    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 Type
    Method
    Description
    Generated method - Getter of the TuaOrganizationRelationship.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaOrganizationRelationship.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaOrganizationRelationship.organization attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaOrganizationRelationship.parentOrganization attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaOrganizationRelationship.relationshipType attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaOrganizationRelationship.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaOrganizationRelationship.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaOrganizationRelationship.organization attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaOrganizationRelationship.parentOrganization attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaOrganizationRelationship.relationshipType attribute defined at extension tuadatamodel.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _TUAORGANIZATION2TUAORGANIZATIONRELATIONSHIPRELATION

      public static final String _TUAORGANIZATION2TUAORGANIZATIONRELATIONSHIPRELATION
      Generated relation code constant for relation TuaOrganization2TuaOrganizationRelationshipRelation defining source attribute parentOrganization in extension tuadatamodel.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of TuaOrganizationRelationship.id attribute defined at extension tuadatamodel.
      See Also:
    • RELATIONSHIPTYPE

      public static final String RELATIONSHIPTYPE
      Generated constant - Attribute key of TuaOrganizationRelationship.relationshipType attribute defined at extension tuadatamodel.
      See Also:
    • ORGANIZATION

      public static final String ORGANIZATION
      Generated constant - Attribute key of TuaOrganizationRelationship.organization attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Generated constant - Attribute key of TuaOrganizationRelationship.externalIdentifiers attribute defined at extension tuadatamodel.
      See Also:
    • PARENTORGANIZATION

      public static final String PARENTORGANIZATION
      Generated constant - Attribute key of TuaOrganizationRelationship.parentOrganization attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaOrganizationRelationshipModel

      public TuaOrganizationRelationshipModel()
      Generated constructor - Default constructor for generic creation.
    • TuaOrganizationRelationshipModel

      public TuaOrganizationRelationshipModel(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
    • TuaOrganizationRelationshipModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaOrganizationRelationshipModel(String _id, TuaOrganizationModel _organization, String _relationshipType)
      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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _id - initial attribute declared by type TuaOrganizationRelationship at extension tuadatamodel
      _organization - initial attribute declared by type TuaOrganizationRelationship at extension tuadatamodel
      _relationshipType - initial attribute declared by type TuaOrganizationRelationship at extension tuadatamodel
    • TuaOrganizationRelationshipModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaOrganizationRelationshipModel(String _id, TuaOrganizationModel _organization, ItemModel _owner, String _relationshipType)
      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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _id - initial attribute declared by type TuaOrganizationRelationship at extension tuadatamodel
      _organization - initial attribute declared by type TuaOrganizationRelationship at extension tuadatamodel
      _owner - initial attribute declared by type Item at extension core
      _relationshipType - initial attribute declared by type TuaOrganizationRelationship at extension tuadatamodel
  • Method Details

    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TuaOrganizationRelationship.externalIdentifiers attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TuaOrganizationRelationship.id attribute defined at extension tuadatamodel.
      Returns:
      the id - The unique identifier of the organization relationship
    • getOrganization

      @Accessor(qualifier="organization", type=GETTER) public TuaOrganizationModel getOrganization()
      Generated method - Getter of the TuaOrganizationRelationship.organization attribute defined at extension tuadatamodel.
      Returns:
      the organization - The organization
    • getParentOrganization

      @Accessor(qualifier="parentOrganization", type=GETTER) public TuaOrganizationModel getParentOrganization()
      Generated method - Getter of the TuaOrganizationRelationship.parentOrganization attribute defined at extension tuadatamodel.
      Returns:
      the parentOrganization - The parent organization
    • getRelationshipType

      @Accessor(qualifier="relationshipType", type=GETTER) public String getRelationshipType()
      Generated method - Getter of the TuaOrganizationRelationship.relationshipType attribute defined at extension tuadatamodel.
      Returns:
      the relationshipType - The type of the relationship between the organizations
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Generated method - Setter of TuaOrganizationRelationship.externalIdentifiers attribute defined at extension tuadatamodel.
      Parameters:
      value - the externalIdentifiers
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of TuaOrganizationRelationship.id attribute defined at extension tuadatamodel.
      Parameters:
      value - the id - The unique identifier of the organization relationship
    • setOrganization

      @Accessor(qualifier="organization", type=SETTER) public void setOrganization(TuaOrganizationModel value)
      Generated method - Setter of TuaOrganizationRelationship.organization attribute defined at extension tuadatamodel.
      Parameters:
      value - the organization - The organization
    • setParentOrganization

      @Accessor(qualifier="parentOrganization", type=SETTER) public void setParentOrganization(TuaOrganizationModel value)
      Generated method - Setter of TuaOrganizationRelationship.parentOrganization attribute defined at extension tuadatamodel.
      Parameters:
      value - the parentOrganization - The parent organization
    • setRelationshipType

      @Accessor(qualifier="relationshipType", type=SETTER) public void setRelationshipType(String value)
      Generated method - Setter of TuaOrganizationRelationship.relationshipType attribute defined at extension tuadatamodel.
      Parameters:
      value - the relationshipType - The type of the relationship between the organizations