Interface A13

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A13Abstract, A13Impl

public interface A13 extends TopiaEntity
  • Field Details

  • Method Details

    • addRoleB13

      void addRoleB13(B13 roleB13)
    • addAllRoleB13

      void addAllRoleB13(Iterable<B13> roleB13)
    • setRoleB13

      void setRoleB13(Collection<B13> roleB13)
    • removeRoleB13

      void removeRoleB13(B13 roleB13)
    • clearRoleB13

      void clearRoleB13()
    • getRoleB13

      Collection<B13> getRoleB13()
    • getRoleB13ByTopiaId

      B13 getRoleB13ByTopiaId(String topiaId)
    • getRoleB13TopiaIds

      Collection<String> getRoleB13TopiaIds()
    • sizeRoleB13

      int sizeRoleB13()
    • isRoleB13Empty

      boolean isRoleB13Empty()
    • isRoleB13NotEmpty

      boolean isRoleB13NotEmpty()
    • containsRoleB13

      boolean containsRoleB13(B13 roleB13)