@Entity
public class Office
extends Object 
The 
Office class is an entity that represents an office, which is a place where
 
workers can manages 
Request requests.
- 
Field SummaryFields 
The unique identifier of this  Office. 
 
 
- 
Constructor SummaryConstructors 
- 
Method Summary
final boolean
 
Equals method for  Office class. 
 final int
 
Hash code method for  Office class. 
 
 
 
 
- 
Field Details
- 
idThe unique identifier of this  Office. 
- 
name@NonNull
private @NonNull String name 
- 
address@NonNull
private @NonNull String address 
- 
- 
 
- 
- 
Method Details
- 
equalspublic final boolean equals(Object o) Equals method for  Office class. 
- Overrides:
- equalsin class- Object
- Parameters:
- o- The object to compare with this- Office.
- Returns:
- trueif the given object is an instance of- Officeand has the same- UUIDas this- Office,- falseotherwise.
 
- 
hashCodepublic final int hashCode() Hash code method for  Office class. 
- Overrides:
- hashCodein class- Object
- Returns:
- The hash code of this Office.