public class RestrictedSyncEventTO extends Object implements Serializable, RestrictedEventTO
| Modifier and Type | Field and Description |
|---|---|
private MessageRestrictionsTO |
restrictions |
private SyncEventTOIF |
syncEvent |
| Constructor and Description |
|---|
RestrictedSyncEventTO(SyncEventTOIF syncEvent,
MessageRestrictionsTO restrictions) |
| Modifier and Type | Method and Description |
|---|---|
MessageRestrictionsTO |
getRestrictions() |
SyncEventTOIF |
getSyncEvent() |
void |
setRestrictions(MessageRestrictionsTO restrictions) |
void |
setSyncEvent(SyncEventTOIF syncEvent) |
private SyncEventTOIF syncEvent
private MessageRestrictionsTO restrictions
public RestrictedSyncEventTO(SyncEventTOIF syncEvent, MessageRestrictionsTO restrictions)
public SyncEventTOIF getSyncEvent()
public void setSyncEvent(SyncEventTOIF syncEvent)
public MessageRestrictionsTO getRestrictions()
getRestrictions in interface RestrictedEventTOpublic void setRestrictions(MessageRestrictionsTO restrictions)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.