org.broadleafcommerce.profile.core.domain
Interface ChallengeQuestion

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ChallengeQuestionImpl

public interface ChallengeQuestion
extends java.io.Serializable


Method Summary
 java.lang.Long getId()
           
 java.lang.String getQuestion()
           
 void setId(java.lang.Long id)
           
 void setQuestion(java.lang.String question)
           
 

Method Detail

getId

java.lang.Long getId()

setId

void setId(java.lang.Long id)

getQuestion

java.lang.String getQuestion()

setQuestion

void setQuestion(java.lang.String question)


Copyright © 2011. All Rights Reserved.