org.broadleafcommerce.profile.core.domain
Class ChallengeQuestionImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.ChallengeQuestionImpl
- All Implemented Interfaces:
- Serializable, ChallengeQuestion
@Entity
public class ChallengeQuestionImpl
- extends Object
- implements ChallengeQuestion
- See Also:
- Serialized Form
id
protected Long id
question
protected String question
ChallengeQuestionImpl
public ChallengeQuestionImpl()
getId
public Long getId()
- Specified by:
getId in interface ChallengeQuestion
setId
public void setId(Long id)
- Specified by:
setId in interface ChallengeQuestion
getQuestion
public String getQuestion()
- Specified by:
getQuestion in interface ChallengeQuestion
setQuestion
public void setQuestion(String question)
- Specified by:
setQuestion in interface ChallengeQuestion
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.