org.zeroexchange.model.resource.category
Class ParentCategoryKey

java.lang.Object
  extended by 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

Constructor Summary
ParentCategoryKey()
           
 
Method Summary
 Category getChild()
           
 Category getParent()
           
 void setChild(Category child)
           
 void setParent(Category parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentCategoryKey

public ParentCategoryKey()
Method Detail

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.