Class X_B_Seller

    • Constructor Detail

      • X_B_Seller

        public X_B_Seller​(Properties ctx,
                          int B_Seller_ID,
                          String trxName)
        Standard Constructor
    • Method Detail

      • get_AccessLevel

        protected int get_AccessLevel()
        AccessLevel
        Specified by:
        get_AccessLevel in class PO
        Returns:
        3 - Client - Org
      • initPO

        protected POInfo initPO​(Properties ctx)
        Load Meta Data
        Specified by:
        initPO in class PO
        Parameters:
        ctx - context
        Returns:
        POInfo
      • toString

        public String toString()
        Description copied from class: PO
        String representation
        Overrides:
        toString in class PO
        Returns:
        String representation
      • setAD_User_ID

        public void setAD_User_ID​(int AD_User_ID)
        Set User/Contact.
        Specified by:
        setAD_User_ID in interface I_B_Seller
        Parameters:
        AD_User_ID - User within the system - Internal or Business Partner Contact
      • getAD_User_ID

        public int getAD_User_ID()
        Get User/Contact.
        Specified by:
        getAD_User_ID in interface I_B_Seller
        Returns:
        User within the system - Internal or Business Partner Contact
      • setB_Seller_UU

        public void setB_Seller_UU​(String B_Seller_UU)
        Set B_Seller_UU.
        Specified by:
        setB_Seller_UU in interface I_B_Seller
        Parameters:
        B_Seller_UU - B_Seller_UU
      • setDescription

        public void setDescription​(String Description)
        Set Description.
        Specified by:
        setDescription in interface I_B_Seller
        Parameters:
        Description - Optional short description of the record
      • getDescription

        public String getDescription()
        Get Description.
        Specified by:
        getDescription in interface I_B_Seller
        Returns:
        Optional short description of the record
      • setIsInternal

        public void setIsInternal​(boolean IsInternal)
        Set Internal.
        Specified by:
        setIsInternal in interface I_B_Seller
        Parameters:
        IsInternal - Internal Organization
      • isInternal

        public boolean isInternal()
        Get Internal.
        Specified by:
        isInternal in interface I_B_Seller
        Returns:
        Internal Organization
      • setName

        public void setName​(String Name)
        Set Name.
        Specified by:
        setName in interface I_B_Seller
        Parameters:
        Name - Alphanumeric identifier of the entity
      • getName

        public String getName()
        Get Name.
        Specified by:
        getName in interface I_B_Seller
        Returns:
        Alphanumeric identifier of the entity
      • getKeyNamePair

        public KeyNamePair getKeyNamePair()
        Get Record ID/ColumnName
        Returns:
        ID/ColumnName pair
      • setValidTo

        public void setValidTo​(Timestamp ValidTo)
        Set Valid to.
        Specified by:
        setValidTo in interface I_B_Seller
        Parameters:
        ValidTo - Valid to including this date (last day)
      • getValidTo

        public Timestamp getValidTo()
        Get Valid to.
        Specified by:
        getValidTo in interface I_B_Seller
        Returns:
        Valid to including this date (last day)