org.tynamo.model.test.entities
Class Baz
java.lang.Object
org.tynamo.model.test.entities.Baz
@Entity
public class Baz
- extends Object
|
Constructor Summary |
Baz()
|
Baz
public Baz()
getDescription
@NotNull
public String getDescription()
setDescription
public void setDescription(String description)
- Parameters:
description - The description to set.
getId
public Integer getId()
setId
public void setId(Integer id)
- Parameters:
id - The id to set.
doSomething
public void doSomething()
doSomethingElse
public void doSomethingElse(String something)
toString
public String toString()
- Overrides:
toString in class Object
getFoo
public Foo getFoo()
setFoo
public void setFoo(Foo foo)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2004-2012. All Rights Reserved.