JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable
@Embeddable
public class ItemPK
extends Object
implements Serializable
This class provides an example primary key class for a child entity that
derives one of its primary key values from its parent entity in a many-to-one
relationship.
See Also:
Serialized Form
Field Summary
Fields
Modifier and Type
Field and Description
private int
number
private int
typeId
Constructor Summary
Constructors
Constructor and Description
ItemPK ()
Field Detail
typeId
private int typeId
number
private int number
Method Detail
getTypeId
public int getTypeId()
getNumber
public int getNumber()
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals . All rights reserved.