net.codescore.dbo.auto
Class _TestCase
java.lang.Object
org.apache.cayenne.CayenneDataObject
net.codescore.dbo.CDO
net.codescore.dbo.auto._TestCase
- All Implemented Interfaces:
- Serializable, Comparable<CDO>, ContextObject, DataObject, Persistent, Validating, XMLSerializable
- Direct Known Subclasses:
- TestCase
public abstract class _TestCase
- extends CDO
Class _TestCase was generated by Cayenne.
It is probably a good idea to avoid changing this class manually,
since it may be overwritten next time code is regenerated.
If you need to make any customizations, please use subclass.
- See Also:
- Serialized Form
| Fields inherited from class net.codescore.dbo.CDO |
log |
| Methods inherited from class org.apache.cayenne.CayenneDataObject |
addToManyTarget, appendProperties, decodeFromXML, encodeAsXML, fetchFinished, getDataContext, getObjectContext, getObjectId, getObjEntity, getPersistenceState, getSnapshotVersion, readNestedProperty, readProperty, readPropertyDirectly, removeToManyTarget, setDataContext, setObjectContext, setObjectId, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToOneTarget, toString, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writePropertyDirectly |
ACTIVE_PROPERTY
public static final String ACTIVE_PROPERTY
- See Also:
- Constant Field Values
INPUT_PROPERTY
public static final String INPUT_PROPERTY
- See Also:
- Constant Field Values
OUTPUT_PROPERTY
public static final String OUTPUT_PROPERTY
- See Also:
- Constant Field Values
PROBLEM_PROPERTY
public static final String PROBLEM_PROPERTY
- See Also:
- Constant Field Values
CASEID_PK_COLUMN
public static final String CASEID_PK_COLUMN
- See Also:
- Constant Field Values
_TestCase
public _TestCase()
setActive
public void setActive(Boolean active)
getActive
public Boolean getActive()
setInput
public void setInput(String input)
getInput
public String getInput()
setOutput
public void setOutput(String output)
getOutput
public String getOutput()
setProblem
public void setProblem(Problem problem)
getProblem
public Problem getProblem()
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.