Skip to content

Commit

Permalink
chore: added javadoc to materialpartnerrelation
Browse files Browse the repository at this point in the history
  • Loading branch information
eschrewe committed Aug 28, 2023
1 parent 0dc74a9 commit 045065f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
import java.util.Objects;
import java.util.UUID;

/**
* <p>This class represents a relation between an instance of the {@link Material} Entity
* and one instance of the {@link Partner} Entity. For each pair of Material and Partner
* Entities there exists at most one MaterialPartnerRelation. </p>
* <p>This class stores, under which identifier (material number) the Partner knows
* this Material, and whether this Partner is a supplier or a customer of the Material.</p>
*
*/
@Entity
@Getter
@Setter
Expand Down

0 comments on commit 045065f

Please sign in to comment.