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 aQALink
Questions 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.String
getCode()
java.util.Date
getDeleted()
int
getEventType()
QALink.QAEventType
getEventTypeEnum()
Location
getLocation()
java.lang.String
getQaGroup()
Question
getQuestion()
void
setCode(java.lang.String code)
void
setDeleted(java.util.Date deleted)
void
setEventType(int eventType)
void
setEventTypeEnum(QALink.QAEventType type)
void
setLocation(Location location)
void
setQaGroup(java.lang.String qaGroup)
void
setQuestion(Question question)
java.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-
-