Interface ShareableEntity

All Superinterfaces:
OwnedEntity
All Known Implementing Classes:
BwCalendar, BwCalendarNewWrapper, BwCalSuite, BwCalSuiteWrapper, BwCategory, BwContact, BwEvent, BwEventAnnotation, BwEventNewWrapper, BwEventObj, BwEventProperty, BwEventProxy, BwFilterDef, BwLocation, BwResource, BwShareableContainedDbentity, BwShareableDbentity, BwShareablePrincipal, CalendarWrapper

public interface ShareableEntity extends OwnedEntity
Base interface for shareable entities.

User: mike Date: 11/1/22 Time: 13:10

  • Method Details

    • setCreatorHref

      void setCreatorHref(String val)
      Set the creator
      Parameters:
      val - String creator of the entity
    • getCreatorHref

      String getCreatorHref()
      Returns:
      BwUser creator of the entity
    • setAccess

      void setAccess(String val)
      Set the access
      Parameters:
      val - String access
    • getAccess

      String getAccess()
      Get the access
      Returns:
      String access
    • setCreatorEnt

      void setCreatorEnt(BwPrincipal<?> val)
      Set the creator
      Parameters:
      val - BwPrincipal creator of the entity
    • getCreatorEnt

      BwPrincipal<?> getCreatorEnt()
      Returns:
      BwPrincipal creator of the entity