public class SignupTargetSiteEventInfo extends Object
This class holds the information of sign-up meeting object and the permission information regarding to the targeted siteId.
| Constructor and Description |
|---|
SignupTargetSiteEventInfo(SignupMeeting sMeeting,
String targetSiteId) |
| Modifier and Type | Method and Description |
|---|---|
SignupMeeting |
getSignupMeeting() |
String |
getTargetSiteId() |
void |
setSignupMeeting(SignupMeeting signupMeeting) |
void |
setTargetSiteId(String targetSiteId) |
public SignupTargetSiteEventInfo(SignupMeeting sMeeting, String targetSiteId)
public SignupMeeting getSignupMeeting()
public void setSignupMeeting(SignupMeeting signupMeeting)
public String getTargetSiteId()
public void setTargetSiteId(String targetSiteId)
Copyright © 2007–2017 Sakai Project. All rights reserved.