com.jamasoftware.contour.domain
Class StepItem

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
StepItem()
           
 
Method Summary
 java.lang.String getAction()
           
 java.lang.Integer getId()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getStepIndex()
           
 java.lang.String getStepType()
           
 void setAction(java.lang.String action)
           
 void setId(java.lang.Integer id)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setStepIndex(java.lang.Integer stepIndex)
           
 void setStepType(java.lang.String stepType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepItem

public StepItem()
Method Detail

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.