Interface A72

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A72Abstract, A72Impl

public interface A72 extends TopiaEntity
  • Field Details

  • Method Details

    • addRoleB72

      void addRoleB72(B72 roleB72)
    • addRoleB72

      void addRoleB72(int index, B72 roleB72)
    • addAllRoleB72

      void addAllRoleB72(Iterable<B72> roleB72)
    • setRoleB72

      void setRoleB72(List<B72> roleB72)
    • removeRoleB72

      void removeRoleB72(B72 roleB72)
    • removeRoleB72

      void removeRoleB72(int index)
    • clearRoleB72

      void clearRoleB72()
    • getRoleB72

      List<B72> getRoleB72()
    • getRoleB72

      B72 getRoleB72(int index)
    • getRoleB72ByTopiaId

      B72 getRoleB72ByTopiaId(String topiaId)
    • getRoleB72TopiaIds

      List<String> getRoleB72TopiaIds()
    • sizeRoleB72

      int sizeRoleB72()
    • isRoleB72Empty

      boolean isRoleB72Empty()
    • isRoleB72NotEmpty

      boolean isRoleB72NotEmpty()
    • containsRoleB72

      boolean containsRoleB72(B72 roleB72)