public abstract class WsBaseReuseConfig extends Object
Constructor and Description |
---|
WsBaseReuseConfig() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCopyRelatedItems() |
Boolean |
getIncludeRelationships() |
Boolean |
getMirrorHierarchy() |
Integer |
getReuseRuleId() |
List<Integer> |
getSourceItemIds() |
List<TypeToLocationReuseConfig> |
getTargetLocations() |
Integer |
getTargetProjectId() |
void |
setCopyRelatedItems(Boolean copyRelatedItems) |
void |
setIncludeRelationships(Boolean includeRelationships) |
void |
setMirrorHierarchy(Boolean mirrorHierarchy) |
void |
setReuseRuleId(Integer reuseRuleId) |
void |
setSourceItemIds(List<Integer> sourceItemIds) |
void |
setTargetLocations(List<TypeToLocationReuseConfig> targetLocations) |
void |
setTargetProjectId(Integer targetProjectId) |
public Integer getTargetProjectId()
public void setTargetProjectId(Integer targetProjectId)
public List<TypeToLocationReuseConfig> getTargetLocations()
public void setTargetLocations(List<TypeToLocationReuseConfig> targetLocations)
public Boolean getMirrorHierarchy()
public void setMirrorHierarchy(Boolean mirrorHierarchy)
public Boolean getIncludeRelationships()
public void setIncludeRelationships(Boolean includeRelationships)
public Boolean getCopyRelatedItems()
public void setCopyRelatedItems(Boolean copyRelatedItems)
public Integer getReuseRuleId()
public void setReuseRuleId(Integer reuseRuleId)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.