Class GeneratedExternalImportKey

    • Field Detail

      • SOURCESYSTEMID

        public static final java.lang.String SOURCESYSTEMID
        Qualifier of the ExternalImportKey.sourceSystemID attribute
        See Also:
        Constant Field Values
      • SOURCEKEY

        public static final java.lang.String SOURCEKEY
        Qualifier of the ExternalImportKey.sourceKey attribute
        See Also:
        Constant Field Values
      • TARGETPK

        public static final java.lang.String TARGETPK
        Qualifier of the ExternalImportKey.targetPK attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedExternalImportKey

        public GeneratedExternalImportKey()
    • Method Detail

      • getSourceKey

        public java.lang.String getSourceKey​(SessionContext ctx)
        Generated method - Getter of the ExternalImportKey.sourceKey attribute.
        Returns:
        the sourceKey
      • getSourceKey

        public java.lang.String getSourceKey()
        Generated method - Getter of the ExternalImportKey.sourceKey attribute.
        Returns:
        the sourceKey
      • setSourceKey

        public void setSourceKey​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the ExternalImportKey.sourceKey attribute.
        Parameters:
        value - the sourceKey
      • setSourceKey

        public void setSourceKey​(java.lang.String value)
        Generated method - Setter of the ExternalImportKey.sourceKey attribute.
        Parameters:
        value - the sourceKey
      • getSourceSystemID

        public java.lang.String getSourceSystemID​(SessionContext ctx)
        Generated method - Getter of the ExternalImportKey.sourceSystemID attribute.
        Returns:
        the sourceSystemID
      • getSourceSystemID

        public java.lang.String getSourceSystemID()
        Generated method - Getter of the ExternalImportKey.sourceSystemID attribute.
        Returns:
        the sourceSystemID
      • setSourceSystemID

        public void setSourceSystemID​(SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the ExternalImportKey.sourceSystemID attribute.
        Parameters:
        value - the sourceSystemID
      • setSourceSystemID

        public void setSourceSystemID​(java.lang.String value)
        Generated method - Setter of the ExternalImportKey.sourceSystemID attribute.
        Parameters:
        value - the sourceSystemID
      • getTargetPK

        public PK getTargetPK​(SessionContext ctx)
        Generated method - Getter of the ExternalImportKey.targetPK attribute.
        Returns:
        the targetPK
      • getTargetPK

        public PK getTargetPK()
        Generated method - Getter of the ExternalImportKey.targetPK attribute.
        Returns:
        the targetPK
      • setTargetPK

        public void setTargetPK​(SessionContext ctx,
                                PK value)
        Generated method - Setter of the ExternalImportKey.targetPK attribute.
        Parameters:
        value - the targetPK
      • setTargetPK

        public void setTargetPK​(PK value)
        Generated method - Setter of the ExternalImportKey.targetPK attribute.
        Parameters:
        value - the targetPK