Interface A31

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A31Abstract, A31Impl

public interface A31 extends TopiaEntity
  • Field Details

  • Method Details

    • addRoleB31

      void addRoleB31(B31 roleB31)
    • addAllRoleB31

      void addAllRoleB31(Iterable<B31> roleB31)
    • setRoleB31

      void setRoleB31(Collection<B31> roleB31)
    • removeRoleB31

      void removeRoleB31(B31 roleB31)
    • clearRoleB31

      void clearRoleB31()
    • getRoleB31

      Collection<B31> getRoleB31()
    • getRoleB31ByTopiaId

      B31 getRoleB31ByTopiaId(String topiaId)
    • getRoleB31TopiaIds

      Collection<String> getRoleB31TopiaIds()
    • sizeRoleB31

      int sizeRoleB31()
    • isRoleB31Empty

      boolean isRoleB31Empty()
    • isRoleB31NotEmpty

      boolean isRoleB31NotEmpty()
    • containsRoleB31

      boolean containsRoleB31(B31 roleB31)