org.hibernate.test.annotations.embedded
Class CorpType

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.CorpType

@Entity
public class CorpType
extends Object


Constructor Summary
CorpType()
           
 
Method Summary
 Integer getId()
           
 String getType()
           
 void setId(Integer id)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorpType

public CorpType()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getType

public String getType()

setType

public void setType(String type)


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