org.hibernate.test.annotations.cid
Class SomeEntity

java.lang.Object
  extended by org.hibernate.test.annotations.cid.SomeEntity
All Implemented Interfaces:
Serializable

@Entity
public class SomeEntity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SomeEntity()
           
 
Method Summary
 SomeEntityId getId()
           
 String getProp()
           
 void setId(SomeEntityId id)
           
 void setProp(String prop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SomeEntity

public SomeEntity()
Method Detail

getId

public SomeEntityId getId()
Returns:
the id

setId

public void setId(SomeEntityId id)
Parameters:
id - the id to set

getProp

public String getProp()
Returns:
the prop

setProp

public void setProp(String prop)
Parameters:
prop - the prop to set


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