org.broadleafcommerce.profile.core.domain
Interface ChallengeQuestion

All Superinterfaces:
Serializable
All Known Implementing Classes:
ChallengeQuestionImpl

public interface ChallengeQuestion
extends Serializable


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

Method Detail

getId

Long getId()

setId

void setId(Long id)

getQuestion

String getQuestion()

setQuestion

void setQuestion(String question)


Copyright © 2013. All Rights Reserved.