net.codescore.dbo.auto
Class _Problem
java.lang.Object
org.apache.cayenne.CayenneDataObject
net.codescore.dbo.CDO
net.codescore.dbo.auto._Problem
- All Implemented Interfaces:
- Serializable, Comparable<CDO>, ContextObject, DataObject, Persistent, Validating, XMLSerializable
- Direct Known Subclasses:
- Problem
public abstract class _Problem
- extends CDO
Class _Problem 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
DESCRIPTION_PROPERTY
public static final String DESCRIPTION_PROPERTY
- See Also:
- Constant Field Values
DIFFICULTY_PROPERTY
public static final String DIFFICULTY_PROPERTY
- See Also:
- Constant Field Values
NAME_PROPERTY
public static final String NAME_PROPERTY
- See Also:
- Constant Field Values
SAMPLE_INPUT_PROPERTY
public static final String SAMPLE_INPUT_PROPERTY
- See Also:
- Constant Field Values
SAMPLE_OUTPUT_PROPERTY
public static final String SAMPLE_OUTPUT_PROPERTY
- See Also:
- Constant Field Values
UNIX_NAME_PROPERTY
public static final String UNIX_NAME_PROPERTY
- See Also:
- Constant Field Values
COMMENTS_PROPERTY
public static final String COMMENTS_PROPERTY
- See Also:
- Constant Field Values
COMPETITIONS_PROPERTY
public static final String COMPETITIONS_PROPERTY
- See Also:
- Constant Field Values
FIGURES_PROPERTY
public static final String FIGURES_PROPERTY
- See Also:
- Constant Field Values
SOLUTIONS_PROPERTY
public static final String SOLUTIONS_PROPERTY
- See Also:
- Constant Field Values
SUBMISSIONS_PROPERTY
public static final String SUBMISSIONS_PROPERTY
- See Also:
- Constant Field Values
TAGS_PROPERTY
public static final String TAGS_PROPERTY
- See Also:
- Constant Field Values
TEST_CASES_PROPERTY
public static final String TEST_CASES_PROPERTY
- See Also:
- Constant Field Values
PROBLEMID_PK_COLUMN
public static final String PROBLEMID_PK_COLUMN
- See Also:
- Constant Field Values
_Problem
public _Problem()
setActive
public void setActive(Boolean active)
getActive
public Boolean getActive()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
setDifficulty
public void setDifficulty(Short difficulty)
getDifficulty
public Short getDifficulty()
setName
public void setName(String name)
getName
public String getName()
setSampleInput
public void setSampleInput(String sampleInput)
getSampleInput
public String getSampleInput()
setSampleOutput
public void setSampleOutput(String sampleOutput)
getSampleOutput
public String getSampleOutput()
setUnixName
public void setUnixName(String unixName)
getUnixName
public String getUnixName()
addToComments
public void addToComments(Comment obj)
removeFromComments
public void removeFromComments(Comment obj)
getComments
public List<Comment> getComments()
addToCompetitions
public void addToCompetitions(Competition obj)
removeFromCompetitions
public void removeFromCompetitions(Competition obj)
getCompetitions
public List<Competition> getCompetitions()
addToFigures
public void addToFigures(ProbFigure obj)
removeFromFigures
public void removeFromFigures(ProbFigure obj)
getFigures
public List<ProbFigure> getFigures()
addToSolutions
public void addToSolutions(JudgeSolution obj)
removeFromSolutions
public void removeFromSolutions(JudgeSolution obj)
getSolutions
public List<JudgeSolution> getSolutions()
addToSubmissions
public void addToSubmissions(TeamSubmission obj)
removeFromSubmissions
public void removeFromSubmissions(TeamSubmission obj)
getSubmissions
public List<TeamSubmission> getSubmissions()
addToTags
public void addToTags(Tag obj)
removeFromTags
public void removeFromTags(Tag obj)
getTags
public List<Tag> getTags()
addToTestCases
public void addToTestCases(TestCase obj)
removeFromTestCases
public void removeFromTestCases(TestCase obj)
getTestCases
public List<TestCase> getTestCases()
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.