Package de.xima.fc.entities
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 de.xima.fc.entities.AbstractEntity
COL_ID, id
Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
Fields inherited from interface de.xima.fc.entities.interfaces.IProjektDependent
ATTR_PROJEKT
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Constructor Details
-
ProjectTag
public ProjectTag()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getName
The user-defined name of this tag.- Specified by:
getName
in interfaceINameProviding
- Returns:
- The name of this object.
-
setName
- Parameters:
name
- The user-defined name of this tag.
-
getProjekt
- Specified by:
getProjekt
in interfaceIProjektDependent
-
setProjekt
- Specified by:
setProjekt
in interfaceIProjektDependent
-
toString
- Overrides:
toString
in classde.xima.cmn.dao.model.AEntity<Long>
-