org.squashtest.csp.tm.domain.resource
Class Resource

java.lang.Object
  extended by 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

Constructor Summary
Resource()
           
 
Method Summary
 String getDescription()
           
 Long getId()
           
 String getName()
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource()
Method Detail

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.