Class GeneratedPreviewTicket

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

public abstract class GeneratedPreviewTicket extends GenericItem
Generated class for type PreviewTicket.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPreviewTicket

      public GeneratedPreviewTicket()
  • Method Details

    • getDefaultAttributeModes

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

      public User getCreatedBy(SessionContext ctx)
      Generated method - Getter of the PreviewTicket.createdBy attribute.
      Returns:
      the createdBy
    • getCreatedBy

      public User getCreatedBy()
      Generated method - Getter of the PreviewTicket.createdBy attribute.
      Returns:
      the createdBy
    • setCreatedBy

      protected void setCreatedBy(SessionContext ctx, User value)
      Generated method - Setter of the PreviewTicket.createdBy attribute.
      Parameters:
      value - the createdBy
    • setCreatedBy

      protected void setCreatedBy(User value)
      Generated method - Setter of the PreviewTicket.createdBy attribute.
      Parameters:
      value - the createdBy
    • getPreviewCatalogVersion

      public CatalogVersion getPreviewCatalogVersion(SessionContext ctx)
      Generated method - Getter of the PreviewTicket.previewCatalogVersion attribute.
      Returns:
      the previewCatalogVersion
    • getPreviewCatalogVersion

      public CatalogVersion getPreviewCatalogVersion()
      Generated method - Getter of the PreviewTicket.previewCatalogVersion attribute.
      Returns:
      the previewCatalogVersion
    • setPreviewCatalogVersion

      protected void setPreviewCatalogVersion(SessionContext ctx, CatalogVersion value)
      Generated method - Setter of the PreviewTicket.previewCatalogVersion attribute.
      Parameters:
      value - the previewCatalogVersion
    • setPreviewCatalogVersion

      protected void setPreviewCatalogVersion(CatalogVersion value)
      Generated method - Setter of the PreviewTicket.previewCatalogVersion attribute.
      Parameters:
      value - the previewCatalogVersion
    • getValidTo

      public Date getValidTo(SessionContext ctx)
      Generated method - Getter of the PreviewTicket.validTo attribute.
      Returns:
      the validTo
    • getValidTo

      public Date getValidTo()
      Generated method - Getter of the PreviewTicket.validTo attribute.
      Returns:
      the validTo
    • setValidTo

      public void setValidTo(SessionContext ctx, Date value)
      Generated method - Setter of the PreviewTicket.validTo attribute.
      Parameters:
      value - the validTo
    • setValidTo

      public void setValidTo(Date value)
      Generated method - Setter of the PreviewTicket.validTo attribute.
      Parameters:
      value - the validTo