public class MappingTO extends AbstractBaseBean
| Constructor and Description |
|---|
MappingTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(MappingItemTO item) |
protected boolean |
addConnObjectKeyItem(MappingItemTO connObjectItem) |
MappingItemTO |
getConnObjectKeyItem() |
String |
getConnObjectLink() |
List<MappingItemTO> |
getItems() |
List<MappingItemTO> |
getLinkingItems() |
boolean |
remove(MappingItemTO item) |
boolean |
setConnObjectKeyItem(MappingItemTO connObjectKeyItem) |
void |
setConnObjectLink(String connObjectLink) |
equals, hashCode, toStringpublic String getConnObjectLink()
public void setConnObjectLink(String connObjectLink)
public MappingItemTO getConnObjectKeyItem()
protected boolean addConnObjectKeyItem(MappingItemTO connObjectItem)
public boolean setConnObjectKeyItem(MappingItemTO connObjectKeyItem)
public List<MappingItemTO> getItems()
public boolean add(MappingItemTO item)
public boolean remove(MappingItemTO item)
public List<MappingItemTO> getLinkingItems()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.