Adempiere 3.5.2a

org.compiere.model
Class X_AD_Client

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Client
All Implemented Interfaces:
Serializable, Comparator, I_AD_Client, I_Persistent, Evaluatee
Direct Known Subclasses:
MClient

public class X_AD_Client
extends PO
implements I_AD_Client, I_Persistent

Generated Model for AD_Client

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int AD_LANGUAGE_AD_Reference_ID
          AD_Language AD_Reference_ID=327
static int AUTOARCHIVE_AD_Reference_ID
          AutoArchive AD_Reference_ID=334
static String AUTOARCHIVE_AllReportsDocuments
          All (Reports, Documents) = 1
static String AUTOARCHIVE_Documents
          Documents = 2
static String AUTOARCHIVE_ExternalDocuments
          External Documents = 3
static String AUTOARCHIVE_None
          None = N
static int MMPOLICY_AD_Reference_ID
          MMPolicy AD_Reference_ID=335
static String MMPOLICY_FiFo
          FiFo = F
static String MMPOLICY_LiFo
          LiFo = L
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_AD_Client
accessLevel, COLUMNNAME_AD_Language, COLUMNNAME_AD_ReplicationStrategy_ID, COLUMNNAME_AutoArchive, COLUMNNAME_Description, COLUMNNAME_DocumentDir, COLUMNNAME_EMailTest, COLUMNNAME_IsCostImmediate, COLUMNNAME_IsMultiLingualDocument, COLUMNNAME_IsPostImmediate, COLUMNNAME_IsServerEMail, COLUMNNAME_IsSmtpAuthorization, COLUMNNAME_IsUseASP, COLUMNNAME_IsUseBetaFunctions, COLUMNNAME_MMPolicy, COLUMNNAME_ModelValidationClasses, COLUMNNAME_Name, COLUMNNAME_RequestEMail, COLUMNNAME_RequestFolder, COLUMNNAME_RequestUser, COLUMNNAME_RequestUserPW, COLUMNNAME_SMTPHost, COLUMNNAME_StoreArchiveOnFileSystem, COLUMNNAME_StoreAttachmentsOnFileSystem, COLUMNNAME_UnixArchivePath, COLUMNNAME_UnixAttachmentPath, COLUMNNAME_Value, COLUMNNAME_WindowsArchivePath, COLUMNNAME_WindowsAttachmentPath, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_Client(Properties ctx, int AD_Client_ID, String trxName)
          Standard Constructor
X_AD_Client(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 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.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

AD_LANGUAGE_AD_Reference_ID

public static final int AD_LANGUAGE_AD_Reference_ID
AD_Language AD_Reference_ID=327

See Also:
Constant Field Values

AUTOARCHIVE_AD_Reference_ID

public static final int AUTOARCHIVE_AD_Reference_ID
AutoArchive AD_Reference_ID=334

See Also:
Constant Field Values

AUTOARCHIVE_None

public static final String AUTOARCHIVE_None
None = N

See Also:
Constant Field Values

AUTOARCHIVE_AllReportsDocuments

public static final String AUTOARCHIVE_AllReportsDocuments
All (Reports, Documents) = 1

See Also:
Constant Field Values

AUTOARCHIVE_Documents

public static final String AUTOARCHIVE_Documents
Documents = 2

See Also:
Constant Field Values

AUTOARCHIVE_ExternalDocuments

public static final String AUTOARCHIVE_ExternalDocuments
External Documents = 3

See Also:
Constant Field Values

MMPOLICY_AD_Reference_ID

public static final int MMPOLICY_AD_Reference_ID
MMPolicy AD_Reference_ID=335

See Also:
Constant Field Values

MMPOLICY_LiFo

public static final String MMPOLICY_LiFo
LiFo = L

See Also:
Constant Field Values

MMPOLICY_FiFo

public static final String MMPOLICY_FiFo
FiFo = F

See Also:
Constant Field Values
Constructor Detail

X_AD_Client

public X_AD_Client(Properties ctx,
                   int AD_Client_ID,
                   String trxName)
Standard Constructor


X_AD_Client

public X_AD_Client(Properties ctx,
                   ResultSet rs,
                   String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
6 - System - Client

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_Language

public void setAD_Language(String AD_Language)
Set Language.

Specified by:
setAD_Language in interface I_AD_Client
Parameters:
AD_Language - Language for this entity

getAD_Language

public String getAD_Language()
Get Language.

Specified by:
getAD_Language in interface I_AD_Client
Returns:
Language for this entity

getAD_ReplicationStrategy

public I_AD_ReplicationStrategy getAD_ReplicationStrategy()
                                                   throws Exception
Specified by:
getAD_ReplicationStrategy in interface I_AD_Client
Throws:
Exception

setAD_ReplicationStrategy_ID

public void setAD_ReplicationStrategy_ID(int AD_ReplicationStrategy_ID)
Set Replication Strategy.

Specified by:
setAD_ReplicationStrategy_ID in interface I_AD_Client
Parameters:
AD_ReplicationStrategy_ID - Data Replication Strategy

getAD_ReplicationStrategy_ID

public int getAD_ReplicationStrategy_ID()
Get Replication Strategy.

Specified by:
getAD_ReplicationStrategy_ID in interface I_AD_Client
Returns:
Data Replication Strategy

setAutoArchive

public void setAutoArchive(String AutoArchive)
Set Auto Archive.

Specified by:
setAutoArchive in interface I_AD_Client
Parameters:
AutoArchive - Enable and level of automatic Archive of documents

getAutoArchive

public String getAutoArchive()
Get Auto Archive.

Specified by:
getAutoArchive in interface I_AD_Client
Returns:
Enable and level of automatic Archive of documents

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_AD_Client
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_AD_Client
Returns:
Optional short description of the record

setDocumentDir

public void setDocumentDir(String DocumentDir)
Set Document Directory.

Specified by:
setDocumentDir in interface I_AD_Client
Parameters:
DocumentDir - Directory for documents from the application server

getDocumentDir

public String getDocumentDir()
Get Document Directory.

Specified by:
getDocumentDir in interface I_AD_Client
Returns:
Directory for documents from the application server

setEMailTest

public void setEMailTest(String EMailTest)
Set EMail Test.

Specified by:
setEMailTest in interface I_AD_Client
Parameters:
EMailTest - Test EMail

getEMailTest

public String getEMailTest()
Get EMail Test.

Specified by:
getEMailTest in interface I_AD_Client
Returns:
Test EMail

setIsCostImmediate

public void setIsCostImmediate(boolean IsCostImmediate)
Set Cost Immediately.

Specified by:
setIsCostImmediate in interface I_AD_Client
Parameters:
IsCostImmediate - Update Costs immediately for testing

isCostImmediate

public boolean isCostImmediate()
Get Cost Immediately.

Specified by:
isCostImmediate in interface I_AD_Client
Returns:
Update Costs immediately for testing

setIsMultiLingualDocument

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

Specified by:
setIsMultiLingualDocument in interface I_AD_Client
Parameters:
IsMultiLingualDocument - Documents are Multi Lingual

isMultiLingualDocument

public boolean isMultiLingualDocument()
Get Multi Lingual Documents.

Specified by:
isMultiLingualDocument in interface I_AD_Client
Returns:
Documents are Multi Lingual

setIsPostImmediate

public void setIsPostImmediate(boolean IsPostImmediate)
Set Post Immediately.

Specified by:
setIsPostImmediate in interface I_AD_Client
Parameters:
IsPostImmediate - Post the accounting immediately for testing

isPostImmediate

public boolean isPostImmediate()
Get Post Immediately.

Specified by:
isPostImmediate in interface I_AD_Client
Returns:
Post the accounting immediately for testing

setIsServerEMail

public void setIsServerEMail(boolean IsServerEMail)
Set Server EMail.

Specified by:
setIsServerEMail in interface I_AD_Client
Parameters:
IsServerEMail - Send EMail from Server

isServerEMail

public boolean isServerEMail()
Get Server EMail.

Specified by:
isServerEMail in interface I_AD_Client
Returns:
Send EMail from Server

setIsSmtpAuthorization

public void setIsSmtpAuthorization(boolean IsSmtpAuthorization)
Set SMTP Authentication.

Specified by:
setIsSmtpAuthorization in interface I_AD_Client
Parameters:
IsSmtpAuthorization - Your mail server requires Authentication

isSmtpAuthorization

public boolean isSmtpAuthorization()
Get SMTP Authentication.

Specified by:
isSmtpAuthorization in interface I_AD_Client
Returns:
Your mail server requires Authentication

setIsUseASP

public void setIsUseASP(boolean IsUseASP)
Set IsUseASP.

Specified by:
setIsUseASP in interface I_AD_Client
Parameters:
IsUseASP - IsUseASP

isUseASP

public boolean isUseASP()
Get IsUseASP.

Specified by:
isUseASP in interface I_AD_Client
Returns:
IsUseASP

setIsUseBetaFunctions

public void setIsUseBetaFunctions(boolean IsUseBetaFunctions)
Set Use Beta Functions.

Specified by:
setIsUseBetaFunctions in interface I_AD_Client
Parameters:
IsUseBetaFunctions - Enable the use of Beta Functionality

isUseBetaFunctions

public boolean isUseBetaFunctions()
Get Use Beta Functions.

Specified by:
isUseBetaFunctions in interface I_AD_Client
Returns:
Enable the use of Beta Functionality

setMMPolicy

public void setMMPolicy(String MMPolicy)
Set Material Policy.

Specified by:
setMMPolicy in interface I_AD_Client
Parameters:
MMPolicy - Material Movement Policy

getMMPolicy

public String getMMPolicy()
Get Material Policy.

Specified by:
getMMPolicy in interface I_AD_Client
Returns:
Material Movement Policy

setModelValidationClasses

public void setModelValidationClasses(String ModelValidationClasses)
Set Model Validation Classes.

Specified by:
setModelValidationClasses in interface I_AD_Client
Parameters:
ModelValidationClasses - List of data model validation classes separated by ;

getModelValidationClasses

public String getModelValidationClasses()
Get Model Validation Classes.

Specified by:
getModelValidationClasses in interface I_AD_Client
Returns:
List of data model validation classes separated by ;

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_AD_Client
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_AD_Client
Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setRequestEMail

public void setRequestEMail(String RequestEMail)
Set Request EMail.

Specified by:
setRequestEMail in interface I_AD_Client
Parameters:
RequestEMail - EMail address to send automated mails from or receive mails for automated processing (fully qualified)

getRequestEMail

public String getRequestEMail()
Get Request EMail.

Specified by:
getRequestEMail in interface I_AD_Client
Returns:
EMail address to send automated mails from or receive mails for automated processing (fully qualified)

setRequestFolder

public void setRequestFolder(String RequestFolder)
Set Request Folder.

Specified by:
setRequestFolder in interface I_AD_Client
Parameters:
RequestFolder - EMail folder to process incoming emails; if empty INBOX is used

getRequestFolder

public String getRequestFolder()
Get Request Folder.

Specified by:
getRequestFolder in interface I_AD_Client
Returns:
EMail folder to process incoming emails; if empty INBOX is used

setRequestUser

public void setRequestUser(String RequestUser)
Set Request User.

Specified by:
setRequestUser in interface I_AD_Client
Parameters:
RequestUser - User Name (ID) of the email owner

getRequestUser

public String getRequestUser()
Get Request User.

Specified by:
getRequestUser in interface I_AD_Client
Returns:
User Name (ID) of the email owner

setRequestUserPW

public void setRequestUserPW(String RequestUserPW)
Set Request User Password.

Specified by:
setRequestUserPW in interface I_AD_Client
Parameters:
RequestUserPW - Password of the user name (ID) for mail processing

getRequestUserPW

public String getRequestUserPW()
Get Request User Password.

Specified by:
getRequestUserPW in interface I_AD_Client
Returns:
Password of the user name (ID) for mail processing

setSMTPHost

public void setSMTPHost(String SMTPHost)
Set Mail Host.

Specified by:
setSMTPHost in interface I_AD_Client
Parameters:
SMTPHost - Hostname of Mail Server for SMTP and IMAP

getSMTPHost

public String getSMTPHost()
Get Mail Host.

Specified by:
getSMTPHost in interface I_AD_Client
Returns:
Hostname of Mail Server for SMTP and IMAP

setStoreArchiveOnFileSystem

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

Specified by:
setStoreArchiveOnFileSystem in interface I_AD_Client
Parameters:
StoreArchiveOnFileSystem - Store Archive On File System

isStoreArchiveOnFileSystem

public boolean isStoreArchiveOnFileSystem()
Get Store Archive On File System.

Specified by:
isStoreArchiveOnFileSystem in interface I_AD_Client
Returns:
Store Archive On File System

setStoreAttachmentsOnFileSystem

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

Specified by:
setStoreAttachmentsOnFileSystem in interface I_AD_Client
Parameters:
StoreAttachmentsOnFileSystem - Store Attachments On File System

isStoreAttachmentsOnFileSystem

public boolean isStoreAttachmentsOnFileSystem()
Get Store Attachments On File System.

Specified by:
isStoreAttachmentsOnFileSystem in interface I_AD_Client
Returns:
Store Attachments On File System

setUnixArchivePath

public void setUnixArchivePath(String UnixArchivePath)
Set Unix Archive Path.

Specified by:
setUnixArchivePath in interface I_AD_Client
Parameters:
UnixArchivePath - Unix Archive Path

getUnixArchivePath

public String getUnixArchivePath()
Get Unix Archive Path.

Specified by:
getUnixArchivePath in interface I_AD_Client
Returns:
Unix Archive Path

setUnixAttachmentPath

public void setUnixAttachmentPath(String UnixAttachmentPath)
Set Unix Attachment Path.

Specified by:
setUnixAttachmentPath in interface I_AD_Client
Parameters:
UnixAttachmentPath - Unix Attachment Path

getUnixAttachmentPath

public String getUnixAttachmentPath()
Get Unix Attachment Path.

Specified by:
getUnixAttachmentPath in interface I_AD_Client
Returns:
Unix Attachment Path

setValue

public void setValue(String Value)
Set Search Key.

Specified by:
setValue in interface I_AD_Client
Parameters:
Value - Search key for the record in the format required - must be unique

getValue

public String getValue()
Get Search Key.

Specified by:
getValue in interface I_AD_Client
Returns:
Search key for the record in the format required - must be unique

setWindowsArchivePath

public void setWindowsArchivePath(String WindowsArchivePath)
Set Windows Archive Path.

Specified by:
setWindowsArchivePath in interface I_AD_Client
Parameters:
WindowsArchivePath - Windows Archive Path

getWindowsArchivePath

public String getWindowsArchivePath()
Get Windows Archive Path.

Specified by:
getWindowsArchivePath in interface I_AD_Client
Returns:
Windows Archive Path

setWindowsAttachmentPath

public void setWindowsAttachmentPath(String WindowsAttachmentPath)
Set Windows Attachment Path.

Specified by:
setWindowsAttachmentPath in interface I_AD_Client
Parameters:
WindowsAttachmentPath - Windows Attachment Path

getWindowsAttachmentPath

public String getWindowsAttachmentPath()
Get Windows Attachment Path.

Specified by:
getWindowsAttachmentPath in interface I_AD_Client
Returns:
Windows Attachment Path

Adempiere 3.5.2a

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