public class AdQuestionVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<BasicAdVO,AdQuestionVO> |
AD |
static BasicProperty<java.lang.String,AdQuestionVO> |
ANSWER |
static BasicProperty<DateTime,AdQuestionVO> |
ANSWER_DATE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<UserVO,AdQuestionVO> |
OWNER |
static BasicProperty<java.lang.String,AdQuestionVO> |
QUESTION |
static BasicProperty<DateTime,AdQuestionVO> |
QUESTION_DATE |
ID| Constructor and Description |
|---|
AdQuestionVO() |
AdQuestionVO(java.lang.Long id) |
AdQuestionVO(Property<T,? super AdQuestionVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
BasicAdVO |
getAd() |
java.lang.String |
getAnswer() |
DateTime |
getAnswerDate() |
UserVO |
getOwner() |
java.lang.String |
getQuestion() |
DateTime |
getQuestionDate() |
void |
setAd(BasicAdVO ad) |
void |
setAnswer(java.lang.String answer) |
void |
setAnswerDate(DateTime answerDate) |
void |
setOwner(UserVO owner) |
void |
setQuestion(java.lang.String question) |
void |
setQuestionDate(DateTime questionDate) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<BasicAdVO,AdQuestionVO> AD
public static final BasicProperty<java.lang.String,AdQuestionVO> ANSWER
public static final BasicProperty<DateTime,AdQuestionVO> ANSWER_DATE
public static final BasicProperty<UserVO,AdQuestionVO> OWNER
public static final BasicProperty<java.lang.String,AdQuestionVO> QUESTION
public static final BasicProperty<DateTime,AdQuestionVO> QUESTION_DATE
public AdQuestionVO()
public AdQuestionVO(java.lang.Long id)
public AdQuestionVO(Property<T,? super AdQuestionVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic BasicAdVO getAd()
public void setAd(BasicAdVO ad)
public java.lang.String getAnswer()
public void setAnswer(java.lang.String answer)
public DateTime getAnswerDate()
public void setAnswerDate(DateTime answerDate)
public UserVO getOwner()
public void setOwner(UserVO owner)
public java.lang.String getQuestion()
public void setQuestion(java.lang.String question)
public DateTime getQuestionDate()
public void setQuestionDate(DateTime questionDate)