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, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface de.xima.fc.entities.interfaces.IProjektDependent
ATTR_PROJEKTFields 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, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Constructor Details
-
ProjectTag
public ProjectTag()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
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
- Overrides:
toStringin classde.xima.cmn.dao.model.AEntity<Long>
-