Class TuaPartyRoleAssociationModel

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

public class TuaPartyRoleAssociationModel extends ItemModel
Generated model class for type TuaPartyRoleAssociation first defined at extension tuadatamodel.

PartyRoleAssociation.

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 TuaPartyRole2TuaPartyRoleAssociationInvolvedWithRelation defining source attribute partyRoleInvolvedWith in extension tuadatamodel.
    static final String
    Generated relation code constant for relation TuaPartyRole2TuaPartyRoleAssociationInvolvesRelation defining source attribute partyRoleInvolves in extension tuadatamodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.associationType attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.code attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.endDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.partyRoleInvolves attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.startDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyRoleAssociation.status 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.
    TuaPartyRoleAssociationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    TuaPartyRoleAssociationModel(String _code, ItemModel _owner, TuaPartyRoleModel _partyRoleInvolvedWith, TuaPartyRoleModel _partyRoleInvolves)
    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
    TuaPartyRoleAssociationModel(String _code, TuaPartyRoleModel _partyRoleInvolvedWith, TuaPartyRoleModel _partyRoleInvolves)
    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 TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.associationType attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.code attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.endDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.partyRoleInvolves attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.startDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyRoleAssociation.status attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.associationType attribute defined at extension tuadatamodel.
    void
    setCode(String value)
    Generated method - Setter of TuaPartyRoleAssociation.code attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.endDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.partyRoleInvolves attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.startDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyRoleAssociation.status 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:
    • _TUAPARTYROLE2TUAPARTYROLEASSOCIATIONINVOLVEDWITHRELATION

      public static final String _TUAPARTYROLE2TUAPARTYROLEASSOCIATIONINVOLVEDWITHRELATION
      Generated relation code constant for relation TuaPartyRole2TuaPartyRoleAssociationInvolvedWithRelation defining source attribute partyRoleInvolvedWith in extension tuadatamodel.
      See Also:
    • _TUAPARTYROLE2TUAPARTYROLEASSOCIATIONINVOLVESRELATION

      public static final String _TUAPARTYROLE2TUAPARTYROLEASSOCIATIONINVOLVESRELATION
      Generated relation code constant for relation TuaPartyRole2TuaPartyRoleAssociationInvolvesRelation defining source attribute partyRoleInvolves in extension tuadatamodel.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of TuaPartyRoleAssociation.code attribute defined at extension tuadatamodel.
      See Also:
    • ASSOCIATIONNAME

      public static final String ASSOCIATIONNAME
      Generated constant - Attribute key of TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of TuaPartyRoleAssociation.status attribute defined at extension tuadatamodel.
      See Also:
    • ASSOCIATIONTYPE

      public static final String ASSOCIATIONTYPE
      Generated constant - Attribute key of TuaPartyRoleAssociation.associationType attribute defined at extension tuadatamodel.
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Generated constant - Attribute key of TuaPartyRoleAssociation.startDate attribute defined at extension tuadatamodel.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Generated constant - Attribute key of TuaPartyRoleAssociation.endDate attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

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

      public static final String PARTYROLEINVOLVEDWITH
      Generated constant - Attribute key of TuaPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension tuadatamodel.
      See Also:
    • PARTYROLEINVOLVES

      public static final String PARTYROLEINVOLVES
      Generated constant - Attribute key of TuaPartyRoleAssociation.partyRoleInvolves attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaPartyRoleAssociationModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TuaPartyRoleAssociationModel(String _code, TuaPartyRoleModel _partyRoleInvolvedWith, TuaPartyRoleModel _partyRoleInvolves)
      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:
      _code - initial attribute declared by type TuaPartyRoleAssociation at extension tuadatamodel
      _partyRoleInvolvedWith - initial attribute declared by type TuaPartyRoleAssociation at extension tuadatamodel
      _partyRoleInvolves - initial attribute declared by type TuaPartyRoleAssociation at extension tuadatamodel
    • TuaPartyRoleAssociationModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaPartyRoleAssociationModel(String _code, ItemModel _owner, TuaPartyRoleModel _partyRoleInvolvedWith, TuaPartyRoleModel _partyRoleInvolves)
      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:
      _code - initial attribute declared by type TuaPartyRoleAssociation at extension tuadatamodel
      _owner - initial attribute declared by type Item at extension core
      _partyRoleInvolvedWith - initial attribute declared by type TuaPartyRoleAssociation at extension tuadatamodel
      _partyRoleInvolves - initial attribute declared by type TuaPartyRoleAssociation at extension tuadatamodel
  • Method Details

    • getAssociationName

      @Accessor(qualifier="associationName", type=GETTER) public String getAssociationName()
      Generated method - Getter of the TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
      Returns:
      the associationName
    • getAssociationName

      @Accessor(qualifier="associationName", type=GETTER) public String getAssociationName(Locale loc)
      Generated method - Getter of the TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
      Parameters:
      loc - the value localization key
      Returns:
      the associationName
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getAssociationType

      @Accessor(qualifier="associationType", type=GETTER) public String getAssociationType()
      Generated method - Getter of the TuaPartyRoleAssociation.associationType attribute defined at extension tuadatamodel.
      Returns:
      the associationType
    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the TuaPartyRoleAssociation.code attribute defined at extension tuadatamodel.
      Returns:
      the code
    • getEndDate

      @Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
      Generated method - Getter of the TuaPartyRoleAssociation.endDate attribute defined at extension tuadatamodel.
      Returns:
      the endDate
    • getExternalIdentifiers

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

      @Accessor(qualifier="partyRoleInvolvedWith", type=GETTER) public TuaPartyRoleModel getPartyRoleInvolvedWith()
      Generated method - Getter of the TuaPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension tuadatamodel.
      Returns:
      the partyRoleInvolvedWith - The party role
    • getPartyRoleInvolves

      @Accessor(qualifier="partyRoleInvolves", type=GETTER) public TuaPartyRoleModel getPartyRoleInvolves()
      Generated method - Getter of the TuaPartyRoleAssociation.partyRoleInvolves attribute defined at extension tuadatamodel.
      Returns:
      the partyRoleInvolves - The party role
    • getStartDate

      @Accessor(qualifier="startDate", type=GETTER) public Date getStartDate()
      Generated method - Getter of the TuaPartyRoleAssociation.startDate attribute defined at extension tuadatamodel.
      Returns:
      the startDate
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public String getStatus()
      Generated method - Getter of the TuaPartyRoleAssociation.status attribute defined at extension tuadatamodel.
      Returns:
      the status
    • setAssociationName

      @Accessor(qualifier="associationName", type=SETTER) public void setAssociationName(String value)
      Generated method - Setter of TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
      Parameters:
      value - the associationName
    • setAssociationName

      @Accessor(qualifier="associationName", type=SETTER) public void setAssociationName(String value, Locale loc)
      Generated method - Setter of TuaPartyRoleAssociation.associationName attribute defined at extension tuadatamodel.
      Parameters:
      value - the associationName
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setAssociationType

      @Accessor(qualifier="associationType", type=SETTER) public void setAssociationType(String value)
      Generated method - Setter of TuaPartyRoleAssociation.associationType attribute defined at extension tuadatamodel.
      Parameters:
      value - the associationType
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of TuaPartyRoleAssociation.code attribute defined at extension tuadatamodel.
      Parameters:
      value - the code
    • setEndDate

      @Accessor(qualifier="endDate", type=SETTER) public void setEndDate(Date value)
      Generated method - Setter of TuaPartyRoleAssociation.endDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the endDate
    • setExternalIdentifiers

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

      @Accessor(qualifier="partyRoleInvolvedWith", type=SETTER) public void setPartyRoleInvolvedWith(TuaPartyRoleModel value)
      Generated method - Setter of TuaPartyRoleAssociation.partyRoleInvolvedWith attribute defined at extension tuadatamodel.
      Parameters:
      value - the partyRoleInvolvedWith - The party role
    • setPartyRoleInvolves

      @Accessor(qualifier="partyRoleInvolves", type=SETTER) public void setPartyRoleInvolves(TuaPartyRoleModel value)
      Generated method - Setter of TuaPartyRoleAssociation.partyRoleInvolves attribute defined at extension tuadatamodel.
      Parameters:
      value - the partyRoleInvolves - The party role
    • setStartDate

      @Accessor(qualifier="startDate", type=SETTER) public void setStartDate(Date value)
      Generated method - Setter of TuaPartyRoleAssociation.startDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the startDate
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(String value)
      Generated method - Setter of TuaPartyRoleAssociation.status attribute defined at extension tuadatamodel.
      Parameters:
      value - the status