Class Authority

java.lang.Object
se.bth.pulse.entity.Authority

@Entity(name="Authority") public class Authority extends Object
This is the entity class for the table Authority. It is used to hold the authorities that can be connected to the role.
  • Constructor Details

    • Authority

      public Authority()
  • Method Details

    • setId

      public void setId(Integer id)
    • setName

      public void setName(String name)
    • setRoles

      public void setRoles(List<Role> roles)