com.projectdarkstar.tools.dtc.domain
Class TestExecutionTag
java.lang.Object
com.projectdarkstar.tools.dtc.domain.TestExecutionTag
- All Implemented Interfaces:
- Serializable
public class TestExecutionTag
- extends Object
- implements Serializable
Represents a tag entity used to categorize TestExecution
objects.
- See Also:
- Serialized Form
TestExecutionTag
public TestExecutionTag()
TestExecutionTag
public TestExecutionTag(String tag)
getId
public Long getId()
- Returns the id of the entity in persistent storage
- Returns:
- id of the entity
setId
public void setId(Long id)
getTag
public String getTag()
setTag
public void setTag(String tag)
getExecutions
public List<TestExecution> getExecutions()
- Returns the list of
TestExecution objects that are tagged
with this tag.
- Returns:
- test executions tagged with this tag.
setExecutions
public void setExecutions(List<TestExecution> executions)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013. All Rights Reserved.