Adempiere 3.5.2a

org.compiere.model
Interface I_B_Seller

All Known Implementing Classes:
X_B_Seller

public interface I_B_Seller

Generated Interface for B_Seller

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsInternal
          Column name IsInternal
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ValidTo
          Column name ValidTo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=681
static String Table_Name
          TableName=B_Seller
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 Timestamp getValidTo()
          Get Valid to.
 boolean isInternal()
          Get Internal.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setDescription(String Description)
          Set Description.
 void setIsInternal(boolean IsInternal)
          Set Internal.
 void setName(String Name)
          Set Name.
 void setValidTo(Timestamp ValidTo)
          Set Valid to.
 

Field Detail

Table_Name

static final String Table_Name
TableName=B_Seller

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=681


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsInternal

static final String COLUMNNAME_IsInternal
Column name IsInternal

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ValidTo

static final String COLUMNNAME_ValidTo
Column name ValidTo

See Also:
Constant Field Values
Method Detail

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsInternal

void setIsInternal(boolean IsInternal)
Set Internal. Internal Organization


isInternal

boolean isInternal()
Get Internal. Internal Organization


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setValidTo

void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)


getValidTo

Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.