org.hibernate.envers.test.integration.notinsertable.manytoone
Class NotInsertableEntityType

java.lang.Object
  extended by org.hibernate.envers.test.integration.notinsertable.manytoone.NotInsertableEntityType

@Entity
public class NotInsertableEntityType
extends Object


Constructor Summary
NotInsertableEntityType()
           
NotInsertableEntityType(Integer typeId, String type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getType()
           
 Integer getTypeId()
           
 int hashCode()
           
 void setType(String type)
           
 void setTypeId(Integer typeId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotInsertableEntityType

public NotInsertableEntityType(Integer typeId,
                               String type)

NotInsertableEntityType

public NotInsertableEntityType()
Method Detail

getTypeId

public Integer getTypeId()

setTypeId

public void setTypeId(Integer typeId)

getType

public String getType()

setType

public void setType(String type)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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