Package org.bedework.calfacade.base
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
Base interface for shareable entities.
User: mike Date: 11/1/22 Time: 13:10
-
Method Summary
Modifier and TypeMethodDescriptionGet the accessBwPrincipal<?>voidSet the accessvoidsetCreatorEnt(BwPrincipal<?> val) Set the creatorvoidsetCreatorHref(String val) Set the creatorMethods inherited from interface org.bedework.calfacade.base.OwnedEntity
getOwnerHref, getPublick, setOwnerHref, setPublick
-
Method Details
-
setCreatorHref
Set the creator- Parameters:
val- String creator of the entity
-
getCreatorHref
String getCreatorHref()- Returns:
- BwUser creator of the entity
-
setAccess
Set the access- Parameters:
val- String access
-
getAccess
String getAccess()Get the access- Returns:
- String access
-
setCreatorEnt
Set the creator- Parameters:
val- BwPrincipal creator of the entity
-
getCreatorEnt
BwPrincipal<?> getCreatorEnt()- Returns:
- BwPrincipal creator of the entity
-