org.telscenter.pas.steps.domain
Class SimpleChoice<T>
java.lang.Object
org.telscenter.pas.steps.domain.SimpleChoice<T>
public class SimpleChoice<T>
- extends java.lang.Object
- Author:
- anthonyperritano, turadg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleChoice
public SimpleChoice()
SimpleChoice
public SimpleChoice(java.lang.String identifier,
T content)
- Convenience bean constructor
- Parameters:
identifier - content -
SimpleChoice
public SimpleChoice(java.lang.String identifier,
T content,
FeedbackInline feedbackInline)
- Another constructor in case you need to give feedback
- Parameters:
identifier - content - fseg -
getFeedbackInline
public FeedbackInline getFeedbackInline()
- Returns:
- the feedbackInline
setFeedbackInline
public void setFeedbackInline(FeedbackInline feedbackInline)
- Parameters:
feedbackInline - the feedbackInline to set
getContent
public T getContent()
setContent
public void setContent(T content)
getIdentifier
public java.lang.String getIdentifier()
setIdentifier
public void setIdentifier(java.lang.String identifier)
Copyright © 2004-2008 TELS Center. All Rights Reserved.