@Embeddable
public class CategoryXrefPK
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected Category |
subCategory |
| Constructor and Description |
|---|
CategoryXrefPK() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Category |
getCategory() |
Category |
getSubCategory() |
int |
hashCode() |
void |
setCategory(Category category) |
void |
setSubCategory(Category subCategory) |
public Category getCategory()
public void setCategory(Category category)
public Category getSubCategory()
public void setSubCategory(Category subCategory)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018. All Rights Reserved.