Class X_B_Buyer

    • Constructor Detail

      • X_B_Buyer

        public X_B_Buyer​(Properties ctx,
                         int B_Buyer_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_Buyer
        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_Buyer
        Returns:
        User within the system - Internal or Business Partner Contact
      • setB_Buyer_UU

        public void setB_Buyer_UU​(String B_Buyer_UU)
        Set B_Buyer_UU.
        Specified by:
        setB_Buyer_UU in interface I_B_Buyer
        Parameters:
        B_Buyer_UU - B_Buyer_UU
      • setDescription

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

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

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

        public String getName()
        Get Name.
        Specified by:
        getName in interface I_B_Buyer
        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_Buyer
        Parameters:
        ValidTo - Valid to including this date (last day)
      • getValidTo

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