org.broadleafcommerce.profile.core.domain
Class ChallengeQuestionImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.ChallengeQuestionImpl
- All Implemented Interfaces:
- java.io.Serializable, ChallengeQuestion
@Entity
public class ChallengeQuestionImpl
- extends java.lang.Object
- implements ChallengeQuestion
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.Long |
id
|
protected java.lang.String |
question
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
id
protected java.lang.Long id
question
protected java.lang.String question
ChallengeQuestionImpl
public ChallengeQuestionImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface ChallengeQuestion
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface ChallengeQuestion
getQuestion
public java.lang.String getQuestion()
- Specified by:
getQuestion in interface ChallengeQuestion
setQuestion
public void setQuestion(java.lang.String question)
- Specified by:
setQuestion in interface ChallengeQuestion
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.