Package org.jumpmind.symmetric.model
Class NodeGroupLink
java.lang.Object
org.jumpmind.symmetric.model.NodeGroupLink
- All Implemented Interfaces:
Serializable
,Comparable<NodeGroupLink>
,IModelObject
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeGroupLink
(String sourceNodeGroupId, String targetNodeGroupId) NodeGroupLink
(String sourceNodeGroupId, String targetNodeGroupId, NodeGroupLinkAction action) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
boolean
boolean
boolean
void
setCreateTime
(Date createTime) void
setDataEventAction
(NodeGroupLinkAction dataEventAction) void
setLastUpdateBy
(String lastUpdateBy) void
setLastUpdateTime
(Date lastUpdateTime) void
setReversible
(boolean isReversible) void
setSourceNodeGroupId
(String sourceNodeGroupId) void
setSyncConfigEnabled
(boolean syncConfigEnabled) void
setSyncSqlEnabled
(boolean syncSqlEnabled) void
setTargetNodeGroupId
(String targetNodeGroupId) toString()
-
Constructor Details
-
NodeGroupLink
public NodeGroupLink() -
NodeGroupLink
-
NodeGroupLink
public NodeGroupLink(String sourceNodeGroupId, String targetNodeGroupId, NodeGroupLinkAction action)
-
-
Method Details
-
getDataEventAction
-
setDataEventAction
-
setSyncConfigEnabled
public void setSyncConfigEnabled(boolean syncConfigEnabled) -
isSyncConfigEnabled
public boolean isSyncConfigEnabled() -
setSyncSqlEnabled
public void setSyncSqlEnabled(boolean syncSqlEnabled) -
isSyncSqlEnabled
public boolean isSyncSqlEnabled() -
getSourceNodeGroupId
-
setSourceNodeGroupId
-
getTargetNodeGroupId
-
setTargetNodeGroupId
-
isReversible
public boolean isReversible() -
setReversible
public void setReversible(boolean isReversible) -
getCreateTime
- Specified by:
getCreateTime
in interfaceIModelObject
-
setCreateTime
- Specified by:
setCreateTime
in interfaceIModelObject
-
getLastUpdateBy
- Specified by:
getLastUpdateBy
in interfaceIModelObject
-
setLastUpdateBy
- Specified by:
setLastUpdateBy
in interfaceIModelObject
-
setLastUpdateTime
- Specified by:
setLastUpdateTime
in interfaceIModelObject
-
getLastUpdateTime
- Specified by:
getLastUpdateTime
in interfaceIModelObject
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<NodeGroupLink>
-
hashCode
public int hashCode() -
equals
-