public class Branch extends java.lang.Object implements ProjectEntity
| Constructor and Description |
|---|
Branch() |
| Modifier and Type | Method and Description |
|---|---|
static Form |
form() |
java.lang.String |
getEntityDisplayName()
Representation, like "Branch P/X"
|
ProjectEntityType |
getProjectEntityType()
Gets the type of entity as an enum.
|
static Branch |
of(Project project,
NameDescription nameDescription) |
static Branch |
of(Project project,
NameDescriptionState nameDescription) |
Form |
toForm() |
Branch |
update(NameDescriptionState form) |
Branch |
withId(ID id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProject, getProjectId, getSignature, projectIdgetId, id, isEntityDefined, isEntityNewpublic static Branch of(Project project, NameDescription nameDescription)
public static Branch of(Project project, NameDescriptionState nameDescription)
public ProjectEntityType getProjectEntityType()
ProjectEntitygetProjectEntityType in interface ProjectEntitypublic java.lang.String getEntityDisplayName()
ProjectEntitygetEntityDisplayName in interface ProjectEntitypublic static Form form()
public Form toForm()
public Branch update(NameDescriptionState form)