public interface ProjectEntity extends Entity
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityDisplayName()
Representation, like "Branch P/X"
|
Project |
getProject()
Returns the project this entity is associated with
|
ProjectEntityType |
getProjectEntityType()
Gets the type of entity as an enum.
|
default ID |
getProjectId()
Returns the ID of the project that contains this entity.
|
Signature |
getSignature()
Creation signature of the project entity.
|
default int |
projectId()
Shortcut to get the ID as a value.
|
getId, id, isEntityDefined, isEntityNewProject getProject()
default ID getProjectId()
null
but the ID could be undefined.default int projectId()
java.lang.IllegalArgumentException - If the project ID is not set.ProjectEntityType getProjectEntityType()
java.lang.String getEntityDisplayName()
Signature getSignature()