public class UpdateItem extends Object
| Constructor and Description |
|---|
UpdateItem(SocialActivitiesEvent event) |
| Modifier and Type | Method and Description |
|---|---|
SocialActivitiesEvent |
getEvent() |
ParameterizedCommand<String> |
getFollowUnfollowCommand() |
SocialUser |
getLoggedUser() |
ParameterizedCommand<String> |
getUserClickCommand() |
void |
setFollowUnfollowCommand(ParameterizedCommand<String> followUnfollowCommand) |
void |
setLoggedUser(SocialUser loggedUser) |
void |
setSocialUser(SocialUser social) |
void |
setUserClickCommand(ParameterizedCommand<String> userClickCommand) |
public UpdateItem(SocialActivitiesEvent event)
public ParameterizedCommand<String> getFollowUnfollowCommand()
public void setFollowUnfollowCommand(ParameterizedCommand<String> followUnfollowCommand)
public SocialActivitiesEvent getEvent()
public void setSocialUser(SocialUser social)
public ParameterizedCommand<String> getUserClickCommand()
public void setUserClickCommand(ParameterizedCommand<String> userClickCommand)
public SocialUser getLoggedUser()
public void setLoggedUser(SocialUser loggedUser)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.