org.broadleafcommerce.profile.core.domain
Class ChallengeQuestionImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.domain.ChallengeQuestionImpl
All Implemented Interfaces:
Serializable, ChallengeQuestion

@Entity
public class ChallengeQuestionImpl
extends Object
implements ChallengeQuestion

See Also:
Serialized Form

Field Summary
protected  Long id
           
protected  String question
           
 
Constructor Summary
ChallengeQuestionImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getId()
           
 String getQuestion()
           
 int hashCode()
           
 void setId(Long id)
           
 void setQuestion(String question)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected Long id

question

protected String question
Constructor Detail

ChallengeQuestionImpl

public ChallengeQuestionImpl()
Method Detail

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 © 2013. All Rights Reserved.