Interface Typable<S>

Type Parameters:
S -
All Known Subinterfaces:
OwnedText, TypedText
All Known Implementing Classes:
AbstractOwnedText, AbstractOwnedTextEntity, BasicOwnedText, BasicTypedText, Description, DescriptionTranslation, DescriptionUpdate, ScheduleEventDescription, ScheduleEventTitle, Title, TitleTranslation, TitleUpdate

public interface Typable<S>
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setType(S type)
     
  • Method Details

    • getType

      S getType()
    • setType

      void setType(@NotNull(message="{nl.vpro.constraints.NotNull}") S type)