public class ValidationStamp extends java.lang.Object implements ProjectEntity
| Constructor and Description |
|---|
ValidationStamp() |
| Modifier and Type | Method and Description |
|---|---|
Form |
asForm() |
static Form |
form() |
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.
|
static ValidationStamp |
of(Branch branch,
NameDescription nameDescription) |
ValidationStamp |
update(NameDescription nameDescription) |
ValidationStamp |
withId(ID id) |
ValidationStamp |
withImage(boolean image) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectId, getSignature, projectIdgetId, id, isEntityDefined, isEntityNewpublic static ValidationStamp of(Branch branch, NameDescription nameDescription)
public Project getProject()
ProjectEntitygetProject in interface ProjectEntitypublic ProjectEntityType getProjectEntityType()
ProjectEntitygetProjectEntityType in interface ProjectEntitypublic java.lang.String getEntityDisplayName()
ProjectEntitygetEntityDisplayName in interface ProjectEntitypublic ValidationStamp withId(ID id)
public ValidationStamp withImage(boolean image)
public static Form form()
public Form asForm()
public ValidationStamp update(NameDescription nameDescription)