org.tynamo.model.test.entities
Class Bar
java.lang.Object
org.tynamo.model.test.entities.Bar
- All Implemented Interfaces:
- Serializable, IBar
@Entity
public class Bar
- extends Object
- implements IBar, Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Bar()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bar
public Bar()
getName
@PropertyDescriptor(searchable=true)
public String getName()
setName
public void setName(String name)
getId
public Integer getId()
- Returns:
- Returns the id.
setId
public void setId(Integer id)
- Parameters:
id - The id to set.
getTransientProperty
public String getTransientProperty()
Copyright © 2004-2012. All Rights Reserved.