nl.surfnet.coin.selfservice.command
Class Question

java.lang.Object
  extended by nl.surfnet.coin.selfservice.command.AbstractAction
      extended by nl.surfnet.coin.selfservice.command.Question

public class Question
extends AbstractAction


Constructor Summary
Question()
           
 
Method Summary
 String getBody()
           
 String getSubject()
           
 void setBody(String body)
           
 void setSubject(String subject)
           
 
Methods inherited from class nl.surfnet.coin.selfservice.command.AbstractAction
getServiceId, getServiceName, getServiceProviderId, getType, setServiceId, setServiceName, setServiceProviderId, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Question

public Question()
Method Detail

getSubject

public String getSubject()

setSubject

public void setSubject(String subject)

getBody

public String getBody()

setBody

public void setBody(String body)


Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.