|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.SRSProblem
public class SRSProblem
Replaced by TRS.
| Nested Class Summary | |
|---|---|
static class |
SRSProblem.Strategy
Deprecated. |
| Constructor Summary | |
|---|---|
SRSProblem()
Deprecated. |
|
| Method Summary | |
|---|---|
java.util.List<TPAnyList> |
getAnyList()
Deprecated. |
User |
getApprovedBy()
Deprecated. Get the User with database administrative rights who approved
this termination problem. |
java.lang.String |
getOriginalFileName()
Deprecated. Get the original filename of this Termination Problem where it is
stored under /opt/competition/tpdb/. |
java.lang.String |
getRules()
Deprecated. |
java.lang.Long |
getSrsId()
Deprecated. |
SRSProblem.Strategy |
getStrategy()
Deprecated. |
User |
getSubmittedBy()
Deprecated. Get the User who submitted this termination problem. |
java.sql.Timestamp |
getSubmittedDate()
Deprecated. Set the date and time this termination problem was originally submitted to the TPDB. |
java.lang.Long |
getTPId()
Deprecated. Get the unique identifier for this Termination Problem. |
java.lang.String |
getType()
Deprecated. Get the type of Termination Problem we are working with. |
boolean |
isApproved()
Deprecated. Determine whether this termination problem is approved for public consumption. |
boolean |
isRejected()
Deprecated. Determines whether this termination problem passed the review process or not. |
boolean |
isRelative()
Deprecated. |
boolean |
isSecret()
Deprecated. Return the secret status of this problem. |
void |
prepersist()
Deprecated. |
void |
setAnyList(java.util.List<TPAnyList> anyList)
Deprecated. |
void |
setApproved(boolean approved)
Deprecated. Set the approval status of this problem. |
void |
setApprovedBy(User approvedBy)
Deprecated. Set the User with administrative rights who approved this
problem. |
void |
setOriginalFileName(java.lang.String originalFileName)
Deprecated. Set the original filename of this Termination Problem |
void |
setRejected(boolean rejected)
Deprecated. Set the rejected status of this problem. |
void |
setRelative(boolean relative)
Deprecated. |
void |
setRules(java.lang.String rules)
Deprecated. |
void |
setSecret(boolean secret)
Deprecated. Set the secret status of this problem. |
void |
setSrsId(java.lang.Long srsId)
Deprecated. |
void |
setStrategy(SRSProblem.Strategy strategy)
Deprecated. |
void |
setSubmittedBy(User submittedBy)
Deprecated. Set the User who submitted this problem. |
void |
setSubmittedDate(java.sql.Timestamp submittedDate)
Deprecated. Set the date this problem was submitted to the TPDB. |
java.lang.String |
toLongString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SRSProblem()
| Method Detail |
|---|
public java.lang.Long getSrsId()
public java.lang.String getOriginalFileName()
TPInterfaceTermination Problem where it is
stored under /opt/competition/tpdb/.
getOriginalFileName in interface TPInterfacepublic java.lang.String getRules()
public SRSProblem.Strategy getStrategy()
public boolean isRelative()
public boolean isApproved()
TPInterface
isApproved in interface TPInterfacepublic boolean isRejected()
TPInterface
isRejected in interface TPInterfacepublic boolean isSecret()
TPInterface
isSecret in interface TPInterfacepublic java.util.List<TPAnyList> getAnyList()
public User getSubmittedBy()
TPInterfaceUser who submitted this termination problem.
getSubmittedBy in interface TPInterfacepublic User getApprovedBy()
TPInterfaceUser with database administrative rights who approved
this termination problem. Currently unused.
getApprovedBy in interface TPInterfacepublic java.sql.Timestamp getSubmittedDate()
TPInterface
getSubmittedDate in interface TPInterfacepublic void setSrsId(java.lang.Long srsId)
srsId - the trsId to setpublic void setOriginalFileName(java.lang.String originalFileName)
TPInterfaceTermination Problem
setOriginalFileName in interface TPInterfaceoriginalFileName - the originalFileName to setpublic void setRules(java.lang.String rules)
rules - the rules to setpublic void setStrategy(SRSProblem.Strategy strategy)
strategy - the strategy to setpublic void setRelative(boolean relative)
relative - the relative to setpublic void setApproved(boolean approved)
TPInterface
setApproved in interface TPInterfaceapproved - the approved to setpublic void setRejected(boolean rejected)
TPInterface
setRejected in interface TPInterfacerejected - the rejected to setpublic void setSecret(boolean secret)
TPInterface
setSecret in interface TPInterfacesecret - the secret to setpublic void setAnyList(java.util.List<TPAnyList> anyList)
anyList - the anyList to setpublic void setSubmittedBy(User submittedBy)
TPInterfaceUser who submitted this problem.
setSubmittedBy in interface TPInterfacesubmittedBy - the submittedBy to setpublic void setApprovedBy(User approvedBy)
TPInterfaceUser with administrative rights who approved this
problem.
setApprovedBy in interface TPInterfaceapprovedBy - the approvedBy to setpublic void setSubmittedDate(java.sql.Timestamp submittedDate)
TPInterface
setSubmittedDate in interface TPInterfacesubmittedDate - the submittedDate to setpublic void prepersist()
public java.lang.String toLongString()
public java.lang.Long getTPId()
TPInterfaceTermination Problem. As
Hibernate maintains a single sequence for all managed database
objects, this is guaranteed to be globally unique as long as the object
was created through a hibernate session.
getTPId in interface TPInterfaceTermination Problem.public java.lang.String getType()
TPInterfaceTermination Problem we are working with. Can
currently be one of the following:
TRSProblemSRSProblemFPProblemLPProblem
getType in interface TPInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||