org.squashtest.csp.tm.domain.resource
Class Resource
java.lang.Object
org.squashtest.csp.tm.domain.resource.Resource
- Direct Known Subclasses:
- RequirementVersion, SimpleResource
@Entity
public abstract class Resource
- extends Object
A Resource is the actual "things" which are organized in a library tree.
- Author:
- Gregory Fouquet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resource
public Resource()
getId
public Long getId()
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.