org.zeroexchange.model.resource.category
Class ParentCategoryKey
java.lang.Object
org.zeroexchange.model.resource.category.ParentCategoryKey
- All Implemented Interfaces:
- Serializable
@Embeddable
public class ParentCategoryKey
- extends Object
- implements Serializable
The composite key for the ParentCategory.
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentCategoryKey
public ParentCategoryKey()
getChild
public Category getChild()
setChild
public void setChild(Category child)
getParent
public Category getParent()
setParent
public void setParent(Category parent)
Copyright © 2013. All Rights Reserved.