Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Client

All Known Implementing Classes:
MClient, X_AD_Client

public interface I_AD_Client

Generated Interface for AD_Client

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Language
          Column name AD_Language
static String COLUMNNAME_AD_ReplicationStrategy_ID
          Column name AD_ReplicationStrategy_ID
static String COLUMNNAME_AutoArchive
          Column name AutoArchive
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocumentDir
          Column name DocumentDir
static String COLUMNNAME_EMailTest
          Column name EMailTest
static String COLUMNNAME_IsCostImmediate
          Column name IsCostImmediate
static String COLUMNNAME_IsMultiLingualDocument
          Column name IsMultiLingualDocument
static String COLUMNNAME_IsPostImmediate
          Column name IsPostImmediate
static String COLUMNNAME_IsServerEMail
          Column name IsServerEMail
static String COLUMNNAME_IsSmtpAuthorization
          Column name IsSmtpAuthorization
static String COLUMNNAME_IsUseASP
          Column name IsUseASP
static String COLUMNNAME_IsUseBetaFunctions
          Column name IsUseBetaFunctions
static String COLUMNNAME_MMPolicy
          Column name MMPolicy
static String COLUMNNAME_ModelValidationClasses
          Column name ModelValidationClasses
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_RequestEMail
          Column name RequestEMail
static String COLUMNNAME_RequestFolder
          Column name RequestFolder
static String COLUMNNAME_RequestUser
          Column name RequestUser
static String COLUMNNAME_RequestUserPW
          Column name RequestUserPW
static String COLUMNNAME_SMTPHost
          Column name SMTPHost
static String COLUMNNAME_StoreArchiveOnFileSystem
          Column name StoreArchiveOnFileSystem
static String COLUMNNAME_StoreAttachmentsOnFileSystem
          Column name StoreAttachmentsOnFileSystem
static String COLUMNNAME_UnixArchivePath
          Column name UnixArchivePath
static String COLUMNNAME_UnixAttachmentPath
          Column name UnixAttachmentPath
static String COLUMNNAME_Value
          Column name Value
static String COLUMNNAME_WindowsArchivePath
          Column name WindowsArchivePath
static String COLUMNNAME_WindowsAttachmentPath
          Column name WindowsAttachmentPath
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=112
static String Table_Name
          TableName=AD_Client
 
Method Summary
 String getAD_Language()
          Get Language.
 int getAD_ReplicationStrategy_ID()
          Get Replication Strategy.
 I_AD_ReplicationStrategy getAD_ReplicationStrategy()
           
 String getAutoArchive()
          Get Auto Archive.
 String getDescription()
          Get Description.
 String getDocumentDir()
          Get Document Directory.
 String getEMailTest()
          Get EMail Test.
 String getMMPolicy()
          Get Material Policy.
 String getModelValidationClasses()
          Get Model Validation Classes.
 String getName()
          Get Name.
 String getRequestEMail()
          Get Request EMail.
 String getRequestFolder()
          Get Request Folder.
 String getRequestUser()
          Get Request User.
 String getRequestUserPW()
          Get Request User Password.
 String getSMTPHost()
          Get Mail Host.
 String getUnixArchivePath()
          Get Unix Archive Path
 String getUnixAttachmentPath()
          Get Unix Attachment Path
 String getValue()
          Get Search Key.
 String getWindowsArchivePath()
          Get Windows Archive Path
 String getWindowsAttachmentPath()
          Get Windows Attachment Path
 boolean isCostImmediate()
          Get Cost Immediately.
 boolean isMultiLingualDocument()
          Get Multi Lingual Documents.
 boolean isPostImmediate()
          Get Post Immediately.
 boolean isServerEMail()
          Get Server EMail.
 boolean isSmtpAuthorization()
          Get SMTP Authentication.
 boolean isStoreArchiveOnFileSystem()
          Get Store Archive On File System
 boolean isStoreAttachmentsOnFileSystem()
          Get Store Attachments On File System
 boolean isUseASP()
          Get IsUseASP
 boolean isUseBetaFunctions()
          Get Use Beta Functions.
 void setAD_Language(String AD_Language)
          Set Language.
 void setAD_ReplicationStrategy_ID(int AD_ReplicationStrategy_ID)
          Set Replication Strategy.
 void setAutoArchive(String AutoArchive)
          Set Auto Archive.
 void setDescription(String Description)
          Set Description.
 void setDocumentDir(String DocumentDir)
          Set Document Directory.
 void setEMailTest(String EMailTest)
          Set EMail Test.
 void setIsCostImmediate(boolean IsCostImmediate)
          Set Cost Immediately.
 void setIsMultiLingualDocument(boolean IsMultiLingualDocument)
          Set Multi Lingual Documents.
 void setIsPostImmediate(boolean IsPostImmediate)
          Set Post Immediately.
 void setIsServerEMail(boolean IsServerEMail)
          Set Server EMail.
 void setIsSmtpAuthorization(boolean IsSmtpAuthorization)
          Set SMTP Authentication.
 void setIsUseASP(boolean IsUseASP)
          Set IsUseASP
 void setIsUseBetaFunctions(boolean IsUseBetaFunctions)
          Set Use Beta Functions.
 void setMMPolicy(String MMPolicy)
          Set Material Policy.
 void setModelValidationClasses(String ModelValidationClasses)
          Set Model Validation Classes.
 void setName(String Name)
          Set Name.
 void setRequestEMail(String RequestEMail)
          Set Request EMail.
 void setRequestFolder(String RequestFolder)
          Set Request Folder.
 void setRequestUser(String RequestUser)
          Set Request User.
 void setRequestUserPW(String RequestUserPW)
          Set Request User Password.
 void setSMTPHost(String SMTPHost)
          Set Mail Host.
 void setStoreArchiveOnFileSystem(boolean StoreArchiveOnFileSystem)
          Set Store Archive On File System
 void setStoreAttachmentsOnFileSystem(boolean StoreAttachmentsOnFileSystem)
          Set Store Attachments On File System
 void setUnixArchivePath(String UnixArchivePath)
          Set Unix Archive Path
 void setUnixAttachmentPath(String UnixAttachmentPath)
          Set Unix Attachment Path
 void setValue(String Value)
          Set Search Key.
 void setWindowsArchivePath(String WindowsArchivePath)
          Set Windows Archive Path
 void setWindowsAttachmentPath(String WindowsAttachmentPath)
          Set Windows Attachment Path
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Client

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=112


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Language

static final String COLUMNNAME_AD_Language
Column name AD_Language

See Also:
Constant Field Values

COLUMNNAME_AD_ReplicationStrategy_ID

static final String COLUMNNAME_AD_ReplicationStrategy_ID
Column name AD_ReplicationStrategy_ID

See Also:
Constant Field Values

COLUMNNAME_AutoArchive

static final String COLUMNNAME_AutoArchive
Column name AutoArchive

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocumentDir

static final String COLUMNNAME_DocumentDir
Column name DocumentDir

See Also:
Constant Field Values

COLUMNNAME_EMailTest

static final String COLUMNNAME_EMailTest
Column name EMailTest

See Also:
Constant Field Values

COLUMNNAME_IsCostImmediate

static final String COLUMNNAME_IsCostImmediate
Column name IsCostImmediate

See Also:
Constant Field Values

COLUMNNAME_IsMultiLingualDocument

static final String COLUMNNAME_IsMultiLingualDocument
Column name IsMultiLingualDocument

See Also:
Constant Field Values

COLUMNNAME_IsPostImmediate

static final String COLUMNNAME_IsPostImmediate
Column name IsPostImmediate

See Also:
Constant Field Values

COLUMNNAME_IsServerEMail

static final String COLUMNNAME_IsServerEMail
Column name IsServerEMail

See Also:
Constant Field Values

COLUMNNAME_IsSmtpAuthorization

static final String COLUMNNAME_IsSmtpAuthorization
Column name IsSmtpAuthorization

See Also:
Constant Field Values

COLUMNNAME_IsUseASP

static final String COLUMNNAME_IsUseASP
Column name IsUseASP

See Also:
Constant Field Values

COLUMNNAME_IsUseBetaFunctions

static final String COLUMNNAME_IsUseBetaFunctions
Column name IsUseBetaFunctions

See Also:
Constant Field Values

COLUMNNAME_MMPolicy

static final String COLUMNNAME_MMPolicy
Column name MMPolicy

See Also:
Constant Field Values

COLUMNNAME_ModelValidationClasses

static final String COLUMNNAME_ModelValidationClasses
Column name ModelValidationClasses

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_RequestEMail

static final String COLUMNNAME_RequestEMail
Column name RequestEMail

See Also:
Constant Field Values

COLUMNNAME_RequestFolder

static final String COLUMNNAME_RequestFolder
Column name RequestFolder

See Also:
Constant Field Values

COLUMNNAME_RequestUser

static final String COLUMNNAME_RequestUser
Column name RequestUser

See Also:
Constant Field Values

COLUMNNAME_RequestUserPW

static final String COLUMNNAME_RequestUserPW
Column name RequestUserPW

See Also:
Constant Field Values

COLUMNNAME_SMTPHost

static final String COLUMNNAME_SMTPHost
Column name SMTPHost

See Also:
Constant Field Values

COLUMNNAME_StoreArchiveOnFileSystem

static final String COLUMNNAME_StoreArchiveOnFileSystem
Column name StoreArchiveOnFileSystem

See Also:
Constant Field Values

COLUMNNAME_StoreAttachmentsOnFileSystem

static final String COLUMNNAME_StoreAttachmentsOnFileSystem
Column name StoreAttachmentsOnFileSystem

See Also:
Constant Field Values

COLUMNNAME_UnixArchivePath

static final String COLUMNNAME_UnixArchivePath
Column name UnixArchivePath

See Also:
Constant Field Values

COLUMNNAME_UnixAttachmentPath

static final String COLUMNNAME_UnixAttachmentPath
Column name UnixAttachmentPath

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values

COLUMNNAME_WindowsArchivePath

static final String COLUMNNAME_WindowsArchivePath
Column name WindowsArchivePath

See Also:
Constant Field Values

COLUMNNAME_WindowsAttachmentPath

static final String COLUMNNAME_WindowsAttachmentPath
Column name WindowsAttachmentPath

See Also:
Constant Field Values
Method Detail

setAD_Language

void setAD_Language(String AD_Language)
Set Language. Language for this entity


getAD_Language

String getAD_Language()
Get Language. Language for this entity


setAD_ReplicationStrategy_ID

void setAD_ReplicationStrategy_ID(int AD_ReplicationStrategy_ID)
Set Replication Strategy. Data Replication Strategy


getAD_ReplicationStrategy_ID

int getAD_ReplicationStrategy_ID()
Get Replication Strategy. Data Replication Strategy


getAD_ReplicationStrategy

I_AD_ReplicationStrategy getAD_ReplicationStrategy()
                                                   throws Exception
Throws:
Exception

setAutoArchive

void setAutoArchive(String AutoArchive)
Set Auto Archive. Enable and level of automatic Archive of documents


getAutoArchive

String getAutoArchive()
Get Auto Archive. Enable and level of automatic Archive of documents


setDescription

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


getDescription

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


setDocumentDir

void setDocumentDir(String DocumentDir)
Set Document Directory. Directory for documents from the application server


getDocumentDir

String getDocumentDir()
Get Document Directory. Directory for documents from the application server


setEMailTest

void setEMailTest(String EMailTest)
Set EMail Test. Test EMail


getEMailTest

String getEMailTest()
Get EMail Test. Test EMail


setIsCostImmediate

void setIsCostImmediate(boolean IsCostImmediate)
Set Cost Immediately. Update Costs immediately for testing


isCostImmediate

boolean isCostImmediate()
Get Cost Immediately. Update Costs immediately for testing


setIsMultiLingualDocument

void setIsMultiLingualDocument(boolean IsMultiLingualDocument)
Set Multi Lingual Documents. Documents are Multi Lingual


isMultiLingualDocument

boolean isMultiLingualDocument()
Get Multi Lingual Documents. Documents are Multi Lingual


setIsPostImmediate

void setIsPostImmediate(boolean IsPostImmediate)
Set Post Immediately. Post the accounting immediately for testing


isPostImmediate

boolean isPostImmediate()
Get Post Immediately. Post the accounting immediately for testing


setIsServerEMail

void setIsServerEMail(boolean IsServerEMail)
Set Server EMail. Send EMail from Server


isServerEMail

boolean isServerEMail()
Get Server EMail. Send EMail from Server


setIsSmtpAuthorization

void setIsSmtpAuthorization(boolean IsSmtpAuthorization)
Set SMTP Authentication. Your mail server requires Authentication


isSmtpAuthorization

boolean isSmtpAuthorization()
Get SMTP Authentication. Your mail server requires Authentication


setIsUseASP

void setIsUseASP(boolean IsUseASP)
Set IsUseASP


isUseASP

boolean isUseASP()
Get IsUseASP


setIsUseBetaFunctions

void setIsUseBetaFunctions(boolean IsUseBetaFunctions)
Set Use Beta Functions. Enable the use of Beta Functionality


isUseBetaFunctions

boolean isUseBetaFunctions()
Get Use Beta Functions. Enable the use of Beta Functionality


setMMPolicy

void setMMPolicy(String MMPolicy)
Set Material Policy. Material Movement Policy


getMMPolicy

String getMMPolicy()
Get Material Policy. Material Movement Policy


setModelValidationClasses

void setModelValidationClasses(String ModelValidationClasses)
Set Model Validation Classes. List of data model validation classes separated by ;


getModelValidationClasses

String getModelValidationClasses()
Get Model Validation Classes. List of data model validation classes separated by ;


setName

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


getName

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


setRequestEMail

void setRequestEMail(String RequestEMail)
Set Request EMail. EMail address to send automated mails from or receive mails for automated processing (fully qualified)


getRequestEMail

String getRequestEMail()
Get Request EMail. EMail address to send automated mails from or receive mails for automated processing (fully qualified)


setRequestFolder

void setRequestFolder(String RequestFolder)
Set Request Folder. EMail folder to process incoming emails; if empty INBOX is used


getRequestFolder

String getRequestFolder()
Get Request Folder. EMail folder to process incoming emails; if empty INBOX is used


setRequestUser

void setRequestUser(String RequestUser)
Set Request User. User Name (ID) of the email owner


getRequestUser

String getRequestUser()
Get Request User. User Name (ID) of the email owner


setRequestUserPW

void setRequestUserPW(String RequestUserPW)
Set Request User Password. Password of the user name (ID) for mail processing


getRequestUserPW

String getRequestUserPW()
Get Request User Password. Password of the user name (ID) for mail processing


setSMTPHost

void setSMTPHost(String SMTPHost)
Set Mail Host. Hostname of Mail Server for SMTP and IMAP


getSMTPHost

String getSMTPHost()
Get Mail Host. Hostname of Mail Server for SMTP and IMAP


setStoreArchiveOnFileSystem

void setStoreArchiveOnFileSystem(boolean StoreArchiveOnFileSystem)
Set Store Archive On File System


isStoreArchiveOnFileSystem

boolean isStoreArchiveOnFileSystem()
Get Store Archive On File System


setStoreAttachmentsOnFileSystem

void setStoreAttachmentsOnFileSystem(boolean StoreAttachmentsOnFileSystem)
Set Store Attachments On File System


isStoreAttachmentsOnFileSystem

boolean isStoreAttachmentsOnFileSystem()
Get Store Attachments On File System


setUnixArchivePath

void setUnixArchivePath(String UnixArchivePath)
Set Unix Archive Path


getUnixArchivePath

String getUnixArchivePath()
Get Unix Archive Path


setUnixAttachmentPath

void setUnixAttachmentPath(String UnixAttachmentPath)
Set Unix Attachment Path


getUnixAttachmentPath

String getUnixAttachmentPath()
Get Unix Attachment Path


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


setWindowsArchivePath

void setWindowsArchivePath(String WindowsArchivePath)
Set Windows Archive Path


getWindowsArchivePath

String getWindowsArchivePath()
Get Windows Archive Path


setWindowsAttachmentPath

void setWindowsAttachmentPath(String WindowsAttachmentPath)
Set Windows Attachment Path


getWindowsAttachmentPath

String getWindowsAttachmentPath()
Get Windows Attachment Path


Adempiere 3.5.2a

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