Interface A63

All Superinterfaces:
ListenableBean, ListenableTopiaEntity, Serializable, TopiaEntity
All Known Implementing Classes:
A63Abstract, A63Impl

public interface A63 extends TopiaEntity, ListenableTopiaEntity
  • Field Details

  • Method Details

    • addRoleB63

      void addRoleB63(B63 roleB63)
    • addRoleB63

      void addRoleB63(int index, B63 roleB63)
    • addAllRoleB63

      void addAllRoleB63(Iterable<B63> roleB63)
    • setRoleB63

      void setRoleB63(List<B63> roleB63)
    • removeRoleB63

      void removeRoleB63(B63 roleB63)
    • removeRoleB63

      void removeRoleB63(int index)
    • clearRoleB63

      void clearRoleB63()
    • getRoleB63

      List<B63> getRoleB63()
    • getRoleB63

      B63 getRoleB63(int index)
    • getRoleB63ByTopiaId

      B63 getRoleB63ByTopiaId(String topiaId)
    • getRoleB63TopiaIds

      List<String> getRoleB63TopiaIds()
    • sizeRoleB63

      int sizeRoleB63()
    • isRoleB63Empty

      boolean isRoleB63Empty()
    • isRoleB63NotEmpty

      boolean isRoleB63NotEmpty()
    • containsRoleB63

      boolean containsRoleB63(B63 roleB63)