public class AttributeCopyCreator extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeCopyCreator(ItemCopyCreator icc,
AttributeCopyDescriptor acd,
boolean isPreset,
Object sourceValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeTranslatedPartially() |
void |
copy() |
boolean |
equals(Object obj) |
Object |
getCopiedValue() |
AttributeCopyDescriptor |
getDescriptor() |
ItemCopyCreator |
getParent() |
Set<Item> |
getPartOfItemsToCopy() |
Object |
getSourceValue() |
int |
hashCode() |
boolean |
hasPartOfItems() |
boolean |
isPending() |
boolean |
isPreset() |
protected boolean |
isTranslated() |
void |
reset() |
void |
setPending() |
String |
toString() |
boolean |
valueHasChanged() |
protected AttributeCopyCreator(ItemCopyCreator icc, AttributeCopyDescriptor acd, boolean isPreset, Object sourceValue)
public final AttributeCopyDescriptor getDescriptor()
public final boolean isPending()
public final boolean isPreset()
protected final boolean isTranslated()
public final void reset()
public final boolean valueHasChanged()
public final ItemCopyCreator getParent()
public final boolean hasPartOfItems()
public final void copy()
public final Object getSourceValue()
public final Object getCopiedValue()
public void setPending()
public boolean canBeTranslatedPartially()
Copyright © 2017 SAP SE. All Rights Reserved.