Class ProfileDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.profiles.ProfileDto
- All Implemented Interfaces:
Serializable
Profile request DTO.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
id
Profile id. -
name
Profile name. -
isDefault
private boolean isDefaultIs or not the default profile. -
productIds
Identifier of profile products.
-
-
Constructor Details
-
ProfileDto
public ProfileDto()
-
-
Method Details
-
getIsDefault
public boolean getIsDefault()Need this for correct Json mapping.- Returns:
- isDefault.
-