Adempiere 3.5.2a

org.compiere.model
Interface I_AD_ClientShare

All Known Implementing Classes:
MClientShare, X_AD_ClientShare

public interface I_AD_ClientShare

Generated Interface for AD_ClientShare

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AD_ClientShare_ID
          Column name AD_ClientShare_ID
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ShareType
          Column name ShareType
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=827
static String Table_Name
          TableName=AD_ClientShare
 
Method Summary
 int getAD_ClientShare_ID()
          Get Client Share.
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 String getShareType()
          Get Share Type.
 void setAD_ClientShare_ID(int AD_ClientShare_ID)
          Set Client Share.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 void setShareType(String ShareType)
          Set Share Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_ClientShare

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=827


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AD_ClientShare_ID

static final String COLUMNNAME_AD_ClientShare_ID
Column name AD_ClientShare_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ShareType

static final String COLUMNNAME_ShareType
Column name ShareType

See Also:
Constant Field Values
Method Detail

setAD_ClientShare_ID

void setAD_ClientShare_ID(int AD_ClientShare_ID)
Set Client Share. Force (not) sharing of client/org entities


getAD_ClientShare_ID

int getAD_ClientShare_ID()
Get Client Share. Force (not) sharing of client/org entities


setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       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


setName

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


getName

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


setShareType

void setShareType(String ShareType)
Set Share Type. Type of sharing


getShareType

String getShareType()
Get Share Type. Type of sharing


Adempiere 3.5.2a

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