Adempiere 3.5.2a

org.compiere.model
Class X_AD_Replication

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Replication
All Implemented Interfaces:
Serializable, Comparator, I_AD_Replication, I_Persistent, Evaluatee
Direct Known Subclasses:
MReplication

public class X_AD_Replication
extends PO
implements I_AD_Replication, I_Persistent

Generated Model for AD_Replication

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

Field Summary
static int REMOTE_CLIENT_ID_AD_Reference_ID
          Remote_Client_ID AD_Reference_ID=129
static int REMOTE_ORG_ID_AD_Reference_ID
          Remote_Org_ID AD_Reference_ID=276
 
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_Replication
accessLevel, COLUMNNAME_AD_Replication_ID, COLUMNNAME_AD_ReplicationStrategy_ID, COLUMNNAME_DateLastRun, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_HostAddress, COLUMNNAME_HostPort, COLUMNNAME_IDRangeEnd, COLUMNNAME_IDRangeStart, COLUMNNAME_IsRMIoverHTTP, COLUMNNAME_Name, COLUMNNAME_Prefix, COLUMNNAME_Processing, COLUMNNAME_Remote_Client_ID, COLUMNNAME_Remote_Org_ID, COLUMNNAME_Suffix, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_Replication(Properties ctx, int AD_Replication_ID, String trxName)
          Standard Constructor
X_AD_Replication(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 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.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 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

REMOTE_CLIENT_ID_AD_Reference_ID

public static final int REMOTE_CLIENT_ID_AD_Reference_ID
Remote_Client_ID AD_Reference_ID=129

See Also:
Constant Field Values

REMOTE_ORG_ID_AD_Reference_ID

public static final int REMOTE_ORG_ID_AD_Reference_ID
Remote_Org_ID AD_Reference_ID=276

See Also:
Constant Field Values
Constructor Detail

X_AD_Replication

public X_AD_Replication(Properties ctx,
                        int AD_Replication_ID,
                        String trxName)
Standard Constructor


X_AD_Replication

public X_AD_Replication(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_Replication_ID

public void setAD_Replication_ID(int AD_Replication_ID)
Set Replication.

Specified by:
setAD_Replication_ID in interface I_AD_Replication
Parameters:
AD_Replication_ID - Data Replication Target

getAD_Replication_ID

public int getAD_Replication_ID()
Get Replication.

Specified by:
getAD_Replication_ID in interface I_AD_Replication
Returns:
Data Replication Target

getAD_ReplicationStrategy

public I_AD_ReplicationStrategy getAD_ReplicationStrategy()
                                                   throws Exception
Specified by:
getAD_ReplicationStrategy in interface I_AD_Replication
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_Replication
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_Replication
Returns:
Data Replication Strategy

setDateLastRun

public void setDateLastRun(Timestamp DateLastRun)
Set Date last run.

Specified by:
setDateLastRun in interface I_AD_Replication
Parameters:
DateLastRun - Date the process was last run.

getDateLastRun

public Timestamp getDateLastRun()
Get Date last run.

Specified by:
getDateLastRun in interface I_AD_Replication
Returns:
Date the process was last run.

setDescription

public void setDescription(String Description)
Set Description.

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

getDescription

public String getDescription()
Get Description.

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

setHelp

public void setHelp(String Help)
Set Comment/Help.

Specified by:
setHelp in interface I_AD_Replication
Parameters:
Help - Comment or Hint

getHelp

public String getHelp()
Get Comment/Help.

Specified by:
getHelp in interface I_AD_Replication
Returns:
Comment or Hint

setHostAddress

public void setHostAddress(String HostAddress)
Set Host Address.

Specified by:
setHostAddress in interface I_AD_Replication
Parameters:
HostAddress - Host Address URL or DNS

getHostAddress

public String getHostAddress()
Get Host Address.

Specified by:
getHostAddress in interface I_AD_Replication
Returns:
Host Address URL or DNS

setHostPort

public void setHostPort(int HostPort)
Set Host port.

Specified by:
setHostPort in interface I_AD_Replication
Parameters:
HostPort - Host Communication Port

getHostPort

public int getHostPort()
Get Host port.

Specified by:
getHostPort in interface I_AD_Replication
Returns:
Host Communication Port

setIDRangeEnd

public void setIDRangeEnd(BigDecimal IDRangeEnd)
Set ID Range End.

Specified by:
setIDRangeEnd in interface I_AD_Replication
Parameters:
IDRangeEnd - End if the ID Range used

getIDRangeEnd

public BigDecimal getIDRangeEnd()
Get ID Range End.

Specified by:
getIDRangeEnd in interface I_AD_Replication
Returns:
End if the ID Range used

setIDRangeStart

public void setIDRangeStart(BigDecimal IDRangeStart)
Set ID Range Start.

Specified by:
setIDRangeStart in interface I_AD_Replication
Parameters:
IDRangeStart - Start of the ID Range used

getIDRangeStart

public BigDecimal getIDRangeStart()
Get ID Range Start.

Specified by:
getIDRangeStart in interface I_AD_Replication
Returns:
Start of the ID Range used

setIsRMIoverHTTP

public void setIsRMIoverHTTP(boolean IsRMIoverHTTP)
Set Tunnel via HTTP.

Specified by:
setIsRMIoverHTTP in interface I_AD_Replication
Parameters:
IsRMIoverHTTP - Connect to Server via HTTP Tunnel

isRMIoverHTTP

public boolean isRMIoverHTTP()
Get Tunnel via HTTP.

Specified by:
isRMIoverHTTP in interface I_AD_Replication
Returns:
Connect to Server via HTTP Tunnel

setName

public void setName(String Name)
Set Name.

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

getName

public String getName()
Get Name.

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

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setPrefix

public void setPrefix(String Prefix)
Set Prefix.

Specified by:
setPrefix in interface I_AD_Replication
Parameters:
Prefix - Prefix before the sequence number

getPrefix

public String getPrefix()
Get Prefix.

Specified by:
getPrefix in interface I_AD_Replication
Returns:
Prefix before the sequence number

setProcessing

public void setProcessing(boolean Processing)
Set Process Now.

Specified by:
setProcessing in interface I_AD_Replication
Parameters:
Processing - Process Now

isProcessing

public boolean isProcessing()
Get Process Now.

Specified by:
isProcessing in interface I_AD_Replication
Returns:
Process Now

setRemote_Client_ID

public void setRemote_Client_ID(int Remote_Client_ID)
Set Remote Client.

Specified by:
setRemote_Client_ID in interface I_AD_Replication
Parameters:
Remote_Client_ID - Remote Client to be used to replicate / synchronize data with.

getRemote_Client_ID

public int getRemote_Client_ID()
Get Remote Client.

Specified by:
getRemote_Client_ID in interface I_AD_Replication
Returns:
Remote Client to be used to replicate / synchronize data with.

setRemote_Org_ID

public void setRemote_Org_ID(int Remote_Org_ID)
Set Remote Organization.

Specified by:
setRemote_Org_ID in interface I_AD_Replication
Parameters:
Remote_Org_ID - Remote Organization to be used to replicate / synchronize data with.

getRemote_Org_ID

public int getRemote_Org_ID()
Get Remote Organization.

Specified by:
getRemote_Org_ID in interface I_AD_Replication
Returns:
Remote Organization to be used to replicate / synchronize data with.

setSuffix

public void setSuffix(String Suffix)
Set Suffix.

Specified by:
setSuffix in interface I_AD_Replication
Parameters:
Suffix - Suffix after the number

getSuffix

public String getSuffix()
Get Suffix.

Specified by:
getSuffix in interface I_AD_Replication
Returns:
Suffix after the number

Adempiere 3.5.2a

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