org.hibernate.envers.test.integration.inheritance.mixed.entities
Class ActivityId

java.lang.Object
  extended by org.hibernate.envers.test.integration.inheritance.mixed.entities.ActivityId
All Implemented Interfaces:
Serializable

@Embeddable
public class ActivityId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ActivityId()
           
ActivityId(int i, int i1)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getId()
           
 Integer getId2()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setId2(Integer id2)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityId

public ActivityId()

ActivityId

public ActivityId(int i,
                  int i1)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getId2

public Integer getId2()

setId2

public void setId2(Integer id2)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.