Interface A11D

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A11DAbstract, A11DImpl

public interface A11D extends TopiaEntity
  • Field Details

  • Method Details

    • addRoleB113

      void addRoleB113(B11D roleB113)
    • addAllRoleB113

      void addAllRoleB113(Iterable<B11D> roleB113)
    • setRoleB113

      void setRoleB113(Set<B11D> roleB113)
    • removeRoleB113

      void removeRoleB113(B11D roleB113)
    • clearRoleB113

      void clearRoleB113()
    • getRoleB113

      Set<B11D> getRoleB113()
    • getRoleB113ByTopiaId

      B11D getRoleB113ByTopiaId(String topiaId)
    • getRoleB113TopiaIds

      Set<String> getRoleB113TopiaIds()
    • sizeRoleB113

      int sizeRoleB113()
    • isRoleB113Empty

      boolean isRoleB113Empty()
    • isRoleB113NotEmpty

      boolean isRoleB113NotEmpty()
    • containsRoleB113

      boolean containsRoleB113(B11D roleB113)