org.broadleafcommerce.profile.core.domain
Class ChallengeQuestionImpl

java.lang.Object
  extended by 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
           
 
Constructor Summary
ChallengeQuestionImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getId()
           
 java.lang.String getQuestion()
           
 int hashCode()
           
 void setId(java.lang.Long id)
           
 void setQuestion(java.lang.String question)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected java.lang.Long id

question

protected java.lang.String question
Constructor Detail

ChallengeQuestionImpl

public ChallengeQuestionImpl()
Method Detail

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.