org.squashtest.csp.tm.domain
Class NamedReference
java.lang.Object
org.squashtest.csp.tm.domain.NamedReference
- All Implemented Interfaces:
- Serializable
public class NamedReference
- extends Object
- implements Serializable
This can b used as a reference or summary of any entity which has a name.
- Author:
- Gregory Fouquet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedReference
public NamedReference(@NotNull
Long id,
@NotNull
String name)
getId
public Long getId()
getName
public String getName()
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.