Interface A33

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A33Abstract, A33Impl

public interface A33 extends TopiaEntity
  • Field Details

  • Method Details

    • addRoleB33

      void addRoleB33(B33 roleB33)
    • addAllRoleB33

      void addAllRoleB33(Iterable<B33> roleB33)
    • setRoleB33

      void setRoleB33(Collection<B33> roleB33)
    • removeRoleB33

      void removeRoleB33(B33 roleB33)
    • clearRoleB33

      void clearRoleB33()
    • getRoleB33

      Collection<B33> getRoleB33()
    • getRoleB33ByTopiaId

      B33 getRoleB33ByTopiaId(String topiaId)
    • getRoleB33TopiaIds

      Collection<String> getRoleB33TopiaIds()
    • sizeRoleB33

      int sizeRoleB33()
    • isRoleB33Empty

      boolean isRoleB33Empty()
    • isRoleB33NotEmpty

      boolean isRoleB33NotEmpty()
    • containsRoleB33

      boolean containsRoleB33(B33 roleB33)