org.zeroexchange.model
Class IntegerPKPersistent
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.IntegerPKPersistent
- All Implemented Interfaces:
- Serializable, Identifiable<Integer>
- Direct Known Subclasses:
- Assessment, Category, CHECreditStatus, CHEPayment, Contract, Credential, CreditLine, DictionaryItem, Invitation, LocalizableValueEntry, Message, Property, PropertySpecification, Resource, ResourceTender, Skill, Strings, User, Value
@MappedSuperclass
public class IntegerPKPersistent
- extends Persistent
- implements Identifiable<Integer>
Persistent with integer primary key.
- Author:
- black
- See Also:
- Serialized Form
IntegerPKPersistent
public IntegerPKPersistent()
getId
public Integer getId()
- Specified by:
getId
in interface Identifiable<Integer>
setId
public void setId(Integer id)
- Specified by:
setId
in interface Identifiable<Integer>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2013. All Rights Reserved.