Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Replication

All Known Implementing Classes:
MReplication, X_AD_Replication

public interface I_AD_Replication

Generated Interface for AD_Replication

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Replication_ID
          Column name AD_Replication_ID
static String COLUMNNAME_AD_ReplicationStrategy_ID
          Column name AD_ReplicationStrategy_ID
static String COLUMNNAME_DateLastRun
          Column name DateLastRun
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_HostAddress
          Column name HostAddress
static String COLUMNNAME_HostPort
          Column name HostPort
static String COLUMNNAME_IDRangeEnd
          Column name IDRangeEnd
static String COLUMNNAME_IDRangeStart
          Column name IDRangeStart
static String COLUMNNAME_IsRMIoverHTTP
          Column name IsRMIoverHTTP
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Prefix
          Column name Prefix
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Remote_Client_ID
          Column name Remote_Client_ID
static String COLUMNNAME_Remote_Org_ID
          Column name Remote_Org_ID
static String COLUMNNAME_Suffix
          Column name Suffix
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=605
static String Table_Name
          TableName=AD_Replication
 
Method Summary
 int getAD_Replication_ID()
          Get Replication.
 int getAD_ReplicationStrategy_ID()
          Get Replication Strategy.
 I_AD_ReplicationStrategy getAD_ReplicationStrategy()
           
 Timestamp getDateLastRun()
          Get Date last run.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getHostAddress()
          Get Host Address.
 int getHostPort()
          Get Host port.
 BigDecimal getIDRangeEnd()
          Get ID Range End.
 BigDecimal getIDRangeStart()
          Get ID Range Start.
 String getName()
          Get Name.
 String getPrefix()
          Get Prefix.
 int getRemote_Client_ID()
          Get Remote Client.
 int getRemote_Org_ID()
          Get Remote Organization.
 String getSuffix()
          Get Suffix.
 boolean isProcessing()
          Get Process Now
 boolean isRMIoverHTTP()
          Get Tunnel via HTTP.
 void setAD_Replication_ID(int AD_Replication_ID)
          Set Replication.
 void setAD_ReplicationStrategy_ID(int AD_ReplicationStrategy_ID)
          Set Replication Strategy.
 void setDateLastRun(Timestamp DateLastRun)
          Set Date last run.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setHostAddress(String HostAddress)
          Set Host Address.
 void setHostPort(int HostPort)
          Set Host port.
 void setIDRangeEnd(BigDecimal IDRangeEnd)
          Set ID Range End.
 void setIDRangeStart(BigDecimal IDRangeStart)
          Set ID Range Start.
 void setIsRMIoverHTTP(boolean IsRMIoverHTTP)
          Set Tunnel via HTTP.
 void setName(String Name)
          Set Name.
 void setPrefix(String Prefix)
          Set Prefix.
 void setProcessing(boolean Processing)
          Set Process Now
 void setRemote_Client_ID(int Remote_Client_ID)
          Set Remote Client.
 void setRemote_Org_ID(int Remote_Org_ID)
          Set Remote Organization.
 void setSuffix(String Suffix)
          Set Suffix.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Replication

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=605


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Replication_ID

static final String COLUMNNAME_AD_Replication_ID
Column name AD_Replication_ID

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_DateLastRun

static final String COLUMNNAME_DateLastRun
Column name DateLastRun

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_HostAddress

static final String COLUMNNAME_HostAddress
Column name HostAddress

See Also:
Constant Field Values

COLUMNNAME_HostPort

static final String COLUMNNAME_HostPort
Column name HostPort

See Also:
Constant Field Values

COLUMNNAME_IDRangeEnd

static final String COLUMNNAME_IDRangeEnd
Column name IDRangeEnd

See Also:
Constant Field Values

COLUMNNAME_IDRangeStart

static final String COLUMNNAME_IDRangeStart
Column name IDRangeStart

See Also:
Constant Field Values

COLUMNNAME_IsRMIoverHTTP

static final String COLUMNNAME_IsRMIoverHTTP
Column name IsRMIoverHTTP

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Prefix

static final String COLUMNNAME_Prefix
Column name Prefix

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Remote_Client_ID

static final String COLUMNNAME_Remote_Client_ID
Column name Remote_Client_ID

See Also:
Constant Field Values

COLUMNNAME_Remote_Org_ID

static final String COLUMNNAME_Remote_Org_ID
Column name Remote_Org_ID

See Also:
Constant Field Values

COLUMNNAME_Suffix

static final String COLUMNNAME_Suffix
Column name Suffix

See Also:
Constant Field Values
Method Detail

setAD_Replication_ID

void setAD_Replication_ID(int AD_Replication_ID)
Set Replication. Data Replication Target


getAD_Replication_ID

int getAD_Replication_ID()
Get Replication. Data Replication Target


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

setDateLastRun

void setDateLastRun(Timestamp DateLastRun)
Set Date last run. Date the process was last run.


getDateLastRun

Timestamp getDateLastRun()
Get Date last run. Date the process was last run.


setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setHostAddress

void setHostAddress(String HostAddress)
Set Host Address. Host Address URL or DNS


getHostAddress

String getHostAddress()
Get Host Address. Host Address URL or DNS


setHostPort

void setHostPort(int HostPort)
Set Host port. Host Communication Port


getHostPort

int getHostPort()
Get Host port. Host Communication Port


setIDRangeEnd

void setIDRangeEnd(BigDecimal IDRangeEnd)
Set ID Range End. End if the ID Range used


getIDRangeEnd

BigDecimal getIDRangeEnd()
Get ID Range End. End if the ID Range used


setIDRangeStart

void setIDRangeStart(BigDecimal IDRangeStart)
Set ID Range Start. Start of the ID Range used


getIDRangeStart

BigDecimal getIDRangeStart()
Get ID Range Start. Start of the ID Range used


setIsRMIoverHTTP

void setIsRMIoverHTTP(boolean IsRMIoverHTTP)
Set Tunnel via HTTP. Connect to Server via HTTP Tunnel


isRMIoverHTTP

boolean isRMIoverHTTP()
Get Tunnel via HTTP. Connect to Server via HTTP Tunnel


setName

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


getName

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


setPrefix

void setPrefix(String Prefix)
Set Prefix. Prefix before the sequence number


getPrefix

String getPrefix()
Get Prefix. Prefix before the sequence number


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setRemote_Client_ID

void setRemote_Client_ID(int Remote_Client_ID)
Set Remote Client. Remote Client to be used to replicate / synchronize data with.


getRemote_Client_ID

int getRemote_Client_ID()
Get Remote Client. Remote Client to be used to replicate / synchronize data with.


setRemote_Org_ID

void setRemote_Org_ID(int Remote_Org_ID)
Set Remote Organization. Remote Organization to be used to replicate / synchronize data with.


getRemote_Org_ID

int getRemote_Org_ID()
Get Remote Organization. Remote Organization to be used to replicate / synchronize data with.


setSuffix

void setSuffix(String Suffix)
Set Suffix. Suffix after the number


getSuffix

String getSuffix()
Get Suffix. Suffix after the number


Adempiere 3.5.2a

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