Package com.sgs.common.database
Class QAGroup
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.QAGroup
-
public class QAGroup extends HibernateObject
This class represents a question which can be asked through aQALinkQuestions can also be links or image capture events- Author:
- SGSystems
-
-
Constructor Summary
Constructors Constructor Description QAGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()java.util.DategetDeleted()intgetEventType()QALink.QAEventTypegetEventTypeEnum()LocationgetLocation()java.lang.StringgetQaGroup()QuestiongetQuestion()voidsetCode(java.lang.String code)voidsetDeleted(java.util.Date deleted)voidsetEventType(int eventType)voidsetEventTypeEnum(QALink.QAEventType type)voidsetLocation(Location location)voidsetQaGroup(java.lang.String qaGroup)voidsetQuestion(Question question)java.lang.StringtoString()-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-
-
-
Method Detail
-
getQuestion
public Question getQuestion()
-
setQuestion
public void setQuestion(Question question)
-
getEventType
public int getEventType()
-
setEventType
public void setEventType(int eventType)
-
getEventTypeEnum
public QALink.QAEventType getEventTypeEnum()
-
getCode
public java.lang.String getCode()
-
setCode
public void setCode(java.lang.String code)
-
setEventTypeEnum
public void setEventTypeEnum(QALink.QAEventType type)
-
getDeleted
public java.util.Date getDeleted()
-
setDeleted
public void setDeleted(java.util.Date deleted)
-
getQaGroup
public java.lang.String getQaGroup()
-
setQaGroup
public void setQaGroup(java.lang.String qaGroup)
-
getLocation
public Location getLocation()
-
setLocation
public void setLocation(Location location)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-