Interface A73

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A73Abstract, A73Impl

public interface A73 extends TopiaEntity
  • Field Details

  • Method Details

    • addRoleB73

      void addRoleB73(B73 roleB73)
    • addRoleB73

      void addRoleB73(int index, B73 roleB73)
    • addAllRoleB73

      void addAllRoleB73(Iterable<B73> roleB73)
    • setRoleB73

      void setRoleB73(List<B73> roleB73)
    • removeRoleB73

      void removeRoleB73(B73 roleB73)
    • removeRoleB73

      void removeRoleB73(int index)
    • clearRoleB73

      void clearRoleB73()
    • getRoleB73

      List<B73> getRoleB73()
    • getRoleB73

      B73 getRoleB73(int index)
    • getRoleB73ByTopiaId

      B73 getRoleB73ByTopiaId(String topiaId)
    • getRoleB73TopiaIds

      List<String> getRoleB73TopiaIds()
    • sizeRoleB73

      int sizeRoleB73()
    • isRoleB73Empty

      boolean isRoleB73Empty()
    • isRoleB73NotEmpty

      boolean isRoleB73NotEmpty()
    • containsRoleB73

      boolean containsRoleB73(B73 roleB73)