public class ReplicationChange extends Task implements PropertyChangeInterface, java.lang.Comparable<ReplicationChange>
| Type | Property and Description |
|---|---|
boolean |
isIsToMany
Gets the value of the property isToManyProperty.
|
| Modifier and Type | Field and Description |
|---|---|
static ReplicationChangeSet |
EMPTY_SET |
protected java.beans.PropertyChangeSupport |
listeners |
static java.lang.String |
PROPERTY_CHANGEMSG |
static java.lang.String |
PROPERTY_HISTORY
many one
ReplicationChange ----------------------------------- ChangeHistory
changes history
|
static java.lang.String |
PROPERTY_HISTORYIDNUMBER |
static java.lang.String |
PROPERTY_HISTORYIDPREFIX |
static java.lang.String |
PROPERTY_ISTOMANYPROPERTY |
static java.lang.String |
PROPERTY_TARGETOBJECTID |
static java.lang.String |
PROPERTY_TARGETPROPERTY |
DO_LOG, PROPERTY_LOGENTRIES| Constructor and Description |
|---|
ReplicationChange() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ReplicationChange o) |
ChangeHistory |
createHistory() |
java.lang.Object |
get(java.lang.String attrName) |
java.lang.String |
getChangeMsg() |
ChangeHistory |
getHistory() |
long |
getHistoryIdNumber() |
java.lang.String |
getHistoryIdPrefix() |
boolean |
getIsToManyProperty() |
java.beans.PropertyChangeSupport |
getPropertyChangeSupport()
Get the propertyChangeSupport attribute of the PropertyChangeInterface
object
|
java.lang.String |
getTargetObjectId() |
java.lang.String |
getTargetProperty() |
boolean |
isIsToManyProperty()
Gets the value of the property isToManyProperty.
|
void |
removeYou() |
boolean |
set(java.lang.String attrName,
java.lang.Object value) |
void |
setChangeMsg(java.lang.String value) |
boolean |
setHistory(ChangeHistory value) |
void |
setHistoryIdNumber(long value) |
void |
setHistoryIdPrefix(java.lang.String value) |
void |
setIsToManyProperty(boolean value) |
void |
setTargetObjectId(java.lang.String value) |
void |
setTargetProperty(java.lang.String value) |
java.lang.String |
toString() |
ReplicationChange |
withChangeMsg(java.lang.String value) |
ReplicationChange |
withHistory(ChangeHistory value) |
ReplicationChange |
withHistoryIdNumber(long value) |
ReplicationChange |
withHistoryIdPrefix(java.lang.String value) |
ReplicationChange |
withIsToManyProperty(boolean value) |
void |
withLog(java.lang.String string,
java.lang.String name) |
ReplicationChange |
withTargetObjectId(java.lang.String value) |
ReplicationChange |
withTargetProperty(java.lang.String value) |
addPropertyChangeListener, addPropertyChangeListener, addToLogEntries, createLogEntries, firePropertyChange, getLogEntries, removeAllFromLogEntries, removeFromLogEntries, removePropertyChangeListener, removePropertyChangeListener, withLogEntries, withLogEntries, withoutLogEntries, withoutLogEntriespublic boolean isIsToManyProperty
protected java.beans.PropertyChangeSupport listeners
public static final java.lang.String PROPERTY_TARGETOBJECTID
public static final java.lang.String PROPERTY_TARGETPROPERTY
public static final java.lang.String PROPERTY_CHANGEMSG
public static final ReplicationChangeSet EMPTY_SET
public static final java.lang.String PROPERTY_HISTORY
many one
ReplicationChange ----------------------------------- ChangeHistory
changes history
public static final java.lang.String PROPERTY_ISTOMANYPROPERTY
public static final java.lang.String PROPERTY_HISTORYIDPREFIX
public static final java.lang.String PROPERTY_HISTORYIDNUMBER
public boolean set(java.lang.String attrName,
java.lang.Object value)
public java.beans.PropertyChangeSupport getPropertyChangeSupport()
PropertyChangeInterfacegetPropertyChangeSupport in interface PropertyChangeInterfacegetPropertyChangeSupport in class Taskpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getTargetObjectId()
public void setTargetObjectId(java.lang.String value)
public ReplicationChange withTargetObjectId(java.lang.String value)
public java.lang.String getTargetProperty()
public void setTargetProperty(java.lang.String value)
public ReplicationChange withTargetProperty(java.lang.String value)
public java.lang.String getChangeMsg()
public void setChangeMsg(java.lang.String value)
public ReplicationChange withChangeMsg(java.lang.String value)
public ChangeHistory getHistory()
public boolean setHistory(ChangeHistory value)
public ReplicationChange withHistory(ChangeHistory value)
public ChangeHistory createHistory()
public int compareTo(ReplicationChange o)
compareTo in interface java.lang.Comparable<ReplicationChange>public boolean getIsToManyProperty()
public void setIsToManyProperty(boolean value)
public ReplicationChange withIsToManyProperty(boolean value)
public java.lang.String getHistoryIdPrefix()
public void setHistoryIdPrefix(java.lang.String value)
public ReplicationChange withHistoryIdPrefix(java.lang.String value)
public long getHistoryIdNumber()
public void setHistoryIdNumber(long value)
public ReplicationChange withHistoryIdNumber(long value)
public void withLog(java.lang.String string,
java.lang.String name)
public boolean isIsToManyProperty()