org.tynamo.model.test.entities
Class Searchee

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

@Entity
public class Searchee
extends Object


Constructor Summary
Searchee()
           
 
Method Summary
 Integer getId()
           
 String getName()
           
 String getNonSearchableProperty()
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setNonSearchableProperty(String nonSearchableProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Searchee

public Searchee()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

getNonSearchableProperty

public String getNonSearchableProperty()

setNonSearchableProperty

public void setNonSearchableProperty(String nonSearchableProperty)


Copyright © 2004-2012. All Rights Reserved.