Interface A61

All Superinterfaces:
ListenableBean, ListenableTopiaEntity, Serializable, TopiaEntity
All Known Implementing Classes:
A61Abstract, A61Impl

public interface A61 extends TopiaEntity, ListenableTopiaEntity
  • Field Details

  • Method Details

    • addRoleB61

      void addRoleB61(B61 roleB61)
    • addRoleB61

      void addRoleB61(int index, B61 roleB61)
    • addAllRoleB61

      void addAllRoleB61(Iterable<B61> roleB61)
    • setRoleB61

      void setRoleB61(List<B61> roleB61)
    • removeRoleB61

      void removeRoleB61(B61 roleB61)
    • removeRoleB61

      void removeRoleB61(int index)
    • clearRoleB61

      void clearRoleB61()
    • getRoleB61

      List<B61> getRoleB61()
    • getRoleB61

      B61 getRoleB61(int index)
    • getRoleB61ByTopiaId

      B61 getRoleB61ByTopiaId(String topiaId)
    • getRoleB61TopiaIds

      List<String> getRoleB61TopiaIds()
    • sizeRoleB61

      int sizeRoleB61()
    • isRoleB61Empty

      boolean isRoleB61Empty()
    • isRoleB61NotEmpty

      boolean isRoleB61NotEmpty()
    • containsRoleB61

      boolean containsRoleB61(B61 roleB61)