Class ProjectTag
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.ProjectTag
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, INameProviding, IProjektDependent, ITransferable, ITransferableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
A tag that is associated with a
project. A project may have multiple tags. Tags are used-defined and
have no business-relevant logic. They can be used, for example, to search for projects.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface IProjektDependent
ATTR_PROJEKTFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Constructor Details
-
ProjectTag
public ProjectTag()
-
-
Method Details
-
getId
-
getName
The user-defined name of this tag.- Specified by:
getNamein interfaceINameProviding- Returns:
- The name of this object.
-
setName
- Parameters:
name- The user-defined name of this tag.
-
getProjekt
- Specified by:
getProjektin interfaceIProjektDependent
-
setProjekt
- Specified by:
setProjektin interfaceIProjektDependent
-
toString
-