org.onebusaway.webapp.services
Class TccParticipantRegistrationBean

java.lang.Object
  extended by org.onebusaway.webapp.services.TccParticipantRegistrationBean

public class TccParticipantRegistrationBean
extends Object


Constructor Summary
TccParticipantRegistrationBean()
           
 
Method Summary
 String getParticipantId()
           
 String getPhoneNumber()
           
 String getSecret()
           
 void setParticipantId(String participantId)
           
 void setPhoneNumber(String phoneNumber)
           
 void setSecret(String secret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TccParticipantRegistrationBean

public TccParticipantRegistrationBean()
Method Detail

getParticipantId

public String getParticipantId()

setParticipantId

public void setParticipantId(String participantId)

getSecret

public String getSecret()

setSecret

public void setSecret(String secret)

getPhoneNumber

public String getPhoneNumber()

setPhoneNumber

public void setPhoneNumber(String phoneNumber)


Copyright © 2012 OneBusAway. All Rights Reserved.