org.tynamo.model.test.entities
Class Embeddee

java.lang.Object
  extended by org.tynamo.model.test.entities.Embeddee

@Embeddable
public class Embeddee
extends Object


Constructor Summary
Embeddee()
           
 
Method Summary
 String getDescription()
           
 String getTitle()
           
 boolean isTrue()
           
 void setDescription(String description)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Embeddee

public Embeddee()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

isTrue

public boolean isTrue()


Copyright © 2004-2012. All Rights Reserved.