Class X_B_Seller

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_B_Seller
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_B_Seller, I_Persistent, Evaluatee

public class X_B_Seller extends PO implements I_B_Seller, I_Persistent
Generated Model for B_Seller
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_B_Seller

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

      public X_B_Seller(Properties ctx, int B_Seller_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_B_Seller

      public X_B_Seller(Properties ctx, String B_Seller_UU, String trxName)
      Standard Constructor
    • X_B_Seller

      public X_B_Seller(Properties ctx, String B_Seller_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_B_Seller

      public X_B_Seller(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • 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:
      Meta data of PO
    • toString

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

      public I_AD_User getAD_User() throws RuntimeException
      Specified by:
      getAD_User in interface I_B_Seller
      Throws:
      RuntimeException
    • 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
    • getB_Seller_UU

      public String getB_Seller_UU()
      Get B_Seller_UU.
      Specified by:
      getB_Seller_UU in interface I_B_Seller
      Returns:
      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
    • getValueNamePair

      public ValueNamePair getValueNamePair()
      Get Record UU/ColumnName
      Returns:
      UU/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)