cz.muni.fi.pclis.commons.domain
Class NamedDomainObject
java.lang.Object
cz.muni.fi.pclis.commons.domain.DomainObject
cz.muni.fi.pclis.commons.domain.NamedDomainObject
- Direct Known Subclasses:
- PeerEvaluationAssignment, ProjectPackage, Term, UploadedFile
public abstract class NamedDomainObject
- extends DomainObject
Superclass for all entities with name
User: Ľuboš Pecho
Date: 6.7.2009
Time: 18:12:19
Field Summary |
private String |
name
Name of the enity |
name
private String name
- Name of the enity
NamedDomainObject
protected NamedDomainObject()
NamedDomainObject
protected NamedDomainObject(String name)
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Sets the name
- Parameters:
name
-
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.