Class GeneratedDestinationTarget

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
DestinationTarget

public abstract class GeneratedDestinationTarget extends GenericItem
Generated class for type DestinationTarget.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedDestinationTarget

      public GeneratedDestinationTarget()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getDestinationChannel

      public EnumerationValue getDestinationChannel(SessionContext ctx)
      Generated method - Getter of the DestinationTarget.destinationChannel attribute.
      Returns:
      the destinationChannel - Destination Channel
    • getDestinationChannel

      public EnumerationValue getDestinationChannel()
      Generated method - Getter of the DestinationTarget.destinationChannel attribute.
      Returns:
      the destinationChannel - Destination Channel
    • setDestinationChannel

      public void setDestinationChannel(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the DestinationTarget.destinationChannel attribute.
      Parameters:
      value - the destinationChannel - Destination Channel
    • setDestinationChannel

      public void setDestinationChannel(EnumerationValue value)
      Generated method - Setter of the DestinationTarget.destinationChannel attribute.
      Parameters:
      value - the destinationChannel - Destination Channel
    • getDestinations

      public Collection<AbstractDestination> getDestinations(SessionContext ctx)
      Generated method - Getter of the DestinationTarget.destinations attribute.
      Returns:
      the destinations - Destinations
    • getDestinations

      public Collection<AbstractDestination> getDestinations()
      Generated method - Getter of the DestinationTarget.destinations attribute.
      Returns:
      the destinations - Destinations
    • setDestinations

      public void setDestinations(SessionContext ctx, Collection<AbstractDestination> value)
      Generated method - Setter of the DestinationTarget.destinations attribute.
      Parameters:
      value - the destinations - Destinations
    • setDestinations

      public void setDestinations(Collection<AbstractDestination> value)
      Generated method - Setter of the DestinationTarget.destinations attribute.
      Parameters:
      value - the destinations - Destinations
    • addToDestinations

      public void addToDestinations(SessionContext ctx, AbstractDestination value)
      Generated method - Adds value to destinations.
      Parameters:
      value - the item to add to destinations - Destinations
    • addToDestinations

      public void addToDestinations(AbstractDestination value)
      Generated method - Adds value to destinations.
      Parameters:
      value - the item to add to destinations - Destinations
    • removeFromDestinations

      public void removeFromDestinations(SessionContext ctx, AbstractDestination value)
      Generated method - Removes value from destinations.
      Parameters:
      value - the item to remove from destinations - Destinations
    • removeFromDestinations

      public void removeFromDestinations(AbstractDestination value)
      Generated method - Removes value from destinations.
      Parameters:
      value - the item to remove from destinations - Destinations
    • getEventConfigurations

      public Collection<EventConfiguration> getEventConfigurations(SessionContext ctx)
      Generated method - Getter of the DestinationTarget.eventConfigurations attribute.
      Returns:
      the eventConfigurations - Event Configurations
    • getEventConfigurations

      public Collection<EventConfiguration> getEventConfigurations()
      Generated method - Getter of the DestinationTarget.eventConfigurations attribute.
      Returns:
      the eventConfigurations - Event Configurations
    • setEventConfigurations

      public void setEventConfigurations(SessionContext ctx, Collection<EventConfiguration> value)
      Generated method - Setter of the DestinationTarget.eventConfigurations attribute.
      Parameters:
      value - the eventConfigurations - Event Configurations
    • setEventConfigurations

      public void setEventConfigurations(Collection<EventConfiguration> value)
      Generated method - Setter of the DestinationTarget.eventConfigurations attribute.
      Parameters:
      value - the eventConfigurations - Event Configurations
    • addToEventConfigurations

      public void addToEventConfigurations(SessionContext ctx, EventConfiguration value)
      Generated method - Adds value to eventConfigurations.
      Parameters:
      value - the item to add to eventConfigurations - Event Configurations
    • addToEventConfigurations

      public void addToEventConfigurations(EventConfiguration value)
      Generated method - Adds value to eventConfigurations.
      Parameters:
      value - the item to add to eventConfigurations - Event Configurations
    • removeFromEventConfigurations

      public void removeFromEventConfigurations(SessionContext ctx, EventConfiguration value)
      Generated method - Removes value from eventConfigurations.
      Parameters:
      value - the item to remove from eventConfigurations - Event Configurations
    • removeFromEventConfigurations

      public void removeFromEventConfigurations(EventConfiguration value)
      Generated method - Removes value from eventConfigurations.
      Parameters:
      value - the item to remove from eventConfigurations - Event Configurations
    • getId

      public String getId(SessionContext ctx)
      Generated method - Getter of the DestinationTarget.id attribute.
      Returns:
      the id - Unique Id
    • getId

      public String getId()
      Generated method - Getter of the DestinationTarget.id attribute.
      Returns:
      the id - Unique Id
    • setId

      public void setId(SessionContext ctx, String value)
      Generated method - Setter of the DestinationTarget.id attribute.
      Parameters:
      value - the id - Unique Id
    • setId

      public void setId(String value)
      Generated method - Setter of the DestinationTarget.id attribute.
      Parameters:
      value - the id - Unique Id
    • getRegistrationStatus

      public EnumerationValue getRegistrationStatus(SessionContext ctx)
      Generated method - Getter of the DestinationTarget.registrationStatus attribute.
      Returns:
      the registrationStatus - Registration status
    • getRegistrationStatus

      public EnumerationValue getRegistrationStatus()
      Generated method - Getter of the DestinationTarget.registrationStatus attribute.
      Returns:
      the registrationStatus - Registration status
    • setRegistrationStatus

      public void setRegistrationStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the DestinationTarget.registrationStatus attribute.
      Parameters:
      value - the registrationStatus - Registration status
    • setRegistrationStatus

      public void setRegistrationStatus(EnumerationValue value)
      Generated method - Setter of the DestinationTarget.registrationStatus attribute.
      Parameters:
      value - the registrationStatus - Registration status
    • getRegistrationStatusInfo

      public String getRegistrationStatusInfo(SessionContext ctx)
      Generated method - Getter of the DestinationTarget.registrationStatusInfo attribute.
      Returns:
      the registrationStatusInfo - Registration status information
    • getRegistrationStatusInfo

      public String getRegistrationStatusInfo()
      Generated method - Getter of the DestinationTarget.registrationStatusInfo attribute.
      Returns:
      the registrationStatusInfo - Registration status information
    • setRegistrationStatusInfo

      public void setRegistrationStatusInfo(SessionContext ctx, String value)
      Generated method - Setter of the DestinationTarget.registrationStatusInfo attribute.
      Parameters:
      value - the registrationStatusInfo - Registration status information
    • setRegistrationStatusInfo

      public void setRegistrationStatusInfo(String value)
      Generated method - Setter of the DestinationTarget.registrationStatusInfo attribute.
      Parameters:
      value - the registrationStatusInfo - Registration status information
    • isTemplate

      public Boolean isTemplate(SessionContext ctx)
      Generated method - Getter of the DestinationTarget.template attribute.
      Returns:
      the template - Template Flag
    • isTemplate

      public Boolean isTemplate()
      Generated method - Getter of the DestinationTarget.template attribute.
      Returns:
      the template - Template Flag
    • isTemplateAsPrimitive

      public boolean isTemplateAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DestinationTarget.template attribute.
      Returns:
      the template - Template Flag
    • isTemplateAsPrimitive

      public boolean isTemplateAsPrimitive()
      Generated method - Getter of the DestinationTarget.template attribute.
      Returns:
      the template - Template Flag
    • setTemplate

      public void setTemplate(SessionContext ctx, Boolean value)
      Generated method - Setter of the DestinationTarget.template attribute.
      Parameters:
      value - the template - Template Flag
    • setTemplate

      public void setTemplate(Boolean value)
      Generated method - Setter of the DestinationTarget.template attribute.
      Parameters:
      value - the template - Template Flag
    • setTemplate

      public void setTemplate(SessionContext ctx, boolean value)
      Generated method - Setter of the DestinationTarget.template attribute.
      Parameters:
      value - the template - Template Flag
    • setTemplate

      public void setTemplate(boolean value)
      Generated method - Setter of the DestinationTarget.template attribute.
      Parameters:
      value - the template - Template Flag