Class LPVSLicenseConflict

java.lang.Object
com.lpvs.entity.LPVSLicenseConflict
All Implemented Interfaces:
Serializable

@Entity public class LPVSLicenseConflict extends Object implements Serializable
Represents a license conflict in the LPVS system. This class is mapped to the "lpvs_license_conflicts" table in the "lpvs" schema.
See Also:
  • Constructor Details

    • LPVSLicenseConflict

      public LPVSLicenseConflict(LPVSLicense repositoryLicense, LPVSLicense conflictLicense)
      Constructs a new license conflict with the given repository and conflicting licenses.
      Parameters:
      repositoryLicense - The repository license involved in the conflict.
      conflictLicense - The conflicting license involved in the conflict.