com.jamasoftware.contour.domain
Class StepItem
java.lang.Object
com.jamasoftware.contour.domain.StepItem
- All Implemented Interfaces:
- DomainObjectBase, OrganizationAware, java.io.Serializable
- Direct Known Subclasses:
- TestCaseStep, TestRunStep
@Entity
public abstract class StepItem
- extends java.lang.Object
- implements DomainObjectBase
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepItem
public StepItem()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface DomainObjectBase
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in interface DomainObjectBase
getStepIndex
public java.lang.Integer getStepIndex()
setStepIndex
public void setStepIndex(java.lang.Integer stepIndex)
getStepType
public java.lang.String getStepType()
setStepType
public void setStepType(java.lang.String stepType)
getAction
public java.lang.String getAction()
setAction
public void setAction(java.lang.String action)
getOrganizationId
public java.lang.Integer getOrganizationId()
- Specified by:
getOrganizationId in interface DomainObjectBase- Specified by:
getOrganizationId in interface OrganizationAware
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
- Specified by:
setOrganizationId in interface DomainObjectBase
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.