net.codescore.dbo.auto
Class _Language
java.lang.Object
org.apache.cayenne.CayenneDataObject
net.codescore.dbo.CDO
net.codescore.dbo.auto._Language
- All Implemented Interfaces:
- Serializable, Comparable<CDO>, ContextObject, DataObject, Persistent, Validating, XMLSerializable
- Direct Known Subclasses:
- Language
public abstract class _Language
- extends CDO
Class _Language 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 |
FILE_EXTENTION_PROPERTY
public static final String FILE_EXTENTION_PROPERTY
- See Also:
- Constant Field Values
NAME_PROPERTY
public static final String NAME_PROPERTY
- See Also:
- Constant Field Values
COMPILE_ARGS_PROPERTY
public static final String COMPILE_ARGS_PROPERTY
- See Also:
- Constant Field Values
EXECUTE_ARGS_PROPERTY
public static final String EXECUTE_ARGS_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
LID_PK_COLUMN
public static final String LID_PK_COLUMN
- See Also:
- Constant Field Values
_Language
public _Language()
setFileExtention
public void setFileExtention(String fileExtention)
getFileExtention
public String getFileExtention()
setName
public void setName(String name)
getName
public String getName()
addToCompileArgs
public void addToCompileArgs(Compilearg obj)
removeFromCompileArgs
public void removeFromCompileArgs(Compilearg obj)
getCompileArgs
public List<Compilearg> getCompileArgs()
addToExecuteArgs
public void addToExecuteArgs(Executearg obj)
removeFromExecuteArgs
public void removeFromExecuteArgs(Executearg obj)
getExecuteArgs
public List<Executearg> getExecuteArgs()
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()
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.