public class MappingTO extends Object implements ItemContainerTO, Serializable
Constructor and Description |
---|
MappingTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(ItemTO item) |
protected boolean |
addConnObjectKeyItem(ItemTO connObjectItem) |
boolean |
equals(Object obj) |
ItemTO |
getConnObjectKeyItem() |
String |
getConnObjectLink() |
List<ItemTO> |
getItems() |
List<ItemTO> |
getLinkingItems() |
int |
hashCode() |
boolean |
remove(ItemTO item) |
boolean |
setConnObjectKeyItem(ItemTO connObjectKeyItem) |
void |
setConnObjectLink(String connObjectLink) |
public String getConnObjectLink()
public void setConnObjectLink(String connObjectLink)
public ItemTO getConnObjectKeyItem()
getConnObjectKeyItem
in interface ItemContainerTO
protected boolean addConnObjectKeyItem(ItemTO connObjectItem)
public boolean setConnObjectKeyItem(ItemTO connObjectKeyItem)
setConnObjectKeyItem
in interface ItemContainerTO
public List<ItemTO> getItems()
getItems
in interface ItemContainerTO
public boolean add(ItemTO item)
add
in interface ItemContainerTO
public boolean remove(ItemTO item)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.